From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Replacing links with section numbers in ASCII export Date: Thu, 25 Oct 2012 16:15:27 +0200 Message-ID: <87zk3ak58g.fsf@gmail.com> References: <50893449.9010407@oracle.com> <87objqlo0o.fsf@gmail.com> <508948CC.50802@oracle.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TROHP-0003DT-Hr for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 10:19:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TROHJ-0001q1-Q9 for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 10:19:27 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:36205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TROHJ-0001pn-KY for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 10:19:21 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so1033523wey.0 for ; Thu, 25 Oct 2012 07:19:20 -0700 (PDT) In-Reply-To: <508948CC.50802@oracle.com> (Mats Kindahl's message of "Thu, 25 Oct 2012 16:12:28 +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: Mats Kindahl Cc: emacs-orgmode@gnu.org Mats Kindahl writes: > That is nice. I assume that I have to use the development branch in that > case? Yes, its merge is planned for Org 8.0. For now it lies in the contrib/ directory. If you want to try it, assuming contrib/ is in your load-patch, just require the back-end(s) you need, in this case (require 'org-e-ascii), and call M-x org-export-dispatch. Regards,