emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Thomas S. Dye" <tsd@tsdye.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Markus Heller <hellerm2@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Re: Writing a dissertation using org-mode
Date: Sun, 21 Mar 2010 09:19:00 -1000	[thread overview]
Message-ID: <8EF1CD13-7E96-4A12-93AC-96409E1AAF2E@tsdye.com> (raw)
In-Reply-To: <44DE79A6-B76B-46D1-808B-8301D3B53CB9@gmail.com>

Hi Carsten,

I added an entry to the Export section of the FAQ.

All the best,
Tom

On Mar 9, 2010, at 6:27 AM, Carsten Dominik wrote:

> Hi Thomas,
>
> I think this explanation would be good to have (a bit longer, maybe)  
> in the FAQ.
>
> - Carsten
>
> On Mar 7, 2010, at 4:10 AM, Thomas S. Dye wrote:
>
>>
>> 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
>>
>>
>> _______________________________________________
>> 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
>
> - Carsten
>
>
>

  reply	other threads:[~2010-03-21 19:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-04  4:45 Writing a dissertation using org-mode Henri-Paul Indiogine
2010-03-04  5:33 ` Torsten Wagner
2010-03-04  9:51   ` Scot Becker
2010-03-04 17:12   ` Henri-Paul Indiogine
2010-03-05  8:58     ` Detlef Steuer
2010-03-05  9:00   ` Eric S Fraga
2010-03-05 10:14     ` Sven Bretfeld
2010-03-05 17:41       ` Markus Heller
2010-03-06 23:54         ` Eric S Fraga
2010-03-07  3:10           ` Thomas S. Dye
2010-03-09 15:16             ` Eric S Fraga
2010-03-09 16:27             ` Carsten Dominik
2010-03-21 19:19               ` Thomas S. Dye [this message]
2010-03-22  8:49                 ` Carsten Dominik
2010-03-04 14:02 ` Maurizio Vitale
2010-03-04 17:33   ` Thomas S. Dye
2010-03-04 18:40     ` Henri-Paul Indiogine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8EF1CD13-7E96-4A12-93AC-96409E1AAF2E@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=hellerm2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).