yantar92

joined 1 year ago
[–] [email protected] 1 points 11 months ago

Built-in async support for shell source blocks is not yet released. It is only available in the development version of Org mode.

[–] [email protected] 1 points 11 months ago

Even better is using paper cards - one idea per card; can arrange in front of you or pin onto a board. Like https://www.lesswrong.com/posts/NfdHG6oHBJ8Qxc26s/the-zettelkasten-method-1#Zettelkasten__Part_2__Further_Advice (ignore Zettelkasten part - look at the image)

[–] [email protected] 0 points 1 year ago (1 children)

(setq org-agenda-files (list "~/org/)) has a missing closing ".

[–] [email protected] 2 points 1 year ago (1 children)

Also, check out https://archive.org/details/gnuplotinactionu0000jane (Gnuplot in action : understanding data with graphs)

[–] [email protected] 1 points 1 year ago

If opening a file is a problem, you can create temporary buffer and then use insert-file-contents + search + erase-buffer.

[–] [email protected] 1 points 1 year ago (2 children)

You can simply loop over all the org files, open one by one, and search within each file individually using (while (re-seacrch-forward ...) ...).