From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Re: Writing a dissertation using org-mode Date: Sat, 6 Mar 2010 17:10:38 -1000 Message-ID: <1E5AB204-D4E2-4174-AA7F-2FDC93700D6B@tsdye.com> References: <87vddcu22l.fsf@belvoir.org> <4B8F462D.1090702@gmail.com> <878wa7m9cx.wl%ucecesf@ucl.ac.uk> <87k4tr6pnj.fsf@gmx.ch> <87d3zhypjo.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============0230538211==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1No6tB-0003xm-CM for emacs-orgmode@gnu.org; Sat, 06 Mar 2010 22:10:45 -0500 Received: from [140.186.70.92] (port=36142 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1No6t9-0003xe-EO for emacs-orgmode@gnu.org; Sat, 06 Mar 2010 22:10:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1No6t8-0004QL-70 for emacs-orgmode@gnu.org; Sat, 06 Mar 2010 22:10:43 -0500 Received: from outbound-mail-359.bluehost.com ([66.147.249.253]:59141) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1No6t7-0004Q4-T1 for emacs-orgmode@gnu.org; Sat, 06 Mar 2010 22:10:42 -0500 In-Reply-To: <87d3zhypjo.wl%ucecesf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric S Fraga Cc: Markus Heller , emacs-orgmode@gnu.org --===============0230538211== Content-Type: multipart/alternative; boundary=Apple-Mail-17--286054050 --Apple-Mail-17--286054050 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Mar 6, 2010, at 1:54 PM, Eric S Fraga wrote: >> I have to agree with Torsten: I'd write the thesis directly in LaTeX, >> only because of the power of AUCTeX and RefTeX (and preview, if you >> have lots of plots and math). > > For me, org-mode's power overwhelms what auctex brings to the show. > Not having to worry about any \begins etc not only keeps the text > cleaner, it helps me in my continuing battle against RSI! > > However, I do agree that reftex is particularly useful and I do miss > some aspects of it. > > The preview aspects will of course depend on the topic of the thesis! Aloha Eric, I have this in my emacs starter-kit and it gives me access to reftex in latex code blocks in org-babel. I've changed a few things from the code I found on the link provided, which has two methods of integrating reftex with org-mode. The link also provides suggestions for key-bindings within org-mode. Perhaps you don't have to miss reftex anymore. *** ON Org-mode RefTeX setup - Kevin Brubeck Unhammer, [[http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ ][Reftex Setup]] #+begin_src emacs-lisp :tangle yes (defun org-mode-article-modes () (reftex-mode t) (and (buffer-file-name) (file-exists-p (buffer-file-name)) (reftex-parse-all))) (add-hook 'org-mode-hook (lambda () (if (member "REFTEX" org-todo-keywords-1) (org-mode-article-modes)))) #+end_src I was struggling without reftex! All the best, Tom Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. Phone: (808) 529-0866 Fax: (808) 529-0884 http://www.tsdye.com --Apple-Mail-17--286054050 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On Mar 6, 2010, = at 1:54 PM, Eric S Fraga wrote:

I have to agree with = Torsten: I'd write the thesis directly in = LaTeX,
only because of the = power of AUCTeX and RefTeX (and preview, if = you
have lots of plots and = math).

For me, org-mode's power overwhelms what = auctex brings to the show.
Not having to worry about any \begins etc = not only keeps the text
cleaner, it helps me in my continuing battle = against RSI!

However, I do agree that reftex is particularly = useful and I do miss
some aspects of it.

The preview aspects = will of course depend on the topic of the = thesis!

Aloha = Eric,

I have this in my emacs starter-kit and = it gives me access to reftex in latex code blocks in org-babel. =  I've changed a few things from the code I found on the link = provided, which has two methods of integrating reftex with org-mode. =  The link also provides suggestions for key-bindings within = org-mode.  Perhaps you don't have to miss reftex = anymore.

*** ON Org-mode RefTeX = setup
    - Kevin Brubeck Unhammer, [[http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft= -papers/][Reftex Setup]]
#+begin_src emacs-lisp :tangle = yes
  (defun org-mode-article-modes = ()
    (reftex-mode t)
   =  (and (buffer-file-name)
       =   (file-exists-p (buffer-file-name))
     =     = (reftex-parse-all)))
  
  (add-hoo= k 'org-mode-hook
           =   (lambda ()
           =     (if (member "REFTEX" = org-todo-keywords-1)
           =         = (org-mode-article-modes))))
#+end_src

=
I was struggling without reftex!

All the = best,
Tom

Thomas S. Dye, Ph.D.

T. S. Dye & Colleagues, = Archaeologists, Inc.

Phone: (808) 529-0866 Fax: (808) 529-0884

=

= --Apple-Mail-17--286054050-- --===============0230538211== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0230538211==--