* org-export - was :input-buffer removed from the communication channel?
@ 2014-09-28 13:07 Thorsten Jolitz
2014-09-28 21:35 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Jolitz @ 2014-09-28 13:07 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-export - was :input-buffer removed from the communication channel?
2014-09-28 13:07 org-export - was :input-buffer removed from the communication channel? Thorsten Jolitz
@ 2014-09-28 21:35 ` Nicolas Goaziou
2014-09-30 7:59 ` Thorsten Jolitz
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2014-09-28 21:35 UTC (permalink / raw)
To: Thorsten Jolitz; +Cc: emacs-orgmode
Hello,
Thorsten Jolitz <tjolitz@gmail.com> writes:
> 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.
It should be back in 39f5f03.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-export - was :input-buffer removed from the communication channel?
2014-09-28 21:35 ` Nicolas Goaziou
@ 2014-09-30 7:59 ` Thorsten Jolitz
0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Jolitz @ 2014-09-30 7:59 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
Hello,
> Thorsten Jolitz <tjolitz@gmail.com> writes:
>
>> 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.
>
> It should be back in 39f5f03.
Thanks!
--
cheers,
Thorsten
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-30 10:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-28 13:07 org-export - was :input-buffer removed from the communication channel? Thorsten Jolitz
2014-09-28 21:35 ` Nicolas Goaziou
2014-09-30 7:59 ` Thorsten Jolitz
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).