[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Help needed tangling with orgmode v9
From: |
Bruce V Chiarelli |
Subject: |
Re: [O] Help needed tangling with orgmode v9 |
Date: |
Fri, 31 Mar 2017 11:58:54 -0700 |
User-agent: |
mu4e 0.9.19; emacs 26.0.50 |
Guido Van Hoecke <address@hidden> writes:
> Hi,
>
Hi there,
> So I changed the #+PROPERTY lines into:
>
> #+PROPERTY: header-args :tangle emacs-guivho.el
> #+PROPERTY: header-args :padline yes
> #+PROPERTY: header-args :eval never
> #+PROPERTY: header-args :eval no
> #+PROPERTY: header-args :exports code
>
Just had the same problem myself not too long ago. It should be
#+PROPERTY: header-args :tangle emacs-guivho.el
#+PROPERTY: header-args+ :padline yes
#+PROPERTY: header-args+ :eval never
#+PROPERTY: header-args+ :eval no
#+PROPERTY: header-args+ :exports code
Be sure also to hit C-c somewhere in the header after updating them too,
so that Org is aware of the change.
Bruce Chiarelli