From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: What's the canonical way to pass information within an Org exporter? Date: Fri, 9 Feb 2018 13:45:55 +0900 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ek0ZS-00061M-27 for emacs-orgmode@gnu.org; Thu, 08 Feb 2018 23:45:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ek0ZR-0003U5-BU for emacs-orgmode@gnu.org; Thu, 08 Feb 2018 23:45:58 -0500 Received: from mail-lf0-x22a.google.com ([2a00:1450:4010:c07::22a]:34833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ek0ZR-0003Re-3D for emacs-orgmode@gnu.org; Thu, 08 Feb 2018 23:45:57 -0500 Received: by mail-lf0-x22a.google.com with SMTP id a204so9477286lfa.2 for ; Thu, 08 Feb 2018 20:45:56 -0800 (PST) In-Reply-To: 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" To: Kaushal Modi Cc: emacs-org list Hi, On Wed, Feb 7, 2018 at 8:35 AM, Kaushal Modi wrote: > I believe the info plist should be used ideally, but I cannot figure out how > to tap in new information or update existing information in the `info' > channel used throughout the exporter. Some exporter does `plist-put`. Is that what you are looking for? -- yashi