yantar92

joined 11 months ago
[–] yantar92@alien.top 1 points 10 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.

[–] yantar92@alien.top 1 points 10 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)

[–] yantar92@alien.top 1 points 10 months ago (1 children)

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

[–] yantar92@alien.top 2 points 11 months ago (1 children)

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

[–] yantar92@alien.top 1 points 11 months ago

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

[–] yantar92@alien.top 1 points 11 months 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 ...) ...).