emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Shortcut for adding text item?


From: Łukasz Stelmach
Subject: [Orgmode] Re: Shortcut for adding text item?
Date: Fri, 19 Feb 2010 00:07:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Stephan Schmitt <address@hidden> writes:

> Also sprach Nathan Neff:
>> 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.
> 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))))
>

How about unfolding subtree?

-- 
Miłego dnia,
Łukasz Stelmach





reply via email to

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