Live data from Hacker News

Emacs org-mode examples and cookbook

ehneilsen.net

1–10 of 166 posts

Re: Emacs org-mode examples and cookbook

#7

Looks great but I personally prefer to take notes with jupyter notebook. For TODO lists I prefer Asana, since it will send you e-mails/push notifications, and has a website + mobile app.

Can jupyter do tables and diagrams followed by code snippets in multiple languages?

Re: Emacs org-mode examples and cookbook

#8
I write lectures for university in org-mode. The PDF export (org -> LaTeX -> PDF) with org-beamer and a theme makes it a nice looking presentation. I can check into Git, can copy and paste layouts, have a great search and don't have to leave the keyboard (which over time has actually become quite a big deal for me).

Just wished Preview would show thumbnails in the TouchBar.

Re: Emacs org-mode examples and cookbook

#9
post #7

Looks great but I personally prefer to take notes with jupyter notebook. For TODO lists I prefer Asana, since it will send you e-mails/push notifications, and has a website + mobile app.

Can jupyter do tables and diagrams followed by code snippets in multiple languages?

Yes. You can use cell magic to change the language for each cell and you can display HTML/latex output inline or just mix computations in with markdown. The only problem is that the editor is just a text box with annoying bracket matching instead of Emacs.

Re: Emacs org-mode examples and cookbook

#10

Org-mode is on my list of things I should probably learn better, but never seem to get around to. Here are some entries in that list: Emacs Regex Latex Bash/Terminal/Powershell Unicode APL/J/K Linear Algebra Category Theory

I keep dozens of org files on Github in public repos. Here are a few:

https://github.com/melling/LanguageLearning

https://github.com/melling/ios_topics/blob/master/README.org

https://github.com/melling/ComputerGraphics

Post reply on HN