[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Two problems with exporting options
From: |
Eric Abrahamsen |
Subject: |
Re: [O] Two problems with exporting options |
Date: |
Thu, 27 Aug 2015 15:27:46 +0800 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) |
Meir Goldenberg <address@hidden> 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
> <address@hidden> wrote:
>
>
> Counters: `org-export-with-statistics-cookies'
> Grant Rettke
> --
> address@hidden | 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
> <address@hidden> 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...