emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-export - was :input-buffer removed from the communication channe


From: Thorsten Jolitz
Subject: [O] org-export - was :input-buffer removed from the communication channel?
Date: Sun, 28 Sep 2014 15:07:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi Nicolas,

for exporting a buffer w/o buffer-file, sometimes ago you added property
:input-buffer to the communication channel (on my feature request), so
this used to work (one of the two vars was always non-nil):

#+BEGIN_SRC emacs-lisp
  (let ((input-file (plist-get info :input-file))
        (input-buffer (plist-get info :input-buffer))) ...)
#+END_SRC

But now the :input-buffer property seems to have disappeared from the
'info' plist again. If so, its a real pity, since crucial info is missing
whenever 'buffer-file-name' is nil. 

-- 
cheers,
Thorsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]