emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Will Monroe <wtmonroe.ls@gmail.com>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: org-elements-parse-buffer and weird property drawers
Date: Tue, 2 Sep 2014 13:58:48 -0500	[thread overview]
Message-ID: <CAOtLKaZnT0TQ0aM_9BVhYVo4wtLG0BM-YV0k6Vdkhg_JgDH69w@mail.gmail.com> (raw)
In-Reply-To: <87y4u2qnpi.fsf@tanger.home>

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

Hello,

I'm not as adept at troubleshooting as others on this list, but I believe
I've encountered this problem as well.  After updating my org-mode version
this morning, I opened some of my org files and encountered some strange
display behaviors:

- The "TODO" keywords did not seem to have the usual faces applied to
them.  I expected to see bold text and different colors on some of them but
I did not.

- I also saw that notes and some of the properties were not indented
anymore.

- In addition, I discovered that some actions (e.g., clocking in/out) no
longer seemed to work.

None of these were problems before updating.  And I am able to open the
same org files without any problems on other machines that have not been
updated.

The error report information from org is below.  If there's any more detail
I can provide, I'd be glad to do so.  If anyone has ideas about how to:  1)
resolve the problem and/or 2) revert to a prior version using basic
installation methods (ie, M-x package install), I would greatly appreciate
it.

Thanks,

Will

***
Emacs  : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
 of 2013-03-12 on bob.porkrind.org
Package: Org-mode version 8.2.7c (8.2.7c-57-g37bf05-elpa @
/Users/wmonro1/.emacs.d/elpa/
org-20140901/)

current state:
==============
(setq
 org-export-backends '(ascii html icalendar latex md odt freemind)
 org-hide-leading-stars t
 org-tab-first-hook '(org-hide-block-toggle-maybe
org-src-native-tab-command-maybe
              org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-html-format-drawer-function '(lambda (name contents) contents)
 org-log-done t
 org-latex-format-inlinetask-function 'ignore
 org-confirm-shell-link-function 'yes-or-no-p
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-latex-pdf-process '("pdflatex -shell-escape -shell-escape -interaction
nonstopmode -output-directory %o %f" "pdflatex -shell-escape -shell-escape
-interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape
-shell-escape -interaction nonstopmode -output-directory %o %f")
 org-export-date-timestamp-format "%Y-%m-%d"
 org-agenda-custom-commands '(("w" todo "WAITING") ("n" todo "NEXT") ("S"
tags-todo "@SILENCE")
                  ("e" tags-todo "@EMAIL") ("E" tags-todo "@ERRAND")
                  ("W" "calendar cd-"
                   ((agenda "Work"
                 ((org-agenda-files
                   (quote
                    ("~/Dropbox/org/workx.org" "~/Dropbox/org/prodevx.org"
                     "~/Dropbox/org/writingx.org")
                    )
                   )
                  )
                 )
                )
                   )
                  ("H" "calendar cd-"
                   ((agenda "Home"
                 ((org-agenda-files
                   (quote
                    ("~/Dropbox/org/homex.org" "~/Dropbox/org/cookingx.org"
                     "~/Dropbox/org/errandsx.org")
                    )
                   )
                  )
                 )
                )
                   )
                  ("P" "calendar cd-"
                   ((agenda "Personal"
                 ((org-agenda-files
                   (quote
                    ("~/Dropbox/org/fitnessx.org" "~/Dropbox/org/socialx.org
"
                     "~/Dropbox/org/musicx.org")
                    )
                   )
                  )
                 )
                )
                   )
                  ("h" "Daily habits" ((agenda "habits"))
                   ((org-agenda-show-log t) (org-agenda-ndays 1)
                (org-agenda-log-mode-items (quote (state)))
                (org-agenda-skip-function
                 (quote (org-agenda-skip-entry-if (quote notregexp)
":HABIT:")))
                )
                   )
                  )
 org-latex-format-headline-function
'org-latex-format-headline-default-function
 org-default-notes-file "~/Dropbox/org/inbox.org"
 org-startup-indented t
 org-after-todo-state-change-hook '(org-clock-out-if-current
mm/org-insert-trigger)
 org-latex-format-drawer-function '(lambda (name contents) contents)
 org-odt-format-headline-function 'ignore
 org-loop-over-headlines-in-active-region "t"
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-global-properties '(("Effort_ALL" . "0:05 0:15 0:25 0:45 1:00 2:00"))
 org-export-copy-to-kill-ring t
 org-trigger-hook '(org-depend-trigger-todo)
 org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook
