emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* elpa/org-plus-contrib-20160111 problem(with fix)
@ 2016-01-13  0:25 Mike Brown
  2016-01-31 21:53 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Brown @ 2016-01-13  0:25 UTC (permalink / raw)
  To: emacs-orgmode

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

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?

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: elpa/org-plus-contrib-20160111 problem(with fix)
  2016-01-13  0:25 elpa/org-plus-contrib-20160111 problem(with fix) Mike Brown
@ 2016-01-31 21:53 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-01-31 21:53 UTC (permalink / raw)
  To: Mike Brown; +Cc: emacs-orgmode

Hello,

Mike Brown <mikebrown9mjb@gmail.com> writes:

> 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?

I think this is due to a mixed installation on your side.
`org-clock-line-re' is already defined in "org.el".


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-31 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-13  0:25 elpa/org-plus-contrib-20160111 problem(with fix) Mike Brown
2016-01-31 21:53 ` Nicolas Goaziou

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).