emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Example of thesis in org-mode and LaTeX


From: Bastien
Subject: Re: [Orgmode] Example of thesis in org-mode and LaTeX
Date: Tue, 04 Dec 2007 11:20:44 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

"Rustom Mody" <address@hidden> writes:

> On Dec 4, 2007 7:44 AM, Daniel Clemente <address@hidden> wrote:
>> Hi,
>>
>> * intro  ;(warning: orgstruct-powered e-mail...)
>>
>>   I recently published my final thesis, written entirely with org-mode:
>
> Bravo!
>
> One of the things I learn from your mail is orgstruct.
>
> Could you elaborate a little on how you use orgstruct to compose your
> mail?  For example whats your major mode, and mail client? And how
> they interact with orgstruct?

I use `orgstruct-mode' as a minor mode when composing a message in
message-mode (my mailer is Gnus.)

This is as simple as:

  (add-hook 'message-mode-hook 'turn-on-orgstruct)

Then you can edit your email as if it where an Org file.  You can move
headings, items of a list, etc.  The only drawback is that the default
key for sending an email is C-c C-c, which is also a *very* important
key in Org.

For example, if the point is on a checkbox, C-c C-c will toggle it.  But
what if the point is not exactly at a position where Org's C-c C-c have
a specific meaning?  The email will be sent, which might surprise the
user.  For now I solve this by not using Org's C-c C-c key while
composing an email, but there might be better solution.

I also used to have orgtbl-mode turned on by default, but I'm now
turning it on and off explicitely:

  (add-hook 'message-mode-hook 'turn-on-orgtbl)

HTH,

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]