before-save-hook org-encrypt-entries nil t]
           5]
         #[nil "\300\301\302\303\304$\207"
           [org-add-hook change-major-mode-hook org-show-block-all append
local] 5]
         #[nil "\300\301\302\303\304$\207"
           [org-add-hook change-major-mode-hook org-babel-show-result-all
append local] 5]
         org-babel-result-hide-spec org-babel-hide-all-hashes
org-journal-update-auto-mode-alist)
 org-export-with-tags 'not-in-toc
 org-ascii-format-drawer-function '(lambda (name contents width) contents)
 org-odt-format-inlinetask-function 'ignore
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
org-babel-execute-safely-maybe)
 org-directory "~/Dropbox/org/"
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-hide-inline-tasks
          org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
 org-tags-exclude-from-inheritance '("crypt")
 org-journal-dir "~/Dropbox/journal/"
 org-crypt-key nil
 org-export-with-drawers nil
 org-todo-keywords '((type "TODO(t)" "NEXT(n)" "|" "WAITING(w)" "DONE(d)"))
 org-modules '(org-habit org-w3m org-bbdb org-bibtex org-docview org-gnus
org-info org-irc org-mhe org-rmail)
 org-latex-packages-alist '(("" "minted"))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-log-into-drawer t
 org-odt-format-drawer-function '(lambda (name contents) contents)
 org-latex-listings 'minted
 org-blocker-hook '(org-depend-block-todo)
 org-html-format-headline-function 'ignore
 org-babel-load-languages '((ledger . t))
 org-reveal-start-hook '(org-decrypt-entry)
 org-velocity-bucket "~/Dropbox/org"
 org-html-format-inlinetask-function 'ignore
 org-agenda-files '("~/Dropbox/org/cookingx.org" "~/Dropbox/org/errandsx.org"
"~/Dropbox/org/homex.org"
            "~/Dropbox/org/fitnessx.org" "~/Dropbox/org/maintenancex.org"
"~/Dropbox/org/musicx.org"
            "~/Dropbox/org/prodevx.org" "~/Dropbox/org/socialx.org"
"~/Dropbox/org/techx.org"
            "~/Dropbox/org/workx.org" "~/Dropbox/org/writingx.org")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-src-fontify-natively t
 org-tag-alist '(("@SILENCE" . 115) ("@CALLS" . 99) ("@HOME" . 104)
("@OFFICE" . 111) ("@COMPUTER" . 117)
         ("@EMAIL" . 101) ("@READ" . 114) ("@ERRAND" . 69) ("@PLAN" . 112)
("@BRAINSTORM" . 98)
         ("@WAITING" . 119) ("@ISAAC" . 105) ("@JASMAINE" . 106) ("@KATY" .
107) ("PROJECT" . 80)
         ("HABIT" . 72))
 )


On Tue, Sep 2, 2014 at 6:14 AM, Daimrod <daimrod@gmail.com> wrote:

> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>
> > Hello,
> >
> > Daimrod <daimrod@gmail.com> writes:
> >
> >> Since the change to `org-re-property' I have problems to display org
> >> files. My *Message* buffer is spammed with the following error:
> >>
> >> Error during redisplay: (jit-lock-function 1119) signaled (error "No
> match 3 in highlight (3 (quote org-property-value) t)")
> >>                                            ^^^^ this number changes
> >
> > Fixed. Thank you.
>
> It works, thanks.
>
> > Regards,
>
> --
> Daimrod/Greg
>
>

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

      reply	other threads:[~2014-09-02 18:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-30 17:56 org-elements-parse-buffer and weird property drawers Eike
2014-08-30 19:02 ` Eike
2014-08-30 19:46 ` Thorsten Jolitz
2014-08-31  9:46 ` Nicolas Goaziou
2014-08-31 12:59   ` Eike
2014-09-02  9:42     ` Daimrod
2014-09-02 10:35       ` Nicolas Goaziou
2014-09-02 11:14         ` Daimrod
2014-09-02 18:58           ` Will Monroe [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=CAOtLKaZnT0TQ0aM_9BVhYVo4wtLG0BM-YV0k6Vdkhg_JgDH69w@mail.gmail.com \
    --to=wtmonroe.ls@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).