emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* agenda: "void: category-pos"
@ 2011-08-24 21:20 Michael Brand
  2011-08-24 21:59 ` Nick Dokos
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Brand @ 2011-08-24 21:20 UTC (permalink / raw)
  To: Org Mode; +Cc: Bastien

Hi all

Since
http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=15798836e2bb84bebfb005375e08e38830fc90ee
from yesterday or with the newest release_7.7-194-gd203b61 when I try
to open the agenda with a minimal setup I get "save-excursion:
Symbol's value as variable is void: category-pos". Anybody else too?

Michael

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

* Re: agenda: "void: category-pos"
  2011-08-24 21:20 agenda: "void: category-pos" Michael Brand
@ 2011-08-24 21:59 ` Nick Dokos
  2011-08-25  2:50 ` Erik Iverson
  2011-08-25 13:20 ` Bastien
  2 siblings, 0 replies; 7+ messages in thread
From: Nick Dokos @ 2011-08-24 21:59 UTC (permalink / raw)
  To: Michael Brand; +Cc: Bastien, nicholas.dokos, Org Mode

Michael Brand <michael.ch.brand@gmail.com> wrote:

> Hi all
> 
> Since
> http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=15798836e2bb84bebfb005375e08e38830fc90ee
> from yesterday or with the newest release_7.7-194-gd203b61 when I try
> to open the agenda with a minimal setup I get "save-excursion:
> Symbol's value as variable is void: category-pos". Anybody else too?
> 
> Michael
> 

