* Org-lint PROPERTIES
@ 2015-06-30 7:35 Sebastien Vauban
2015-06-30 8:54 ` Rainer M Krug
2015-06-30 14:15 ` Nicolas Goaziou
0 siblings, 2 replies; 5+ messages in thread
From: Sebastien Vauban @ 2015-06-30 7:35 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
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 newer syntax:
--8<---------------cut here---------------start------------->8---
#+PROPERTY: header-args :eval never :padline yes :tangle yes
--8<---------------cut here---------------end--------------->8---
?
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Org-lint PROPERTIES
2015-06-30 7:35 Org-lint PROPERTIES Sebastien Vauban
@ 2015-06-30 8:54 ` Rainer M Krug
[not found] ` <m2fv59zich.fsf-vfylz/Ys1k4@public.gmane.org>
2015-06-30 14:15 ` Nicolas Goaziou
1 sibling, 1 reply; 5+ messages in thread
From: Rainer M Krug @ 2015-06-30 8:54 UTC (permalink / raw)
To: Sebastien Vauban; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 960 bytes --]
Sebastien Vauban <sva-news@mygooglest.com> 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 - this would be very useful. This was already raised in
"Tangling takes long - profiling and calling R".
It might even be already included?
Cheers,
Rainer
>
> ?
>
> Best regards,
> Seb
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer@krugs.de
Skype: RMkrug
PGP: 0x0F52F982
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 480 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Org-lint PROPERTIES
[not found] ` <m2fv59zich.fsf-vfylz/Ys1k4@public.gmane.org>
@ 2015-06-30 9:08 ` Sebastien Vauban
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Vauban @ 2015-06-30 9:08 UTC (permalink / raw)
To: Rainer M Krug; +Cc: emacs-orgmode-mXXj517/zsQ
Rainer M Krug <Rainer-vfylz/Ys1k4@public.gmane.org> writes:
> Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org> 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
>
> I agree - this would be very useful. This was already raised in
> "Tangling takes long - profiling and calling R".
IIRC, such a warning is already displayed for the PROPERTIES drawer.
> It might even be already included?
No, I looked it up (in the latest release of the wip-lint branch) before
sending the post...
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Org-lint PROPERTIES
2015-06-30 7:35 Org-lint PROPERTIES Sebastien Vauban
2015-06-30 8:54 ` Rainer M Krug
@ 2015-06-30 14:15 ` Nicolas Goaziou
2015-06-30 19:44 ` Sebastien Vauban
1 sibling, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2015-06-30 14:15 UTC (permalink / raw)
To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ
Hello,
Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
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. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Org-lint PROPERTIES
2015-06-30 14:15 ` Nicolas Goaziou
@ 2015-06-30 19:44 ` Sebastien Vauban
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Vauban @ 2015-06-30 19:44 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
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.
Didn't check yet, but I'm sure I don't have to either; so, thanks to
you!
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-30 19:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 7:35 Org-lint PROPERTIES Sebastien Vauban
2015-06-30 8:54 ` Rainer M Krug
[not found] ` <m2fv59zich.fsf-vfylz/Ys1k4@public.gmane.org>
2015-06-30 9:08 ` Sebastien Vauban
2015-06-30 14:15 ` Nicolas Goaziou
2015-06-30 19:44 ` Sebastien Vauban
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).