From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Grebenstein Subject: Re: Using Org for a dissertation Date: Tue, 15 May 2012 18:44:28 +0200 Message-ID: <4FB287EC.7070400@mgrebenstein.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUKra-00036f-AO for emacs-orgmode@gnu.org; Tue, 15 May 2012 12:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUKrR-00045H-Tv for emacs-orgmode@gnu.org; Tue, 15 May 2012 12:44:41 -0400 Received: from smtprelay01.ispgateway.de ([80.67.31.28]:40887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUKrR-00042C-Nb for emacs-orgmode@gnu.org; Tue, 15 May 2012 12:44:33 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org, richard.lawrence@berkeley.edu Hi Richard, I recently have written my dissertation in orgmode. I switched to latex for the final 4 weeks between the correction version (completely written in orgmode) and the final version. What I liked about org: - Outlining functionality - Synopsis drawers and view - Markup - Compiling subtrees - noexport tag - tagging What I disliked/ preferred in auctex: - missing footnote folding in stable version - footnotes frequently lead to trouble with overlapping latex groups. - missing/spare syntax highlighting - reference handling in especial w.r.t headings (if you change the heading you use the reference) - debugging - missing subfigure abilities - compile time i.e. if you have much babel-snippets - whitespace handling i.e. after e.g. \si{someunit} (you cannot place a footnote at the place where it should be. The main reasons to switch to auctex in the end for me has been the much better debugging possibilities and the better reftex integration (you have to fix quite a bit of wrong references in the final stage of your work. Furthermore, I had to do some additional time consuming debugging of the orgmode markup several times (most frequently related to org-babel). I would do it again but I'd switch to latex as soon as the basic structure of the text is fixed. Just my 2 cents. Best Markus