[O] org-export-preprocess-apply-macros ?

2017-04-30 Thread D Bro
Is this still a thing? I can’t seem to find it anywhere but a very few online references, no where in the org code, and it doesn’t seem work… https://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg00857.html (add-hook 'org-babel-tangle-body-hook (lambda ()

[O] Latex class files in async export?

2017-04-29 Thread D Bro
I have the following definition in my org-mode file: (add-to-list 'org-latex-classes ;; https://emacs.stackexchange.com/questions/29694/spacemacs-and-org-mode-configuration-problem '("koma-article" "\\documentclass{scrartcl}"

[O] Viewing tangled source code as source code block result?

2017-04-24 Thread D Bro
I was wondering if there is any simple way of displaying the actual tangled code in the org-mode buffer and resulting exports. One can #+INCLUDE the resulting file, seeing it in the export; one can M-x ffap the #+INCLUDE file to see it in a buffer; one can do a hack like shelling out and

Re: [O] :noweb-ref property inheritance failure?

2017-04-18 Thread D Bro
on it working for you… > On Apr 18, 2017, at 9:47 PM, D Bro <dabro...@gmail.com> wrote: > > Many thanks—especially for the quick response. Unfortunately, no go. > > The headline was a copy and paste issue into the email — my org-lint only > complains about the :classname (I di

Re: [O] :noweb-ref property inheritance failure?

2017-04-18 Thread D Bro
9:04 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > > On Tue, 18 Apr 2017, D Bro wrote: > >> Both 26.0 and 25.1 on OS X 10.12 via homebrew, using the Spacemacs >> configuration. >> > >> I recently tried the weaving technique from >> http://or

[O] :noweb-ref property inheritance failure?

2017-04-18 Thread D Bro
Both 26.0 and 25.1 on OS X 10.12 via homebrew, using the Spacemacs configuration. I recently tried the weaving technique from http://orgmode.org/manual/noweb_002dref.html#noweb_002dref : * Create #+NAME: TestDemo2 #+BEGIN_SRC java