From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: org-export - was :input-buffer removed from the communication channel? Date: Sun, 28 Sep 2014 15:07:54 +0200 Message-ID: <871tqvuc45.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYED6-0004FL-FM for emacs-orgmode@gnu.org; Sun, 28 Sep 2014 09:08:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYECy-00017b-VO for emacs-orgmode@gnu.org; Sun, 28 Sep 2014 09:08:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:47776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYECy-00017O-Ph for emacs-orgmode@gnu.org; Sun, 28 Sep 2014 09:08:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XYECs-0002jP-Mx for emacs-orgmode@gnu.org; Sun, 28 Sep 2014 15:08:06 +0200 Received: from g231110213.adsl.alicedsl.de ([92.231.110.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Sep 2014 15:08:06 +0200 Received: from tjolitz by g231110213.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Sep 2014 15:08:06 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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