Re: [O] Problem With org-collector.el

2018-02-13 Thread Nicolas Goaziou
Hello,

li...@wilkesley.net writes:

> Just recently I have been getting an error with Eric Schulte's very
> useful org-collector.el. The problem happens with (require 'org-table)
>
> The error is
>
> Symbols value as variable is void: org-enable-table-editor
>
> I presume that this symbol has been removed, or renamed. Can anyone
> give me an idea of how I might fix it?
>
> I am running the latest master.

I couldn't find any left-over reference for this variable in the code
base, including "contrib/" directory.

Could you provide a backtrace, or better, an ECM? Could it come from
your own init files?

Regards,

-- 
Nicolas Goaziou



[O] Problem With org-collector.el

2018-02-13 Thread lists
Just recently I have been getting an error with Eric Schulte's very 
useful org-collector.el. The problem happens with (require 'org-table)


The error is

Symbols value as variable is void: org-enable-table-editor

I presume that this symbol has been removed, or renamed. Can anyone give 
me an idea of how I might fix it?


I am running the latest master.

Ian.



Re: [O] Problem with org-collector.el in Org v. 8.3

2015-11-25 Thread Herbert Sitz

Whoops, turns out that the org-collector.el file I was grabbing in step 1 
was _NOT_ the one from this link:

   http://orgmode.org/worg/code/elisp/org-collector.el

Instead, I was using a copy of the org-collector.el file in most recent
org-contrib-plus package.  The version in org-contrib-plus appears to be
newer despite it having a version of 0.01 while http link above has version 0.1.





[O] Problem with org-collector.el in Org v. 8.3

2015-11-25 Thread Herbert Sitz
I seem to be having same problem with org-collector in v.8.3as was reported
by Charlie Millar back in April.  I checked with him and he was never able
to resolve the issue.  Here's his original post:

http://article.gmane.org/gmane.emacs.orgmode/96966/match=org+collector

It was easy to confirm that org-collector was working properly in Org 8.2.1,
which is built in to my Emacs 24.5.1.

I can reproduce the problem with Org 8.3.2 (nov 23, 2015) with the following
steps (I was working from base Emacs 24.5.1 install):

(1) Download the org-collector.el file and org-collector-example.org file
from here:

   http://orgmode.org/worg/sources/org-contrib/org-collector-example.org
   http://orgmode.org/worg/code/elisp/org-collector.el

(2) Start emacs. Download elpa version of org, which will be Org 8.3.2:

  M-x list-packages, go to 'org' and install.

(3) Exit Emacs

(4) Start a new "bare" Emacs with 'emacs -Q'

(5) in scratch directory enable elpa packages by evaluating:

  (require 'package)
  (package-initialize)

(6) Load the org-collector-example.org file into a buffer.  Check loaded Org
version to confirm it's 8.3.2.

(7) Load org-collector.el into a buffer and do M-x eval-buffer.

(8) Move to the org-collector-example buffer.  Place cursor on one of the
'#+BEGIN:' lines and press C-c C-c.  You should see the same faulty results
as reported by Charlie Millar.