On Thu, 29 Sep 2016, Thomas Alexander Gerds wrote:
Hi Chuck
thanks for checking. my org-version is the same
release_8.3.6-1178-g2b22d5
to get the date and time of the in the results:
(setq org-babel-hash-show-time t)
but even without this option the results of the block are exported no
matter what. could someone point to the place in the export process
where the :results option is interpreted?
You probably want `org-babel-current-result-hash', which AFAICS does not
recognize the `show-time' variant.
I think you'll need some regexp magic to make it work.
Chuck