emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: org export to org
Date: Wed, 28 Jan 2015 23:26:22 -0500	[thread overview]
Message-ID: <87pp9yfc0h.fsf@pierrot.dokosmarshall.org> (raw)
In-Reply-To: m21tmele5z.fsf@gmail.com

John Kitchin <johnrkitchin@gmail.com> writes:

> All the discussion about citations has gotten me thinking. It is easy
> enough to export cite links to the pandoc format, including pre and post
> text. I have done a proof of concept of this in a markdown export.
>
> I would like to do an org export to org, with the goal of the exported
> org document to no longer have cite:KEY1,KEY2 but rather [@KEY1; @KEY2]. So far my
> investigations of exporting org to org have not led anywhere; the links are
> untouched, even with an org format option in the link definition.
>
> Are links ignored in an org export to org? If not, is there some trick
> to converting them to another format?
>

ox-org.el defines the org backend with  (link . org-org-identity) -
actually just about everything is tied to org-org-identity (with a few
exceptions of course). Maybe you can derive a backend which munges links
appropriately (for some value of "appropriately")?

-- 
Nick

  reply	other threads:[~2015-01-29  4:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-28 22:43 org export to org John Kitchin
2015-01-29  4:26 ` Nick Dokos [this message]
2015-01-29 14:17   ` John Kitchin
2015-01-29 18:34 ` Nicolas Goaziou
2015-01-29 22:00   ` John Kitchin

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=87pp9yfc0h.fsf@pierrot.dokosmarshall.org \
    --to=ndokos@gmail.com \
    --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).