emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Shortcut for adding text item?


From: Raffi R
Subject: Re: [Orgmode] Shortcut for adding text item?
Date: Thu, 18 Feb 2010 14:26:17 -0500

C-return will also create a new headline from any point. Only seems to
work with headlines proper, though.

HTH,
- Raffi.

On Thu, Feb 18, 2010 at 1:59 PM, Stephan Schmitt
<address@hidden> wrote:
> Hi Nathan,
>
> put this in your dotemacs file:
>
> (eval-after-load "org"
>  '(org-defkey org-mode-map (kbd "M-j")
>               (lambda () (interactive) (end-of-line) (org-return-indent))))
>
> Hth,
>        Stephan
>
> Also sprach Nathan Neff:
>>
>> I'm aware of the M-Ret shortcut for inserting a new heading.
>>
>> Is there a shortcut for adding a text item to the current headline?
>>
>> For example, I have a headline, with the cursor at <cursor> position:
>>
>> * Some<cursor>thing
>>
>> And I want to add a text line under the heading, with proper indentation.
>>
>> Currently, I press Ctrl-E, then Return, but I'd like to have a shortcut
>> like M-j or something like that.
>>
>> Any ideas?  Sorry if I'm missing an easy solution.  I think I've asked
>> this before, but
>> can't find my prev. e-mail.
>>
>> --Nate
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>




reply via email to

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