emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Göktuğ Kayaalp" <self@gkayaalp.com>
To: joakim@verona.se
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: How can I call the exporter from function?
Date: Mon, 26 Oct 2015 15:18:04 +0200	[thread overview]
Message-ID: <87ziz5n4z7.fsf@gkayaalp.com> (raw)
In-Reply-To: <m3ziz6vgzu.fsf@exodia.verona.se> (joakim@verona.se's message of "Sun, 25 Oct 2015 21:19:01 +0100")

On Sun, Oct 25 2015 at 10:19:01 pm EET, joakim@verona.se wrote:
> I want to call the exporter in a certain way, so I don't have to type
> the same options every time.
>
> Basically I want to do first this:
>     (re-search-backward "^\\*\\* ")
>     (org-mark-subtree)
>
> Then I want to export the marked subtree as odt.

See the  docstring of  `org-odt-export-to-odt'.  Its second  argument is
SUBTREEP, if T, only the subtree under  the point is exported. So a call
like:

   (org-odt-export-to-odt nil t)

Would sort your problem out.

>
> With command keys it becomes something like:
> c-c c-e c-s o o
>
> ... If I remember correctly. In this case I would rather do
>
> m-x my-own-canned-exporter
>
> I tried following the exporting dispatcher function but got lost in the
> wilderness. Does anyone have a suggestion?

-- 
İ. Göktuğ Kayaalp.
http://gkayaalp.com/

      reply	other threads:[~2015-10-26 13:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-25 20:19 How can I call the exporter from function? joakim
2015-10-26 13:18 ` Göktuğ Kayaalp [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=87ziz5n4z7.fsf@gkayaalp.com \
    --to=self@gkayaalp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=joakim@verona.se \
    /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).