From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Default description in C-c C-l Date: Mon, 28 May 2012 16:26:20 -0400 Message-ID: <86ehq4f3wz.fsf@mercure.progiciels-bpi.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ6WG-0004Op-1r for emacs-orgmode@gnu.org; Mon, 28 May 2012 16:26:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZ6WE-0004DH-Fu for emacs-orgmode@gnu.org; Mon, 28 May 2012 16:26:23 -0400 Received: from bureau.ubity.com ([64.254.249.42]:43080 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ6WE-0004CU-CH for emacs-orgmode@gnu.org; Mon, 28 May 2012 16:26:22 -0400 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: emacs-orgmode@gnu.org Hi, Org people. When I save a heading with C-C l, a later insertion using C-c C-l recovers the heading as the default description. Which is nice! When I position the cursor at the beginning of the Org buffer, before any heading, usually on the #+TITLE line, before doing C-c l, there is no default description. What I usually want then is the text after #+TITLE:, which I copy by hand. I would like if that defaulting occurred automatically. If there is no #+TITLE, then, maybe the base name of the file, without the .org suffix, could be a reasonable default. Fran=C3=A7ois