Re: An org-follow-mode following org/org-roam links

2024-10-30 Thread Sébastien Lerique
to <https://org-roam.discourse.group/t/advice-for-an-org-follow-mode-following-org-org-roam-links/3631> the final setup is the following, and works grand: --8<---cut here---start->8--- (defvar sl/org-follow-preview-buffer nil) (defun sl/org-follow-li

Re: An org-follow-mode following org/org-roam links

2024-10-26 Thread Ihor Radchenko
Sébastien Lerique writes: > ... > Now this obviously doesn't work, primarily because I have no > `org-marker` defined as no agenda line is selected. > > I then went over the "org-roam-ui-follow-mode" code, little of which I > could use for this as most of the follow-mode looks simpler, directly >

An org-follow-mode following org/org-roam links

2024-10-21 Thread Sébastien Lerique
> (request also posted on <https://org-roam.discourse.group/t/advice-for-an-org-follow-mode-following-org-org-roam-links/3631>). My intuition so far was to start from a copy of "org-agenda-follow-mode" (and subcommands), adapting it to an org file being the main window. --8<-