From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Brown Subject: elpa/org-plus-contrib-20160111 problem(with fix) Date: Tue, 12 Jan 2016 18:25:29 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114dc7c034f1ff05292c3638 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ9G2-0000fY-4D for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 19:25:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ9G1-00061D-9F for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 19:25:50 -0500 Received: from mail-yk0-x230.google.com ([2607:f8b0:4002:c07::230]:34245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ9G1-000608-4Z for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 19:25:49 -0500 Received: by mail-yk0-x230.google.com with SMTP id a85so393557996ykb.1 for ; Tue, 12 Jan 2016 16:25:48 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a114dc7c034f1ff05292c3638 Content-Type: text/plain; charset=UTF-8 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? --001a114dc7c034f1ff05292c3638 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I wasn't sure who to send this to.

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

Because of ~/.emacs.d/elpa/org-plus-contrib-20160111/ (and pr= ev 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
=C2= =A0 (concat "^[ \t]*" org-clock-string)
=C2=A0 "Matches a= line with clock info.")

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

--001a114dc7c034f1ff05292c3638--