emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] elpa/org-plus-contrib-20160111 problem(with fix)


From: Mike Brown
Subject: [O] elpa/org-plus-contrib-20160111 problem(with fix)
Date: Wed, 13 Jan 2016 00:25:51 -0000

I wasn't sure who to send this to.

I was getting 2 errors:
An element cannot be parsed line XX  # When filling text (fill-paragraph)
undefined org-clock-line-re          # when editing \C-' #+BEGIN_SRC

Because of ~/.emacs.d/elpa/org-plus-contrib-20160111/ (and prev version)
To fix it I edited org-plus-contrib-autoloads.el
I added this (from org.el) and it fixed both.
(defconst org-clock-line-re
  (concat "^[ \t]*" org-clock-string)
  "Matches a line with clock info.")

I'm not sure it's the best fix, but it works for me.
I hope others are not having problems too.
How should I find who to email about an error like this?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]