Avatar

yantar92B

yantar92@alien.top
Joined
0 posts • 7 comments
Direct message

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

permalink
report
reply

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

permalink
report
parent
reply

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)

permalink
report
parent
reply

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

permalink
report
parent
reply

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

permalink
report
parent
reply

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

permalink
report
reply