emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Two problems with exporting options
@ 2015-08-25 12:20 Meir Goldenberg
  2015-08-26 20:55 ` Grant Rettke
  0 siblings, 1 reply; 4+ messages in thread
From: Meir Goldenberg @ 2015-08-25 12:20 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

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...

[-- Attachment #2: Type: text/html, Size: 671 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Two problems with exporting options
  2015-08-25 12:20 Two problems with exporting options Meir Goldenberg
@ 2015-08-26 20:55 ` Grant Rettke
  2015-08-27  7:13   ` Meir Goldenberg
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Rettke @ 2015-08-26 20:55 UTC (permalink / raw)
  To: Meir Goldenberg; +Cc: emacs-orgmode@gnu.org

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 <mgoldenbe@gmail.com> 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...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Two problems with exporting options
  2015-08-26 20:55 ` Grant Rettke
@ 2015-08-27  7:13   ` Meir Goldenberg
  2015-08-27  7:27     ` Eric Abrahamsen
  0 siblings, 1 reply; 4+ messages in thread
From: Meir Goldenberg @ 2015-08-27  7:13 UTC (permalink / raw)
  To: Grant Rettke; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]

Can I set this in #OPTIONS?

On Wed, Aug 26, 2015 at 11:55 PM, Grant Rettke <gcr@wisdomandwonder.com>
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 <mgoldenbe@gmail.com>
> 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...
>

[-- Attachment #2: Type: text/html, Size: 1877 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Two problems with exporting options
  2015-08-27  7:13   ` Meir Goldenberg
@ 2015-08-27  7:27     ` Eric Abrahamsen
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Abrahamsen @ 2015-08-27  7:27 UTC (permalink / raw)
  To: emacs-orgmode

Meir Goldenberg <mgoldenbe@gmail.com> 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
> <gcr@wisdomandwonder.com> 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
>     <mgoldenbe@gmail.com> 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...

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-27  7:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-25 12:20 Two problems with exporting options Meir Goldenberg
2015-08-26 20:55 ` Grant Rettke
2015-08-27  7:13   ` Meir Goldenberg
2015-08-27  7:27     ` Eric Abrahamsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).