* error: "End of file during parsing." when using option "timestamp"
@ 2007-08-31 11:28 Rainer Stengele
2007-08-31 11:34 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Rainer Stengele @ 2007-08-31 11:28 UTC (permalink / raw)
To: emacs-orgmode
Using the option "timestamp" true or nil I get this error in "C-c C-e b":
End of file during parsing.
#+OPTIONS: H:2 num:nil toc:t \n:t @:t ::t |:t ^:t f:t *:t TeX:t LaTeX:nil skip:t p:nil timestamp: nil
Rainer
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: error: "End of file during parsing." when using option "timestamp"
2007-08-31 11:28 error: "End of file during parsing." when using option "timestamp" Rainer Stengele
@ 2007-08-31 11:34 ` Carsten Dominik
2007-08-31 11:52 ` Rainer Stengele
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2007-08-31 11:34 UTC (permalink / raw)
To: Rainer Stengele; +Cc: emacs-orgmode
No space before the nil, you have it right in all the other options!
- Carsten
On Aug 31, 2007, at 13:28, Rainer Stengele wrote:
> Using the option "timestamp" true or nil I get this error in "C-c C-e
> b":
>
> End of file during parsing.
>
> #+OPTIONS: H:2 num:nil toc:t \n:t @:t ::t |:t ^:t f:t *:t TeX:t
> LaTeX:nil skip:t p:nil timestamp: nil
>
>
> Rainer
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: error: "End of file during parsing." when using option "timestamp"
2007-08-31 11:34 ` Carsten Dominik
@ 2007-08-31 11:52 ` Rainer Stengele
2007-08-31 13:52 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Rainer Stengele @ 2007-08-31 11:52 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik schrieb:
> No space before the nil, you have it right in all the other options!
>
>
> - Carsten
>
> On Aug 31, 2007, at 13:28, Rainer Stengele wrote:
>
>> Using the option "timestamp" true or nil I get this error in "C-c C-e b":
>>
>> End of file during parsing.
>>
>> #+OPTIONS: H:2 num:nil toc:t \n:t @:t ::t |:t ^:t f:t *:t TeX:t
>> LaTeX:nil skip:t p:nil timestamp: nil
>>
>>
>> Rainer
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>
> --
> Carsten Dominik
> Sterrenkundig Instituut "Anton Pannekoek"
> Universiteit van Amsterdam
> Kruislaan 403
> NL-1098SJ Amsterdam
> phone: +31 20 525 7477
perfect - thank you - works.
I have one more thing to ask:
having meeting notes in my org structure like this:
* meetings and notes and customer 0815
** <2007-08-27 Mo>
** <2007-08-28 Di>
** <2007-08-29 Mi>
an html export deletes the time stamps and gives me empty headlines which lead to missing headlines
in the contents of the html export.
I'd like to have my meetings planned like this and the notes in an html export with headlines that
make sense.
Maybe an option to delete timestamps in the contents of the html export?
Rainer
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: error: "End of file during parsing." when using option "timestamp"
2007-08-31 11:52 ` Rainer Stengele
@ 2007-08-31 13:52 ` Carsten Dominik
2007-08-31 14:35 ` Rainer Stengele
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2007-08-31 13:52 UTC (permalink / raw)
To: Rainer Stengele; +Cc: emacs-orgmode
On Aug 31, 2007, at 13:52, Rainer Stengele wrote:
>
>
> I have one more thing to ask:
>
> having meeting notes in my org structure like this:
>
> * meetings and notes and customer 0815
> ** <2007-08-27 Mo>
> ** <2007-08-28 Di>
> ** <2007-08-29 Mi>
>
> an html export deletes the time stamps and gives me empty headlines
> which lead to missing headlines
> in the contents of the html export.
> I'd like to have my meetings planned like this and the notes in an
> html export with headlines that
> make sense.
> Maybe an option to delete timestamps in the contents of the html
> export?
How about `org-export-remove-timestamps-from-toc' ???
Org-mode has so many variables, chances are the one you need is already
there.
The way to find such variables is
M-x org-customize
Open "Org Export" group
Open "Org Export General" group
Find the right variable.
Hope this helps.
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: error: "End of file during parsing." when using option "timestamp"
2007-08-31 13:52 ` Carsten Dominik
@ 2007-08-31 14:35 ` Rainer Stengele
0 siblings, 0 replies; 5+ messages in thread
From: Rainer Stengele @ 2007-08-31 14:35 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik schrieb:
>
> On Aug 31, 2007, at 13:52, Rainer Stengele wrote:
>>
>>
>> I have one more thing to ask:
>>
>> having meeting notes in my org structure like this:
>>
>> * meetings and notes and customer 0815
>> ** <2007-08-27 Mo>
>> ** <2007-08-28 Di>
>> ** <2007-08-29 Mi>
>>
>> an html export deletes the time stamps and gives me empty headlines
>> which lead to missing headlines
>> in the contents of the html export.
>> I'd like to have my meetings planned like this and the notes in an
>> html export with headlines that
>> make sense.
>> Maybe an option to delete timestamps in the contents of the html export?
>
> How about `org-export-remove-timestamps-from-toc' ???
>
> Org-mode has so many variables, chances are the one you need is already
> there.
>
> The way to find such variables is
>
> M-x org-customize
>
> Open "Org Export" group
> Open "Org Export General" group
>
>
> Find the right variable.
>
> Hope this helps.
>
> - Carsten
Wow, a dream...
Again - thank you so much.
Rainer
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-31 14:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31 11:28 error: "End of file during parsing." when using option "timestamp" Rainer Stengele
2007-08-31 11:34 ` Carsten Dominik
2007-08-31 11:52 ` Rainer Stengele
2007-08-31 13:52 ` Carsten Dominik
2007-08-31 14:35 ` Rainer Stengele
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.