emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Rose <sebastian_rose@gmx.de>
To: Rainer M Krug <r.m.krug@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Nested exports - Exporting a "sub.org" file while exporting "main.org"
Date: Tue, 14 Sep 2010 18:21:01 +0200	[thread overview]
Message-ID: <87y6b42t5e.fsf@gmx.de> (raw)
In-Reply-To: <4C8F5DD4.3080108@gmail.com> (Rainer M. Krug's message of "Tue, 14 Sep 2010 13:34:44 +0200")

Rainer M Krug <r.m.krug@gmail.com> writes:
> Hi
>
> I want to export a subdocument (sub.org) while exporting a main document
> (main.org), but I am getting an
> "Args out of range: 0,0"
> error message after the sub.org document is exported.
>
> Am I doing something wrong or is it not possible to have nested exports?

Hi Rainer,


in Org mode you would rather set up a special publishing project for
such a task:

(setq org-publish-project-alist
      '(("main-and-sub"
         :base-directory "~/org/"
         :auto-sitemap nil      ; NO sitemap for this project !!
         :recursive t
         :base-extension "org"
         :publishing-directory "~/public_html/org/"
         :publishing-function org-publish-org-to-html
         )
        ("one-more-project"
         ;;...
         )))

See also:

    http://orgmode.org/manual/Publishing.html#Publishing

This describes my publishing setup:

    http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php




Best wishes

   Sebastian

  reply	other threads:[~2010-09-14 16:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14 11:34 Nested exports - Exporting a "sub.org" file while exporting "main.org" Rainer M Krug
2010-09-14 16:21 ` Sebastian Rose [this message]
2010-09-14 18:57   ` Sébastien Vauban
2010-09-15  7:35     ` Rainer M Krug
2010-09-15  9:23       ` Sébastien Vauban
2010-09-15  9:43         ` Rainer M Krug
2010-09-14 18:58   ` Rainer M Krug

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=87y6b42t5e.fsf@gmx.de \
    --to=sebastian_rose@gmx.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=r.m.krug@gmail.com \
    /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).