emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Customization Survey 2013
@ 2013-11-05  0:27 Mike McLean
  2013-11-05  1:19 ` Christian Wittern
  2013-11-05  3:33 ` Alexander Vorobiev
  0 siblings, 2 replies; 6+ messages in thread
From: Mike McLean @ 2013-11-05  0:27 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org List

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

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

* Re: Customization Survey 2013
  2013-11-05  0:27 Customization Survey 2013 Mike McLean
@ 2013-11-05  1:19 ` Christian Wittern
  2013-11-05  3:33 ` Alexander Vorobiev
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Wittern @ 2013-11-05  1:19 UTC (permalink / raw)
  To: emacs-orgmode

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

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

* Re: Customization Survey 2013
  2013-11-05  0:27 Customization Survey 2013 Mike McLean
  2013-11-05  1:19 ` Christian Wittern
@ 2013-11-05  3:33 ` Alexander Vorobiev
  2013-11-05  7:43   ` Bastien
  1 sibling, 1 reply; 6+ messages in thread
From: Alexander Vorobiev @ 2013-11-05  3:33 UTC (permalink / raw)
  To: Mike McLean; +Cc: emacs-orgmode@gnu.org List

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

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.mclean@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
>
>
>

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

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

* Re: Customization Survey 2013
  2013-11-05  3:33 ` Alexander Vorobiev
@ 2013-11-05  7:43   ` Bastien
  2013-11-05  8:07     ` David Belohrad
  2013-11-05 15:01     ` Alexander Vorobiev
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien @ 2013-11-05  7:43 UTC (permalink / raw)
  To: Alexander Vorobiev; +Cc: emacs-orgmode@gnu.org List, Mike McLean

Hi Alexander,

Alexander Vorobiev <alexander.vorobiev@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

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

* Re: Customization Survey 2013
  2013-11-05  7:43   ` Bastien
@ 2013-11-05  8:07     ` David Belohrad
  2013-11-05 15:01     ` Alexander Vorobiev
  1 sibling, 0 replies; 6+ messages in thread
From: David Belohrad @ 2013-11-05  8:07 UTC (permalink / raw)
  To: Bastien, Alexander Vorobiev; +Cc: emacs-orgmode@gnu.org List, Mike McLean

hmm, I get error:


reporter-submit-bug-report: Wrong number of arguments: #[(&optional here) "\b.
.Æ.ÇÈÉ!!ÊP.ËÌÍ.\"!ƒS.ÎÏ!ƒS.ÐŽÑ.!ˆÒÓ!Ô=ƒR.rÕqˆebˆ`Ö
{.)×ØÙ\fÚ$ˆÛÜÝÞ!\"ƒL.\fßP.\và\fáR.)âã\v\".\x0e%ƒ`.\vcˆä\v!,‡"
[default-directory origin org-version version git-version dir nil
file-name-directory locate-library "org" ...] 5
("/usr/share/emacs23/site-lisp/org-mode/org.elc" . 4395) "P"], 2





Bastien <bzg@gnu.org> writes:

> Hi Alexander,
>
> Alexander Vorobiev <alexander.vorobiev@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

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

* Re: Customization Survey 2013
  2013-11-05  7:43   ` Bastien
  2013-11-05  8:07     ` David Belohrad
@ 2013-11-05 15:01     ` Alexander Vorobiev
  1 sibling, 0 replies; 6+ messages in thread
From: Alexander Vorobiev @ 2013-11-05 15:01 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode@gnu.org List, Mike McLean

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

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 <bzg@gnu.org> wrote:

> Hi Alexander,
>
> Alexander Vorobiev <alexander.vorobiev@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
>

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

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

end of thread, other threads:[~2013-11-05 15:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-05  0:27 Customization Survey 2013 Mike McLean
2013-11-05  1:19 ` Christian Wittern
2013-11-05  3:33 ` Alexander Vorobiev
2013-11-05  7:43   ` Bastien
2013-11-05  8:07     ` David Belohrad
2013-11-05 15:01     ` Alexander Vorobiev

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