Re: [O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
Hello, >> A suggestion here: could Org-lint tell the user to replace such >> a block: >> >> #+PROPERTY: eval never >> #+PROPERTY: padline yes >> #+PROPERTY: tangle yes >> >> by its newer syntax: >> >> #+PROPERTY: header-args :eval never :padline yes :tangle yes >> >> ? > > Done. Thank you. Did

Re: [O] Org-lint PROPERTIES

2015-06-30 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > A suggestion here: could Org-lint tell the user to replace such > a block: > > #+PROPERTY: eval never > #+PROPERTY: padline yes > #+PROPERTY: tangle yes > > by its newer syntax: > > #+PROPERTY: header-args :eval never :padline yes :tangle yes > > ? Done. T

Re: [O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
Rainer M Krug writes: > Sebastien Vauban writes: >> A suggestion here: could Org-lint tell the user to replace such >> a block: >> >> #+PROPERTY: eval never >> #+PROPERTY: padline yes >> #+PROPERTY: tangle yes >> >> by its newer syntax: >> >> #+PROPERTY: header-args :eval never :padline yes :

Re: [O] Org-lint PROPERTIES

2015-06-30 Thread Rainer M Krug
Sebastien Vauban writes: > Hello, > > A suggestion here: could Org-lint tell the user to replace such > a block: > > #+PROPERTY: eval never > #+PROPERTY: padline yes > #+PROPERTY: tangle yes > > by its newer syntax: > > #+PROPERTY: header-args :eval never :padline yes :tangle yes I agree - t

[O] Org-lint PROPERTIES

2015-06-30 Thread Sebastien Vauban
Hello, A suggestion here: could Org-lint tell the user to replace such a block: --8<---cut here---start->8--- #+PROPERTY: eval never #+PROPERTY: padline yes #+PROPERTY: tangle yes --8<---cut here---end--->8--- by its newe