Hello,
Miguel Ruiz writes:
> If I try
>
> #+TITLE:
This should remove the title line. Thank you for reporting it.
Regards,
--
Nicolas Goaziou
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
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
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
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
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
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
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