Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I recently discovered org-mode. Honestly, it is by far the best note-taking application I've ever used, especially in any math-heavy field, since it supports cross-references and most math symbols. And unlike LaTeX which ends up filled with markup, org stays very clean. However the basic export (to HTML and pdf) is not that good.

There's also support for basic spreadsheeting, but it gets very slow as soon as you have more than a couple hundred rows with auto-computed column values.

Sample look and feel of one of my notebooks: http://i.imgur.com/SZTxQ6v.png



I use org on Github to maintain my notes. A lot of times I'll just edit directly in the browser and commit. GitHub renders with org-ruby:

https://github.com/bdewey/org-ruby


"However the basic export (to HTML and pdf) is not that good."

What are you referring to here? It's easy enough to customize the export formatting to whatever you want it to be, e.g., change LaTeX document class, switch to xetex for better font support, etc.


My biggest gripe is that it won't recognize that a block of text is math, unless I enclose it with $, which would then clutter the org file.


I am between asciidoc and org-mode. Org-mode has nice note-taking features. Asciidoc has the best export (html and pdf) I've seen.

With the calc package, emacs can even do basic symbolic math (e.g calculate a derivative function)!


Can you use auctex shortcuts when writing LaTeX code in orgmode?


What kind of shortcuts? Most LaTeX symbols will be replaced with their unicode counterpart, eg. \theta will become θ inline, once you toggle `entitiespretty' with C-c C-x \. Likewise for superscript and index, it changes as you type.

My equation blocks are created with M-o M-s which centers the current line in the buffer (when in fill-mode), so no need for C-c C-e equation.


Wait...I don't get how M-o M-s can replace C-c C-e. Am I missing something? That was the main one I was thinking of...




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: