Re: [O] [bug?, ox-latex] creator not commented out

2015-03-27 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Yeah, but I don't know what the right change is. I can remove the creator part from the ox-latex template and make the hyperref spec ignore :with-creator. What about keeping the creator part at the end of the template and ignore :with-creator in the hyperref

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-27 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us writes: Yeah, but I don't know what the right change is. I can remove the creator part from the ox-latex template and make the hyperref spec ignore :with-creator. What about keeping the creator part at the end of the

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-27 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Fixed in e9fd199. Thank you. In e9fd199 meta-data is always available via the specs in ox-latex and always inserted in ox-odt. An empty generator, which could be produced before, is definitely wrong cf:

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-26 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: This sort of breaks the creator field for hyperref. Now we neither have the Org string nor the default LaTeX string. You need to set `org-export-with-creator' to t. We can also patch `org-latex--format-spec' to skip ?c entry altogether when the variable is

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-26 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rasmus ras...@gmx.us writes: This sort of breaks the creator field for hyperref. Now we neither have the Org string nor the default LaTeX string. You need to set `org-export-with-creator' to t. We can also patch

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-25 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rasmus ras...@gmx.us writes: In ox-latex :creator is inserted according to ;; Creator. (and (plist-get info :with-creator) (concat (plist-get info :creator) \n)) Is it on purpose that if :with-creator is non-nil and

[O] [bug?, ox-latex] creator not commented out

2015-03-20 Thread Rasmus
Hi, In ox-latex :creator is inserted according to ;; Creator. (and (plist-get info :with-creator) (concat (plist-get info :creator) \n)) Is it on purpose that if :with-creator is non-nil and :creator is the default value, then it's inserted in the pdf, i.e. without being

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-20 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: In ox-latex :creator is inserted according to ;; Creator. (and (plist-get info :with-creator) (concat (plist-get info :creator) \n)) Is it on purpose that if :with-creator is non-nil and :creator is the default value, then it's