Re: [O] Dynamic tangle target?

2016-09-22 Thread Grant Rettke
Most things that you can image are also listed here: https://eschulte.github.io/org-scraps/ Awesome reading for Org-Mode Literate Programmers. Sincerely, Grant Rettke On Wed, Sep 21, 2016 at 8:06 PM, Charles C. Berry wrote: > On Wed, 21 Sep 2016, Philip Hudson wrote: > >>

Re: [O] Dynamic tangle target?

2016-09-21 Thread Charles C. Berry
On Wed, 21 Sep 2016, Philip Hudson wrote: AFAICT :tangle takes only "yes", "no", or a literal pathname. Stuff like :tangle (my-lisp-function arg1 arg2) will work. How might I dynamically generate a pathname for :tangle? I suppose what I want is some kind of escape syntax for eval'ing a

[O] Dynamic tangle target?

2016-09-21 Thread Philip Hudson
AFAICT :tangle takes only "yes", "no", or a literal pathname. How might I dynamically generate a pathname for :tangle? I suppose what I want is some kind of escape syntax for eval'ing a Lisp form, like maybe: :tangle %(my-dynamic-filename-generator) Sorry if I'm missing something basic and