Hacker News new | ask | show | jobs
by Chattered 3738 days ago
I recently had a paper published written in org mode and I have another in review. I don't plan to write straight LaTeX again.

For me, babel is the killer feature. I can write code snippets in the buffer, highlighted and indented according to the corresponding emacs mode, with paredit for lisp, and beautifully exported via pygments. A single key combo lets me evaluate my code in persistent repls associated with my buffer, and I can choose what combo of code/result I want to export. I had some of my snippets generate raw LaTeX that I could include in the document.

Org links make section references trivial, and I have it hooked up to ebib so my citations are pure org. In the emacs buffer, clicking a citation link takes me straight to the bibtex entry.

I don't much use the organiser, but I do use org heavily for writing cross referenced notes about other people's code.

1 comments

Fellow academic org-writers unite! Org is a great place to write papers. Unlike Markdown, which some people present as another alternative, Org supports cross-references. Also, being able to do complicated stuff by dropping back to LaTeX is a boon.
Why not just use AUCTeX?
Because org-mode targets far more than than LaTeX/PDF in its standard case, isn't itself Turing complete, and supports vastly more stuff including literate programming in a huge number of languages.