Yup - I patched it with a band-aid for now (I had to to get emacs
started), but I haven't really looked deeper:

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index e3236e5..e26d08c 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -3793,7 +3793,7 @@ (defun org-search-view (&optional todo-only string edit-at)
 	 (full-words org-agenda-search-view-force-full-words)
 	 (org-agenda-text-search-extra-files org-agenda-text-search-extra-files)
 	 regexp rtn rtnall files file pos
-	 marker category tags c neg re boolean
+	 marker category category-pos tags c neg re boolean
 	 ee txt beg end words regexps+ regexps- hdl-only buffer beg1 str)
     (unless (and (not edit-at)
 		 (stringp string)
@@ -4730,7 +4730,7 @@ (defun org-agenda-get-timestamps ()
 	   "\\|\\(<[0-9]+-[0-9]+-[0-9]+[^>\n]+?\\+[0-9]+[dwmy]>\\)"
 	   "\\|\\(<%%\\(([^>\n]+)\\)>\\)"))
 	 marker hdmarker deadlinep scheduledp clockp closedp inactivep
-	 donep tmp priority category ee txt timestr tags b0 b3 e3 head
+	 donep tmp priority category category-pos ee txt timestr tags b0 b3 e3 head
 	 todo-state end-of-match show-all)
     (goto-char (point-min))
     (while (setq end-of-match (re-search-forward regexp nil t))

DEVS: please don't apply this without some investigation - afaik, it's
just a workaround for the problem.

Thanks,
Nick

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

* Re: agenda: "void: category-pos"
  2011-08-24 21:20 agenda: "void: category-pos" Michael Brand
  2011-08-24 21:59 ` Nick Dokos
@ 2011-08-25  2:50 ` Erik Iverson
  2011-08-25 13:20 ` Bastien
  2 siblings, 0 replies; 7+ messages in thread
From: Erik Iverson @ 2011-08-25  2:50 UTC (permalink / raw)
  To: emacs-orgmode

Yes, happened to me today too.

On 08/24/2011 04:20 PM, Michael Brand wrote:
> Hi all
>
> Since
> http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=15798836e2bb84bebfb005375e08e38830fc90ee
> from yesterday or with the newest release_7.7-194-gd203b61 when I try
> to open the agenda with a minimal setup I get "save-excursion:
> Symbol's value as variable is void: category-pos". Anybody else too?
>
> Michael
>

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

* Re: agenda: "void: category-pos"
  2011-08-24 21:20 agenda: "void: category-pos" Michael Brand
  2011-08-24 21:59 ` Nick Dokos
  2011-08-25  2:50 ` Erik Iverson
@ 2011-08-25 13:20 ` Bastien
  2011-08-25 13:43   ` Michael Brand
  2011-08-25 18:40   ` Achim Gratz
  2 siblings, 2 replies; 7+ messages in thread
From: Bastien @ 2011-08-25 13:20 UTC (permalink / raw)
  To: Michael Brand; +Cc: Org Mode

Hi Michael,

Michael Brand <michael.ch.brand@gmail.com> writes:

> Since
> http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=15798836e2bb84bebfb005375e08e38830fc90ee
> from yesterday or with the newest release_7.7-194-gd203b61 when I try
> to open the agenda with a minimal setup I get "save-excursion:
> Symbol's value as variable is void: category-pos". Anybody else too?

This should be fixed -- please confirm.

Nick, thanks for the patch, I pushed a more complete one.

Best,

-- 
 Bastien

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

* Re: agenda: "void: category-pos"
  2011-08-25 13:20 ` Bastien
@ 2011-08-25 13:43   ` Michael Brand
  2011-08-25 18:40   ` Achim Gratz
  1 sibling, 0 replies; 7+ messages in thread
From: Michael Brand @ 2011-08-25 13:43 UTC (permalink / raw)
  To: Bastien; +Cc: Org Mode

Hi Bastien

On Thu, Aug 25, 2011 at 15:20, Bastien <bzg@altern.org> wrote:
> Michael Brand <michael.ch.brand@gmail.com> writes:
>> Since
>> http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=15798836e2bb84bebfb005375e08e38830fc90ee
>> from yesterday or with the newest release_7.7-194-gd203b61 when I try
>> to open the agenda with a minimal setup I get "save-excursion:
>> Symbol's value as variable is void: category-pos". Anybody else too?
>
> This should be fixed -- please confirm.

Confirmed, thanks.

Michael

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

* Re: agenda: "void: category-pos"
  2011-08-25 13:20 ` Bastien
  2011-08-25 13:43   ` Michael Brand
@ 2011-08-25 18:40   ` Achim Gratz
  2011-08-25 21:46     ` Bastien
  1 sibling, 1 reply; 7+ messages in thread
From: Achim Gratz @ 2011-08-25 18:40 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@altern.org> writes:
> This should be fixed -- please confirm.
>
> Nick, thanks for the patch, I pushed a more complete one.

The byte compiler still complains about this:

In org-search-view:
org-agenda.el:3944:48:Warning: assignment to free variable `category-pos'
org-agenda.el:3944:26:Warning: reference to free variable `category-pos'

In org-agenda-get-todos:
org-agenda.el:4611:34:Warning: assignment to free variable `category-pos'
org-agenda.el:4611:12:Warning: reference to free variable `category-pos'

In org-agenda-get-deadlines:
org-agenda.el:5215:42:Warning: assignment to free variable `category-pos'
org-agenda.el:5215:20:Warning: reference to free variable `category-pos'

In org-agenda-get-scheduled:
org-agenda.el:5336:40:Warning: assignment to free variable `category-pos'
org-agenda.el:5336:18:Warning: reference to free variable `category-pos'

In org-agenda-get-blocks:
org-agenda.el:5409:42:Warning: assignment to free variable `category-pos'
org-agenda.el:5409:20:Warning: reference to free variable `category-pos'


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: agenda: "void: category-pos"
  2011-08-25 18:40   ` Achim Gratz
@ 2011-08-25 21:46     ` Bastien
  0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2011-08-25 21:46 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> The byte compiler still complains about this:

Grr.. fixed, thanks!!

-- 
 Bastien

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

end of thread, other threads:[~2011-08-25 21:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-24 21:20 agenda: "void: category-pos" Michael Brand
2011-08-24 21:59 ` Nick Dokos
2011-08-25  2:50 ` Erik Iverson
2011-08-25 13:20 ` Bastien
2011-08-25 13:43   ` Michael Brand
2011-08-25 18:40   ` Achim Gratz
2011-08-25 21:46     ` Bastien

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