emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Price <moptop99@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: org-map-entries with 'region-start-level in a buffer with header text
Date: Tue, 10 Jan 2017 09:47:31 -0500	[thread overview]
Message-ID: <CAN_Dec-bWYQnzBT4=bG0Dyk_YftEJ46ubdZMDugKOQb-c+kAnQ@mail.gmail.com> (raw)

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

In a buffer with text before the first heading, I get an error using
org-map-entries in this function:

(defun org-export-all (backend)
  "Export all subtrees that are *not* tagged with :noexport: to
separate files.

Note that subtrees must have the :EXPORT_FILE_NAME: property set
to a unique value for this to work properly."
  (interactive "sEnter backend: ")
  (let ((fn (cond ((equal backend "html") 'org-html-export-to-html)
                  ((equal backend "latex") 'org-latex-export-to-latex)
                  ((equal backend "pdf") 'org-latex-export-to-pdf))))
    (save-excursion
      (set-mark (point-min))
      (goto-char (point-max))
      (org-map-entries (lambda () (funcall fn nil t)) "-noexport"
'region-start-level))))

The error is :
Debugger entered--Lisp error: (error "Before first headline at
position 1 in buffer test.org<2>")

Is there a better way to map over first-level heading,
or alternatively, a better way to set the mark? I tried setting mark to :


 (goto-char (point-min)) (re-search-forward "
\\\*"))

but that gave strange results, with the wrong trees
being sent to individual files.

Thank you!

matt

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

                 reply	other threads:[~2017-01-10 14:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAN_Dec-bWYQnzBT4=bG0Dyk_YftEJ46ubdZMDugKOQb-c+kAnQ@mail.gmail.com' \
    --to=moptop99@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).