From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: Shortcut for adding text item? Date: Thu, 18 Feb 2010 19:59:02 +0100 Message-ID: <4B7D8DF6.3050204@cs.tu-berlin.de> References: <211769421002181028n72f53fet9848b20cd544f95d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiBmn-0006JD-TL for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:11:41 -0500 Received: from [140.186.70.92] (port=37507 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiBmm-0006Iv-Jo for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:11:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiBml-0002mI-JT for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:11:40 -0500 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:45707) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiBml-0002lo-E2 for emacs-orgmode@gnu.org; Thu, 18 Feb 2010 14:11:39 -0500 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 76E7F355D5 for ; Thu, 18 Feb 2010 20:11:37 +0100 (CET) In-Reply-To: <211769421002181028n72f53fet9848b20cd544f95d@mail.gmail.com> 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: Nathan Neff Cc: emacs-orgmode@gnu.org 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 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? 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode