From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Two problems with exporting options Date: Thu, 27 Aug 2015 15:27:46 +0800 Message-ID: <87io812nt9.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUrbX-00067w-Ti for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 03:28:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUrbS-0000C6-U3 for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 03:28:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:39104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUrbS-0000Bw-NN for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 03:28:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZUrbN-00036n-7h for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 09:28:01 +0200 Received: from 114.248.7.115 ([114.248.7.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 09:28:01 +0200 Received: from eric by 114.248.7.115 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 09:28:01 +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: emacs-orgmode@gnu.org Meir Goldenberg writes: > Can I set this in #OPTIONS? Check the docstring of `org-export-with-statistics-cookies'! > On Wed, Aug 26, 2015 at 11:55 PM, Grant Rettke > wrote: > > > Counters: `org-export-with-statistics-cookies' > Grant Rettke > -- > gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ > “Wisdom begins in wonder.” --Socrates > “All creativity is an extended form of a joke.” --Kay > ((λ (x) (x x)) (λ (x) (x x))) > “Life has become immeasurably better since I have been forced to > stop > taking it seriously.” --Thompson > > On Tue, Aug 25, 2015 at 7:20 AM, Meir Goldenberg > wrote: > > I have the following exporting options: > > #+OPTIONS: date:t stat:nil timestamp:t num:nil toc:nil p:nil > todo:nil > > > > Two questions: > > > > 1. I did not notice an option that would remove check-boxes ([ ] > ) and > > counters ([/]) from the output of the export. Is there a way to > export > > without these? (actually, I thought that stat:nil would do it, > but it does > > not have any effect. > > > > 2. The options date:t stat:nil timestamp:t do not have any > noticeable effect > > on the resulting pdf. The \date{\today} command does appear in > the latex > > file, but the date does not show in the pdf...