From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: killing all contents of a headline Date: Tue, 19 Feb 2013 18:05:05 +0100 Message-ID: <87ip5oz132.fsf@bzg.ath.cx> References: <87mwv07bet.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7qdH-0007SD-CS for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 12:05:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7qdA-0003sC-Cc for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 12:05:31 -0500 Received: from mail-ea0-f180.google.com ([209.85.215.180]:54313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7qdA-0003m5-0Y for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 12:05:24 -0500 Received: by mail-ea0-f180.google.com with SMTP id c1so2832170eaa.39 for ; Tue, 19 Feb 2013 09:05:16 -0800 (PST) In-Reply-To: (42's message of "Tue, 19 Feb 2013 11:40:31 -0500") 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: 42 147 Cc: emacs-orgmode@gnu.org Hi John, 42 147 writes: > The @ replacement is also a sensible idea -- can either of you send > me the source code for this? Or how would I update my org-mode to > include it? If you want to use Org development branch, simply clone and build: ~$ git clone git://orgmode.org/org-mode.git ~$ cd org-mode ~$ make Then make sure you set the correct `load-path'. See http://orgmode.org/org.html#Installation for details. The change Suvayu sent is now in master. > Not exactly well-versed in Emacs, You'll soon get hooked, dont worry :) -- Bastien