emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* MobileOrg - Symbol's value as variable is void: org-agenda-filter
@ 2012-06-22 15:31 Enda
  2012-06-22 16:06 ` Nick Dokos
  2012-06-22 19:41 ` Simon Thum
  0 siblings, 2 replies; 5+ messages in thread
From: Enda @ 2012-06-22 15:31 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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



MobileOrg -> Push files and views (C-c C-x RET p)
Symbol's value as variable is void: org-agenda-filter

Why am getting this error?: Symbol's value as variable is void: org-agenda-filter


Best wishes,

Enda

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

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

* Re: MobileOrg - Symbol's value as variable is void: org-agenda-filter
  2012-06-22 15:31 MobileOrg - Symbol's value as variable is void: org-agenda-filter Enda
@ 2012-06-22 16:06 ` Nick Dokos
  2012-06-27 16:03   ` Enda
  2012-06-22 19:41 ` Simon Thum
  1 sibling, 1 reply; 5+ messages in thread
From: Nick Dokos @ 2012-06-22 16:06 UTC (permalink / raw)
  To: Enda; +Cc: emacs-orgmode@gnu.org

Enda <enda_k2@yahoo.com> wrote:

> MobileOrg -> Push files and views (C-c C-x RET p)
> Symbol's value as variable is void: org-agenda-filter
> 
> Why am getting this error?: Symbol's value as variable is void: org-agenda-filter
> 

M-x toggle-debug-on error

try it again and when you get the error, send the backtrace.

Nick

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

* Re: MobileOrg - Symbol's value as variable is void: org-agenda-filter
  2012-06-22 15:31 MobileOrg - Symbol's value as variable is void: org-agenda-filter Enda
  2012-06-22 16:06 ` Nick Dokos
@ 2012-06-22 19:41 ` Simon Thum
  1 sibling, 0 replies; 5+ messages in thread
From: Simon Thum @ 2012-06-22 19:41 UTC (permalink / raw)
  To: Enda; +Cc: emacs-orgmode@gnu.org

See

commit 71089b7e3b00736f854d6e95a52229853262e12a
Author: Bastien Guerry <bzg@altern.org>
Date:   Wed Jan 4 16:37:59 2012 +0100

     org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'.

     * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
     instead of the obsolete `org-agenda-filter'.

     Thanks to Charles Sebold for reporting this.

Cheers,

Simon


On 06/22/2012 05:31 PM, Enda wrote:
>
>
> MobileOrg ->  Push files and views (C-c C-x RET p)
> Symbol's value as variable is void: org-agenda-filter
>
> Why am getting this error?: Symbol's value as variable is void: org-agenda-filter
>
>
> Best wishes,
>
> Enda

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

* Re: MobileOrg - Symbol's value as variable is void: org-agenda-filter
  2012-06-22 16:06 ` Nick Dokos
@ 2012-06-27 16:03   ` Enda
  2012-06-27 16:34     ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: Enda @ 2012-06-27 16:03 UTC (permalink / raw)
  To: nicholas.dokos@hp.com; +Cc: emacs-orgmode@gnu.org

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

MobileOrg -> Push files and views (C-c C-x RET p)

*Backtrace*

Debugger entered--Lisp error: (void-variable org-agenda-filter)
  org-mobile-push()
  call-interactively(org-mobile-push nil nil)


Best wishes,

Enda


________________________________
 From: Nick Dokos <nicholas.dokos@hp.com>
To: Enda <enda_k2@yahoo.com> 
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org> 
Sent: Friday, June 22, 2012 5:06 PM
Subject: Re: [O] MobileOrg - Symbol's value as variable is void: org-agenda-filter
 
Enda <enda_k2@yahoo.com> wrote:

> MobileOrg -> Push files and views (C-c C-x RET p)
> Symbol's value as variable is void: org-agenda-filter
> 
> Why am getting this error?: Symbol's value as variable is void: org-agenda-filter
> 

M-x toggle-debug-on error

try it again and when you get the error, send the backtrace.

Nick

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

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

* Re: MobileOrg - Symbol's value as variable is void: org-agenda-filter
  2012-06-27 16:03   ` Enda
@ 2012-06-27 16:34     ` Nick Dokos
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Dokos @ 2012-06-27 16:34 UTC (permalink / raw)
  To: Enda; +Cc: emacs-orgmode@gnu.org

Enda <enda_k2@yahoo.com> wrote:

> MobileOrg -> Push files and views (C-c C-x RET p)
> 
> *Backtrace*
> 
> Debugger entered--Lisp error: (void-variable org-agenda-filter)
>   org-mobile-push()
>   call-interactively(org-mobile-push nil nil)
> 
> Best wishes,
> 

OK - thanks. But in the meantime, Simon Thum pointed out that the
reason is that the variable has been renamed:

,----
| See
| 
| commit 71089b7e3b00736f854d6e95a52229853262e12a
| Author: Bastien Guerry <bzg@altern.org>
| Date:   Wed Jan 4 16:37:59 2012 +0100
| 
|     org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'.
| 
|     * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
|     instead of the obsolete `org-agenda-filter'.
| 
|     Thanks to Charles Sebold for reporting this.
| 
| Cheers,
| 
| Simon
`----

Nick

> Enda
> 
> ----------------------------------------------------------------------------------------------------
> From: Nick Dokos <nicholas.dokos@hp.com>
> To: Enda <enda_k2@yahoo.com>
> Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
> Sent: Friday, June 22, 2012 5:06 PM
> Subject: Re: [O] MobileOrg - Symbol's value as variable is void: org-agenda-filter
> 
> Enda <enda_k2@yahoo.com> wrote:
> 
> > MobileOrg -> Push files and views (C-c C-x RET p)
> > Symbol's value as variable is void: org-agenda-filter
> >
> > Why am getting this error?: Symbol's value as variable is void: org-agenda-filter
> >
> 
> M-x toggle-debug-on error
> 
> try it again and when you get the error, send the backtrace.
> 
> Nick
> 
> 
> ----------------------------------------------------
> Alternatives:
> 
> ----------------------------------------------------

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

end of thread, other threads:[~2012-06-27 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-22 15:31 MobileOrg - Symbol's value as variable is void: org-agenda-filter Enda
2012-06-22 16:06 ` Nick Dokos
2012-06-27 16:03   ` Enda
2012-06-27 16:34     ` Nick Dokos
2012-06-22 19:41 ` Simon Thum

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