Fixed , thanks.
At least I thing so. Please get the latest version and confirm.
- Carsten
On Jun 25, 2008, at 12:11 AM, Wanrong Lin wrote:
Hi,
I just tried this:
* TODO Test
SCHEDULED: <2008-06-24 Tue +1m>
And it does not work, meaning I do not see the item listed in the
agenda of 07-24
On Jun 24, 2008, at 1:27 PM, Christian Egli wrote:
Hi
I've been wanting to have an exporter for latex beamer and for
mediawiki. I thought that might be a nice summer project. How do I
write it? Do I use
- the new mapping API
- or the "new" exporter engine from Bastien which is buried away
s
Yes, I tried the latest version and it is fixed. Thank you!
Wanrong
Carsten Dominik wrote:
Fixed , thanks.
At least I thing so. Please get the latest version and confirm.
- Carsten
On Jun 25, 2008, at 12:11 AM, Wanrong Lin wrote:
Hi,
I just tried this:
* TODO Test
SCHEDULED: <2008-06-2
I've abandoned my old program "org-blog.el" and have started to set up
Bastien's "Blorg" software. But there seems to be a lot of templates to
customize, and I also have to come up with styles. Are there any other
blorg users out there who would share their configs and templates with
me, and maybe
Hi,
For some of my org files, I don't want the following line to show up in
my HTML export:
"HTML generated by org-mode 6.05b in emacs 22"
Is there an option to turn it off? I looked at the org source code and
it seems the answer is no. Can a new option be added for it? Thanks a
lot for con
Wanrong Lin gmail.com> writes:
>
> Hi,
>
> For some of my org files, I don't want the following line to show up in
> my HTML export:
>
> "HTML generated by org-mode 6.05b in emacs 22"
>
> Is there an option to turn it off? I looked at the org source code and
> it seems the answer is no. Can
Yes, it's right there in the manual...
add the following line to your .emacs
(setq org-export-html-auto-postamble 'nil)
That should do the trick
Ciao,
Renzo
Thanks for pointing it out, but that is not exactly what I wanted.
(setq org-export-html-auto-postamble 'nil)
will remove the
After the next git pull you will have an option org-export-creator-
info, and it corresponds to the publishing property :creator-info.
HTH
- Carsten
On Jun 25, 2008, at 9:43 PM, Wanrong Lin wrote:
Hi,
For some of my org files, I don't want the following line to show up
in my HTML export:
Wanrong Lin gmail.com> writes:
>
>
> > Yes, it's right there in the manual...
> >
> > add the following line to your .emacs
> >
> > (setq org-export-html-auto-postamble 'nil)
> >
> > That should do the trick
> >
> > Ciao,
> > Renzo
> >
> >
> >
> >
> Thanks for pointing it out, but that is no