Gerald

Results 12 comments of Gerald

I'm having the same issue on Doom (emacs-mac port). I tried loading a minimal config (https://pastebin.com/rNQ9vpbf) in Doom sandbox with vanilla doom only (doom core, without my personal config, no...

Not for me, on a fresh boot of Doom emacs none of the tags shown in org-agenda overview are svg tags until I visit the file and update org-agenda overview.

Could this be an issue with `org-agenda` has with `org-mode-hook`? I changed the following in my config and `svg-tag-mode` now loads properly. ``` ... :hook (text-mode . svg-tag-mode) ... ```...

> Could this be an issue with `org-agenda` has with `org-mode-hook`? I changed the following in my config and `svg-tag-mode` now loads properly. > > ``` > ... > :hook...

@fapdash Thanks for sharing this fix! Combined with my autosave config, annotations are now saving without needing to explicitly call write/save from the pdf file.

I also experience this issue on Doom emacs. I believe the issue is related to evil, or at least I am able to resolve this by disabling evil mode in...

This could be a user error. Org-noter opens a new frame with vertical split, document buffer and notes buffer. Calling "write" in the notes buffer does not save the linked...

Thanks @igoralmeida for that response, the issue at hand is not keeping the .org notes and pdf annotations in sync, org-pdftools handles this very well. The issue is that autosave...

Glad to see a fix for this! I can confirm that this is an issue in other modes that allow for mouse use, like dictionary-el

If you haven't already, check out https://github.com/fuxialexander/org-pdftools. Not exactly Zotero's "extract annotations" but pulls the content from highlighted text as you annotate in a regular org-mode bullet with org-noter-insert-note.