emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Stephen J. Barr" <stevejb@uw.edu>
To: "Stephen J. Barr" <stevejb@uw.edu>, emacs-orgmode@gnu.org
Subject: Re: help with custom exporter
Date: Sun, 31 May 2015 10:26:56 -0700	[thread overview]
Message-ID: <CAO1hKsuSEpYu8wxADDzq05B4xU=6zPTygi81kv32bEPWOYO+wg@mail.gmail.com> (raw)
In-Reply-To: <87vbf962f8.fsf@nicolasgoaziou.fr>

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

Thank you for the help. I think I can start hacking something together now
that will do what I want it to do.



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


On Sat, May 30, 2015 at 5:00 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> "Stephen J. Barr" <stevejb@uw.edu> writes:
>
> > 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?
>
> :author contains a secondary string. You need to turn it into the string
> with, e.g., `org-export-data'.
>
> Regards,
>
> --
> Nicolas Goaziou
>

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

      reply	other threads:[~2015-05-31 17:27 UTC|newest]

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

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='CAO1hKsuSEpYu8wxADDzq05B4xU=6zPTygi81kv32bEPWOYO+wg@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).