alphapapa / alphapapa/org-graph-view

Alternative image-parsing code

Aperta
#5 2 commenti 0 reazioni 1 assegnatario Rivendicata da @alphapapa Vedi su GitHub
Lingua principale
Emacs Lisp
Stelle
251
Fork
7
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

https://www.reddit.com/r/emacs/comments/eyuehj/orggraphviewgraphviz_interactive_visual_org/fh0sq46/

> Thank you! I sanity checked my emacs by opening any old svg from the internet and it displayed fine, so I circled back and tried just spitting out the buffer-string from org-graph-view--svg and that displayed fine...
>
> After a whole lot of yadda yadda, I tinkered with this line...
>
> (svg-image (libxml-parse-xml-region (point-min) (point-max)))
>
> And turned it into this...
>
> (image (apply #'create-image (buffer-string) 'svg t nil) ;; (svg-image (libxml-parse-xml-region (point-min) (point-max))) )
>
> And everything seems to be working! Thank you for sharing this project and your help!

I wonder if this might also fix the quoting issue.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.