Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Jason Dunsmore
Bastien b...@altern.org writes:

 Also, I have no title when I set the title with #+TITLE:  on the first
 line.  I'm not sure if this has to do with org-export-html-title-format
 being removed.

 Mhh.. I cannot reproduce this.  Can you check again?

I was mistaken.  It was exporting a title.  However, it wasn't
exporting the h1 header with the title.  I needed to append the
following to my :html-preamble for it to have the old behavior:

h1 class=\title\%t/h1

So when :html-preamble isn't defined, #+TITLE: affects both title and
h1.  But when :html-preamble is defined, #+TITLE: only affects
title.

Is this a bug?  It makes sense to me that #TITLE: would add an h1 page
heading with or without :html-preamble being defined.

Regards,
Jason



Re: [O] Re: [Orgmode] HTML export options are being ignored

2011-03-09 Thread Bastien
Hi Jason,

Jason Dunsmore emacs-orgm...@dunsmor.com writes:

 Is this a bug?  It makes sense to me that #TITLE: would add an h1 page
 heading with or without :html-preamble being defined.

Yes, there are still problems in this area -- see my last patch and tell
me if this does things right for you.

Best,

-- 
 Bastien



[O] Re: [Orgmode] HTML export options are being ignored

2011-03-04 Thread Bastien
Hi Jason,

Jason Dunsmore emacs-orgm...@dunsmor.com writes:

 http://orgmode.org/w/org-mode.git/commitdiff/da8dc7bba7261

 1) :preamble was renamed :html-preamble
 2) :postamble was renamed :html-postamble
 3) org-export-email-info is no longer checked before attempting export
of email address.

 For the first two, the manual needs to be updated.  

Done, thanks.

 The third change seems like a bug.

Yes.  I've changed the default of org-export-html-preamble (and
postamble) to nil, so that the default behavior reproduce the old 
one, and author/email/creator-info options will be honored.

Setting :html-preamble in any fashing will override these options
for the HTML export.  I explained that in the manual.

Following your suggestion, I also republished the online manual to
reflect these changes:

  http://orgmode.org/manual/

 Also, I have no title when I set the title with #+TITLE:  on the first
 line.  I'm not sure if this has to do with org-export-html-title-format
 being removed.

Mhh.. I cannot reproduce this.  Can you check again?

Thanks,

-- 
 Bastien



[O] Re: [Orgmode] HTML export options are being ignored

2011-03-04 Thread Bastien
Hi Cássio,

Cássio Koshikumo ckoshik...@gmail.com writes:

 I think there's a bug with the html exporter. With this OPTIONS line:

 #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil

 I get rid of the numbering and the TOC, but still get the creator, the
 timestamp and the author lines at the end of the page. Exporting to ASCII seem
 to exclude them properly.

Fixed in latest git repo.  Thanks for reporting this.

-- 
 Bastien



Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Cássio Koshikumo ckoshik...@gmail.com writes:

 Hi all,

 I think there's a bug with the html exporter. With this OPTIONS line:

 #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil

 I get rid of the numbering and the TOC, but still get the creator, the
 timestamp and the author lines at the end of the page. Exporting to ASCII seem
 to exclude them properly.

 Does anyone else experience this?

I'm also having issues with HTML export.  The :email-info, :preamble,
and :postamble publishing options are being ignored.

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Jason Dunsmore emacs-orgm...@dunsmor.com writes:

 Cássio Koshikumo ckoshik...@gmail.com writes:

 Hi all,

 I think there's a bug with the html exporter. With this OPTIONS line:

 #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil

 I get rid of the numbering and the TOC, but still get the creator, the
 timestamp and the author lines at the end of the page. Exporting to ASCII 
 seem
 to exclude them properly.

 Does anyone else experience this?

 I'm also having issues with HTML export.  The :email-info, :preamble,
 and :postamble publishing options are being ignored.

I found the commit that broke things:

http://orgmode.org/w/org-mode.git/commitdiff/da8dc7bba7261

1) :preamble was renamed :html-preamble
2) :postamble was renamed :html-postamble
3) org-export-email-info is no longer checked before attempting export
   of email address.

For the first two, the manual needs to be updated.  The third change
seems like a bug.

Also, I have no title when I set the title with #+TITLE:  on the first
line.  I'm not sure if this has to do with org-export-html-title-format
being removed.

Regards,
Jason

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Nick Dokos
Jason Dunsmore emacs-orgm...@dunsmor.com wrote:

 Cássio Koshikumo ckoshik...@gmail.com writes:
 
  Hi all,
 
  I think there's a bug with the html exporter. With this OPTIONS line:
 
  #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil
 
  I get rid of the numbering and the TOC, but still get the creator, the
  timestamp and the author lines at the end of the page. Exporting to ASCII 
  seem
  to exclude them properly.
 
  Does anyone else experience this?
 
 I'm also having issues with HTML export.  The :email-info, :preamble,
 and :postamble publishing options are being ignored.
 

[This is based on a very quick look, so take it with the appropriate
grain of salt.]

The preamble/postamble issue may be a doc bug. The code seems to expect
:html-preamble and :html-postamble. 

Nick

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] HTML export options are being ignored

2011-02-25 Thread Cássio Koshikumo
Hi all,

I think there's a bug with the html exporter. With this OPTIONS line:

#+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil

I get rid of the numbering and the TOC, but still get the creator, the
timestamp and the author lines at the end of the page. Exporting to ASCII seem
to exclude them properly.

Does anyone else experience this?

Best,

-- 
Cássio Koshikumo

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode