Re: [O] No title in org-export-as-odt

2014-03-28 Thread Nicolas Goaziou
Hello, Miguel Ruiz writes: > If I try > > #+TITLE: This should remove the title line. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] No title in org-export-as-odt

2014-01-27 Thread Jambunathan K
Brady Trainor writes: > Miguel Ruiz yahoo.es> writes: > >> > > Any hint to get rid of the title in a org-export-as-odt If you are seeing `org-export-as-odt' then you are using old Org (< 8.0). Old exporters are no longer maintained. So you upgrade to the latest Org (org > 8.0) via M-x list-pa

Re: [O] No title in org-export-as-odt

2014-01-27 Thread Bastien
Hi Brady, Brady Trainor writes: > Miguel Ruiz yahoo.es> writes: > >> > > Any hint to get rid of the title in a org-export-as-odt >> > session? > > I had the same problem. I noticed a lot of new lines, `\n', so I tried to > remove more than "just title". For my solution, I changed insert to > ig

Re: [O] No title in org-export-as-odt

2014-01-26 Thread Brady Trainor
Miguel Ruiz yahoo.es> writes: > > > Any hint to get rid of the title in a org-export-as-odt > > session? I had the same problem. I noticed a lot of new lines, `\n', so I tried to remove more than "just title". For my solution, I changed insert to ignore. ;; Preamble - Title, Author, Dat

Re: [O] No title in org-export-as-odt

2012-09-24 Thread Giovanni Ridolfi
Da: Miguel Ruiz Inviato: Lunedì 24 Settembre 2012 8:03 >> Bastien >>> Miguel Ruiz writes: > >> >>> Any hint to get rid of the title in a org-export-as-odt >>> session? >> >> I don't think you can > > org-odt-format-preamble function says: > > ... > (when title >      (concat >  (org-odt-format

Re: [O] No title in org-export-as-odt

2012-09-23 Thread Nick Dokos
Miguel Ruiz wrote: > Hi, > > > > Miguel Ruiz > > writes: > > > > > Any hint to get rid of the title in a org-export-as-odt > > session? > > > > I don't think you can > > > org-odt-format-preamble function says: > > ... > (when title >        (concat >     (org-odt-format-stylized-paragra

Re: [O] No title in org-export-as-odt

2012-09-23 Thread Miguel Ruiz
Hi, > Miguel Ruiz > writes: > > > Any hint to get rid of the title in a org-export-as-odt > session? > > I don't think you can org-odt-format-preamble function says: ... (when title        (concat     (org-odt-format-stylized-paragraph  'title (org-odt-format-tags      '("" . "") t

Re: [O] No title in org-export-as-odt

2012-09-23 Thread Bastien
Hi Miguel, Miguel Ruiz writes: > Any hint to get rid of the title in a org-export-as-odt session? I don't think you can > #+OPTIONS: title:nil author:nil timestamp:nil toc:nil ^ This option is not supported. -- Bastien