From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Setting entry title by a standard org function? Date: Thu, 27 Jun 2013 16:30:17 +0200 Message-ID: <87r4fnoarm.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkZ-0000DI-0o for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsDkR-00025h-Pq for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:42 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:43287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkR-000256-IP for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:35 -0400 Received: by mail-wg0-f46.google.com with SMTP id c11so667305wgh.25 for ; Thu, 27 Jun 2013 08:04:34 -0700 (PDT) In-Reply-To: (Klaus-Dieter Bauer's message of "Thu, 20 Jun 2013 20:52:27 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Klaus-Dieter Bauer Cc: org-mode mailing list Hi Klaus-Dieter, Klaus-Dieter Bauer writes: > Is there a standard way in the org-mode modules to change the text of > a heading conserving tags, todo type, priority etc? There is no function for this. I use (setq org-special-ctrl-a/e 'reversed) (setq org-special-ctrl-k t) which makes it easy to interactively edit the heading, but this is not a function. Hope this helps anyway, -- Bastien