Re: [O] Customization Survey 2013

2013-11-05 Thread Alexander Vorobiev
Hi Bastien,

org-require-autoloaded-modules is the function that produced the error.

http://repo.or.cz/w/org-mode.git/commit/6c48056b2bc46038f123e275ec44af384785e886

Thanks for the fix, I will try re-running the survey as soon as I get the
updated org-plus-contrib.

Alex



On Tue, Nov 5, 2013 at 1:43 AM, Bastien b...@gnu.org wrote:

 Hi Alexander,

 Alexander Vorobiev alexander.vorob...@gmail.com writes:

  I tried running the function but got an error:

 Maybe you are setting variables about org-remember while not having
 org-remember.el in your load-path anymore ?  (It is not part of recent
 Org.)

 HTH,

 --
  Bastien



[O] Customization Survey 2013

2013-11-04 Thread Mike McLean
Hello All

I have 57 responses as of a  few minutes ago (not counting me, LOL). I will 
start tabulating tomorrow sometime. 

Thank you all

Mike




Re: [O] Customization Survey 2013

2013-11-04 Thread Christian Wittern

Hi Mike,

I tried to run the survey as instructed, but got an error after the message 
Just press enter.  The Messages buffer contained the following in case 
that is of interest:


org-customization-survey
Making completion list... [2 times]
Starting new Ispell process [ispell::default] ...
Error enabling Flyspell mode:
(Searching for program no such file or directory ispell)
run-hooks: Symbol's function definition is void: bbdb-define-all-aliases
byte-code: Beginning of buffer
byte-code: End of buffer

Christian

On 2013-11-05 09:27, Mike McLean wrote:

Hello All

I have 57 responses as of a  few minutes ago (not counting me, LOL). I will 
start tabulating tomorrow sometime.

Thank you all

Mike






--
Christian Wittern, Kyoto




Re: [O] Customization Survey 2013

2013-11-04 Thread Alexander Vorobiev
Hi,

I tried running the function but got an error:

Debugger entered--Lisp error: (file-error Cannot open load file
org-remember)
  require(org-remember)
  mapc(require (org-agenda org-archive org-attach org-clock org-colview
org-id org-remember org-table org-timer))
  org-require-autoloaded-modules()
  org-customization-survey()
  ad-Orig-call-interactively(org-customization-survey record nil)
  call-interactively(org-customization-survey record nil)
  command-execute(org-customization-survey record)

I have org-plus-contrib-20131104.

Thanks
Alex


On Mon, Nov 4, 2013 at 6:27 PM, Mike McLean mike.mcl...@pobox.com wrote:

 Hello All

 I have 57 responses as of a  few minutes ago (not counting me, LOL). I
 will start tabulating tomorrow sometime.

 Thank you all

 Mike





Re: [O] Customization Survey 2013

2013-11-04 Thread Bastien
Hi Alexander,

Alexander Vorobiev alexander.vorob...@gmail.com writes:

 I tried running the function but got an error:

Maybe you are setting variables about org-remember while not having
org-remember.el in your load-path anymore ?  (It is not part of recent
Org.)

HTH,

-- 
 Bastien