emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: using org-publish, `#+OPTIONS title:nil` is invalid


From: Nicolas Goaziou
Subject: Re: [O] Bug: using org-publish, `#+OPTIONS title:nil` is invalid
Date: Thu, 11 Feb 2016 14:06:34 +0100

Hello,

lux <address@hidden> writes:

> first, I write a org file:
>
>         #+TITLE: Just test
>         #+OPTIONS: doc:nil title:nil num:nil
>
>         * h1
>           hello world
>
> as you see, I define `title:nil` in #+OPTIONS.
>
> I wan't `title` just display in <title> tag, and don't display in body.
>
> But, I did not take effect after executing `org-publish-project`, the
> title 'Just test' still in new HTML file:
>
> <h1 class="title">Just test</h1>
>
> and I using `org-html-export-as-html` don't see it.
>
> the `org-publish-project-alits' as follows:
>
> (setq org-publish-project-alist
>        '(("src"
>           :base-directory "src"
>           :base-extension "org"
>           :publishing-directory "html"
>           :recursive t
>           :publishing-function org-html-publish-to-html
>           :headline-levels 4
>           :auto-preamble nil)
>          ("test-project" :components ("src"))))
>
>
> Emacs  : GNU Emacs 25.0.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.7)
>   of 2016-02-01
> Package: Org-mode version 8.3.3 (8.3.3-26-ge92a06-elpa @ 
> /home/lu4nx/.emacs.d/elpa/org-20160125/)

FWIW I cannot reproduce it.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]