From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raffi R Subject: Re: Shortcut for adding text item? Date: Thu, 18 Feb 2010 14:26:17 -0500 Message-ID: References: <211769421002181028n72f53fet9848b20cd544f95d@mail.gmail.com> <4B7D8DF6.3050204@cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiC1R-0000UZ-3c for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:26:49 -0500 Received: from [140.186.70.92] (port=41402 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiC1Q-0000Tp-55 for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:26:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiC1L-0005RR-Rp for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:26:48 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:59216) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiC1L-0005RE-Ex for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:26:43 -0500 Received: by ewy28 with SMTP id 28so4479231ewy.8 for ; Thu, 18 Feb 2010 11:26:37 -0800 (PST) In-Reply-To: <4B7D8DF6.3050204@cs.tu-berlin.de> 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: Stephan Schmitt Cc: emacs-orgmode@gnu.org 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 wrote: > Hi Nathan, > > put this in your dotemacs file: > > (eval-after-load "org" > =A0'(org-defkey org-mode-map (kbd "M-j") > =A0 =A0 =A0 =A0 =A0 =A0 =A0 (lambda () (interactive) (end-of-line) (org-r= eturn-indent)))) > > Hth, > =A0 =A0 =A0 =A0Stephan > > 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 position: >> >> * Something >> >> 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? =A0Sorry if I'm missing an easy solution. =A0I think I've ask= ed >> 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. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > _______________________________________________ > 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 >