emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Markus Heller <hellerm2@gmail.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: if: Wrong type argument: stringp, \.\.\.
Date: Wed, 09 Mar 2011 20:11:59 -0500	[thread overview]
Message-ID: <15253.1299719519@alphaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Markus Heller <hellerm2@gmail.com> of "Wed, 09 Mar 2011 15:57:11 PST." <0v4o7bvodk.fsf@gmail.com>

Markus Heller <hellerm2@gmail.com> wrote:

> Debugger entered--Lisp error: (error ":END: line missing at position 15207")
>   signal(error (":END: line missing at position 15207"))
>   error(":END: line missing at position %s" 15207)

You seem to be missing an :END: line (or it may be malformed, so that the regexp below does
not match) ...

>   (if (re-search-forward "^[ 	]*:END:" (save-excursion ... ...) t) (outline-flag-region b (point-at-eol) flag) (error ":END: line missing at position %s" b))
>   (let ((b ...) (outline-regexp org-outline-regexp)) (if (re-search-forward "^[ 	]*:END:" ... t) (outline-flag-region b ... flag) (error ":END: line missing at position %s" b)))
>   (progn (let (... ...) (if ... ... ...)))
>   (if (looking-at "^[ 	]*:[a-zA-Z][a-zA-Z0-9]*:") (progn (let ... ...)))
>   (when (looking-at "^[ 	]*:[a-zA-Z][a-zA-Z0-9]*:") (let (... ...) (if ... ... ...)))
>   (save-excursion (beginning-of-line 1) (when (looking-at "^[ 	]*:[a-zA-Z][a-zA-Z0-9]*:") (let ... ...)))
>   org-flag-drawer(t)

... in a drawer ...

>   (while (re-search-forward org-drawer-regexp end t) (org-flag-drawer t))
>   (let* ((globalp ...) (beg ...) (end ...)) (goto-char beg) (while (re-search-forward org-drawer-regexp end t) (org-flag-drawer t)))
>   (save-excursion (let* (... ... ...) (goto-char beg) (while ... ...)))
>   (progn (save-excursion (let* ... ... ...)))
>   (if (and (org-mode-p) (not ...)) (progn (save-excursion ...)))
>   (when (and (org-mode-p) (not ...)) (save-excursion (let* ... ... ...)))
>   org-cycle-hide-drawers(all)
>   ...
>   org-set-startup-visibility()
>   (if org-inhibit-startup-visibility-stuff nil (org-set-startup-visibility))
>   (unless org-inhibit-startup-visibility-stuff (org-set-startup-visibility))
>   ...
>   org-mode()
>   set-auto-mode-0(org-mode nil)
>   set-auto-mode()
>   normal-mode(t)
>   after-find-file(nil t)
>   find-file-noselect-1(#<buffer 600_install.org> "h:/org/600_install.org" nil nil "h:/org/600_install.org" (0 (9885 . 5800)))

... in this file.

Position 15207 in the file is where the code choked, but it may be
missing earlier in the file. If you can't find it, and you don't mind
making the file public, post it here. If you'd rather not, but still
can't find it, as a last resort, you can send it to me: I promise not to
look unnecessarily :-)

HTH,
Nick

      parent reply	other threads:[~2011-03-10  1:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09 22:11 if: Wrong type argument: stringp, \.\.\ Markus Heller
2011-03-09 23:48 ` Nick Dokos
2011-03-09 23:57   ` Markus Heller
2011-03-10  0:58     ` Bernt Hansen
2011-03-10 23:57       ` Markus Heller
2011-03-11  8:32         ` Bastien
2011-03-10  1:11     ` Nick Dokos [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=15253.1299719519@alphaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=hellerm2@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).