emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Stephen J. Barr" <stevejb@uw.edu>
To: emacs-orgmode@gnu.org
Subject: help with custom exporter
Date: Sat, 30 May 2015 16:49:44 -0700	[thread overview]
Message-ID: <CAO1hKsu9v8Js3TCHV=Ue7-2ugJNjE+UMEwEyJgjO94R8_6i4Pg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 913 bytes --]

Greetings,

I am trying to modify ox-md.el. I do not know too much emacs lisp so please
bear with me.

Hypothetically, if I want to modify the exporter to add a "THIS DOCUMENT
BY: " at the beginning, could I do:

(defun org-md-template (contents info)
  "Return complete document string after Markdown conversion.
CONTENTS is the transcoded contents string.  INFO is a plist used
as a communication channel."
  (concat "THIS DOCUMENT BY: " (plist-get info :author) "\n" contents)
)


However, I get an error:

org-md-template: Wrong type argument: characterp, #("Stephen

What is the output type of plist-get? Not a string?

Thanks,
Stephen


Stephen J. Barr
PhD Student, Operations Management
Dept: Information Systems and Operations Management (ISOM)
Michael G. Foster School of Business
University of Washington
Phone:  425 516 5012
Email: stevejb@uw.edu
Twitter: @stevejb
Website: http://steve.planetbarr.com

[-- Attachment #2: Type: text/html, Size: 1790 bytes --]

             reply	other threads:[~2015-05-30 23:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-30 23:49 Stephen J. Barr [this message]
2015-05-31  0:00 ` help with custom exporter Nicolas Goaziou
2015-05-31 17:26   ` Stephen J. Barr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAO1hKsu9v8Js3TCHV=Ue7-2ugJNjE+UMEwEyJgjO94R8_6i4Pg@mail.gmail.com' \
    --to=stevejb@uw.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).