You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds like a nice idea. In the meantime, you might try something like this, which I've used for a while (be advised, it can be slow if you have a lot of large Org files open; it helps to enable the refile cache):
(defunap/helm-org-headings-in-agenda-and-open-files ()
"Preconfigured helm for org headings in agenda files and open org files."
(interactive)
(let ((org-agenda-files (delqnil (delete-dups (append org-agenda-files
(map'list'buffer-file-name (org-buffer-list'files)))))))
(helm-org-agenda-files-headings)))
Basically, just let the org-agenda-files list to whatever you want, and run helm-org-agenda-files-headings, and it will present all the headings in those files.
Hi
i have been using worf-goto every day as an integral part of my workflow and really love it.
An idea has come up today regarding perhaps having an additional
worf-goto
command that would act the same asworf-goto
but on many files?so either a user defined folder, list of files, agenda file etc..
that way when one launches
worf-goto-global
you get all the headers from your pre defined file/folder list of org files.does that make any sense ;-) any thoughts on that?
best
Z
The text was updated successfully, but these errors were encountered: