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

2016-02-11 Thread Nicolas Goaziou
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,

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

2016-02-04 Thread lux
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