From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Lomov Subject: Re: [patch, ox] suppress title Date: Thu, 12 Feb 2015 09:26:15 +0800 Message-ID: <20150212012615.GA13624@smoon.vl-lomov.ru> References: <871tlxcmek.fsf@gmx.us> <871tlwvyel.fsf@nicolasgoaziou.fr> <87iof8yoph.fsf@gmx.us> <87oap0ufrj.fsf@nicolasgoaziou.fr> <877fvoyn05.fsf@gmx.us> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLiXu-0003OS-Vx for emacs-orgmode@gnu.org; Wed, 11 Feb 2015 20:26:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLiXr-0005rz-PX for emacs-orgmode@gnu.org; Wed, 11 Feb 2015 20:26:22 -0500 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:62665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLiXr-0005rT-Hv for emacs-orgmode@gnu.org; Wed, 11 Feb 2015 20:26:19 -0500 Received: by mail-lb0-f176.google.com with SMTP id u10so6723445lbd.7 for ; Wed, 11 Feb 2015 17:26:18 -0800 (PST) Received: from smoon ([141.105.53.85]) by mx.google.com with ESMTPSA id s5sm471312lag.9.2015.02.11.17.26.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Feb 2015 17:26:17 -0800 (PST) Content-Disposition: inline In-Reply-To: <877fvoyn05.fsf@gmx.us> 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 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, ** Rasmus [2015-02-12 01:47:06 +0100]: > Nicolas Goaziou writes: > >> Rasmus writes: >> >>> Nicolas Goaziou writes: >>> >>>> Could you also add a test in `test-org-export/handle-options'? >>> >>> How would I make this test proper? >> >> You can't, my bad. It is obviously handled at the back-end level. > > OK pushed without that then. e6fcc853. Please consider the attached small patch for org.texi P.S. It would be nice to test not only changes in *.el files but also test building process. --- WBR, Vladimir Lomov -- The only thing worse than X Windows: (X Windows) - X --J/dobhs11T7y2rNN Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="org-mode-doc.patch" diff --git a/doc/org.texi b/doc/org.texi index 406579b..f02fca8 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -10818,7 +10818,6 @@ Toggle inclusion of TODO keywords into exported text @item |: @vindex org-export-with-tables Toggle inclusion of tables (@code{org-export-with-tables}). -@end table @item title: @vindex org-export-with-titles --J/dobhs11T7y2rNN--