Hello,
lux 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 tag, and don't display in body.
>
> But,
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 tag, and don't display in body.
But, I did not take effect after executing `org-pub