emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Again - Unable to filter agenda to show only non-tagged items
@ 2016-01-22 10:03 sgeorgii .
  2016-01-22 10:09 ` sgeorgii .
  0 siblings, 1 reply; 8+ messages in thread
From: sgeorgii . @ 2016-01-22 10:03 UTC (permalink / raw)
  To: emacs-orgmode

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

Hello!

This was already discussed:

https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html

And I believe was addressed back then.

So I could just press <enter> without entering any filter value and get my
agenda filtered to show only empty tags.

Unfortunately with release 20160118 or Org I get wrong result with this - I
just get all the item without any filtering at all.

So I have to resort back to entering   -{.}  as filtering criteria to only
see items in agenda which have no tags assigned to them.

Not very intuitive, don't you think?

Could this please be fixed back? To work as it used to work:
https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html

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

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

* Re: Again - Unable to filter agenda to show only non-tagged items
  2016-01-22 10:03 Again - Unable to filter agenda to show only non-tagged items sgeorgii .
@ 2016-01-22 10:09 ` sgeorgii .
  2016-01-22 15:48   ` Kyle Meyer
  0 siblings, 1 reply; 8+ messages in thread
From: sgeorgii . @ 2016-01-22 10:09 UTC (permalink / raw)
  To: emacs-orgmode

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

Update: with org-mode 20160118 I am getting error:

Press key for agenda command (unrestricted):
Filter by tag [ ], [TAB], [/]:off, [+/-]:filter/exclude, [q]:quit
org-agenda-filter-make-matcher: Args out of range: "", 0, 1



On 22 January 2016 at 13:03, sgeorgii . <sgeorgii@gmail.com> wrote:

> Hello!
>
> This was already discussed:
>
> https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html
>
> And I believe was addressed back then.
>
> So I could just press <enter> without entering any filter value and get my
> agenda filtered to show only empty tags.
>
> Unfortunately with release 20160118 or Org I get wrong result with this -
> I just get all the item without any filtering at all.
>
> So I have to resort back to entering   -{.}  as filtering criteria to only
> see items in agenda which have no tags assigned to them.
>
> Not very intuitive, don't you think?
>
> Could this please be fixed back? To work as it used to work:
> https://lists.gnu.org/archive/html/emacs-orgmode/2015-11/msg00606.html
>

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

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

* Re: Again - Unable to filter agenda to show only non-tagged items
  2016-01-22 10:09 ` sgeorgii .
@ 2016-01-22 15:48   ` Kyle Meyer
  2016-01-25 11:41     ` sgeorgii .
  0 siblings, 1 reply; 8+ messages in thread
From: Kyle Meyer @ 2016-01-22 15:48 UTC (permalink / raw)
  To: sgeorgii .; +Cc: emacs-orgmode

Hello,

"sgeorgii ." <sgeorgii@gmail.com> writes:

> Update: with org-mode 20160118 I am getting error:
>
> Press key for agenda command (unrestricted):
> Filter by tag [ ], [TAB], [/]:off, [+/-]:filter/exclude, [q]:quit
> org-agenda-filter-make-matcher: Args out of range: "", 0, 1

I'm not able to reproduce this on release_8.3.3-475-g58af2e0.

With emacs -Q and

--8<---------------cut here---------------start------------->8---
* no tag
DEADLINE: <2016-01-22 Fri>

* one                                                                  :atag:
DEADLINE: <2016-01-22 Fri>


* two                                                                  :btag:
DEADLINE: <2016-01-22 Fri>
--8<---------------cut here---------------end--------------->8---

set as my agenda file, pressing "/<tab><return>" or "/<space>" in the
agenda filters to the no tag heading.

--
Kyle

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

* Re: Again - Unable to filter agenda to show only non-tagged items
  2016-01-22 15:48   ` Kyle Meyer
@ 2016-01-25 11:41     ` sgeorgii .
  2016-01-25 13:27       ` Nick Dokos
  2016-01-26 20:59       ` Nicolas Goaziou
  0 siblings, 2 replies; 8+ messages in thread
From: sgeorgii . @ 2016-01-25 11:41 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode

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

Hello Kyle.

Today I completely uninstalled org-mode from emacs, restalled fresh and
installed the latest org version 20160125.

I see the bug right now on my screen.

M-x

org-agenda <enter>

M

Match: <enter, without entering any value>

Result:   *Messages* = org-agenda-finalize: Wrong type argument: listp,
default

What else can I say?

Anyone else having this bug with org version 20160125?


On 22 January 2016 at 18:48, Kyle Meyer <kyle@kyleam.com> wrote:

> Hello,
>
> "sgeorgii ." <sgeorgii@gmail.com> writes:
>
> > Update: with org-mode 20160118 I am getting error:
> >
> > Press key for agenda command (unrestricted):
> > Filter by tag [ ], [TAB], [/]:off, [+/-]:filter/exclude, [q]:quit
> > org-agenda-filter-make-matcher: Args out of range: "", 0, 1
>
> I'm not able to reproduce this on release_8.3.3-475-g58af2e0.
>
> With emacs -Q and
>
> --8<---------------cut here---------------start------------->8---
> * no tag
> DEADLINE: <2016-01-22 Fri>
>
> * one
> :atag:
> DEADLINE: <2016-01-22 Fri>
>
>
> * two
> :btag:
> DEADLINE: <2016-01-22 Fri>
> --8<---------------cut here---------------end--------------->8---
>
> set as my agenda file, pressing "/<tab><return>" or "/<space>" in the
> agenda filters to the no tag heading.
>
> --
> Kyle
>

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

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

* Re: Again - Unable to filter agenda to show only non-tagged items
  2016-01-25 11:41     ` sgeorgii .
@ 2016-01-25 13:27       ` Nick Dokos
  2016-01-26 20:59       ` Nicolas Goaziou
  1 sibling, 0 replies; 8+ messages in thread
From: Nick Dokos @ 2016-01-25 13:27 UTC (permalink / raw)
  To: emacs-orgmode

"sgeorgii ." <sgeorgii@gmail.com> writes:

> Hello Kyle.
>
> Today I completely uninstalled org-mode from emacs, restalled fresh and installed the latest org version 20160125.
>
> I see the bug right now on my screen.
>
> M-x
>
> org-agenda <enter>
>
> M
>
> Match: <enter, without entering any value>
>
> Result:   *Messages* = org-agenda-finalize: Wrong type argument: listp, default
>
> What else can I say?
>
> Anyone else having this bug with org version 20160125?
>

I run org-mode from git master: Org-mode version
8.3.3 (release_8.3.3-495-g61db44)

FWIW, I *don't* see this problem.

I haven't followed the thread: have you posted a backtrace of this?
have you run it without your customizations?

The section entitled "How to create a useful backtrace" in

(info "(org) Feedback")

will help with the former.

emacs -Q -l /path/to/minimal/load/file.el

will do the latter, but you will have to write a minimal initialization
file that loads org, and does the minimal initialization necessary to
run the commands you need to reproduce the problem. There have been
examples posted on the mailing list.

-- 
Nick

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

* Re: Again - Unable to filter agenda to show only non-tagged items
  2016-01-25 11:41     ` sgeorgii .
  2016-01-25 13:27       ` Nick Dokos
@ 2016-01-26 20:59       ` Nicolas Goaziou
  2016-01-27 10:41         ` sgeorgii .
  1 sibling, 1 reply; 8+ messages in thread
From: Nicolas Goaziou @ 2016-01-26 20:59 UTC (permalink / raw)
  To: sgeorgii .; +Cc: Kyle Meyer, emacs-orgmode

Hello,

"sgeorgii ." <sgeorgii@gmail.com> writes:

> Today I completely uninstalled org-mode from emacs, restalled fresh and
> installed the latest org version 20160125.
>
> I see the bug right now on my screen.
>
> M-x
>
> org-agenda <enter>
>
> M
>
> Match: <enter, without entering any value>
>
> Result:   *Messages* = org-agenda-finalize: Wrong type argument: listp,
> default
>
> What else can I say?
>
> Anyone else having this bug with org version 20160125?

This bug was fixed yesterday.


Regards,

-- 
Nicolas Goaziou

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

* Re: Again - Unable to filter agenda to show only non-tagged items
  2016-01-26 20:59       ` Nicolas Goaziou
@ 2016-01-27 10:41         ` sgeorgii .
  2016-02-05 11:19           ` sgeorgii .
  0 siblings, 1 reply; 8+ messages in thread
From: sgeorgii . @ 2016-01-27 10:41 UTC (permalink / raw)
  To: sgeorgii ., Kyle Meyer, emacs-orgmode

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

Thank you Nicolas!

On 26 January 2016 at 23:59, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> Hello,
>
> "sgeorgii ." <sgeorgii@gmail.com> writes:
>
> > Today I completely uninstalled org-mode from emacs, restalled fresh and
> > installed the latest org version 20160125.
> >
> > I see the bug right now on my screen.
> >
> > M-x
> >
> > org-agenda <enter>
> >
> > M
> >
> > Match: <enter, without entering any value>
> >
> > Result:   *Messages* = org-agenda-finalize: Wrong type argument: listp,
> > default
> >
> > What else can I say?
> >
> > Anyone else having this bug with org version 20160125?
>
> This bug was fixed yesterday.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>

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

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

* Re: Again - Unable to filter agenda to show only non-tagged items
  2016-01-27 10:41         ` sgeorgii .
@ 2016-02-05 11:19           ` sgeorgii .
  0 siblings, 0 replies; 8+ messages in thread
From: sgeorgii . @ 2016-02-05 11:19 UTC (permalink / raw)
  To: sgeorgii ., Kyle Meyer, emacs-orgmode, mail

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

Sorry, with the latest org 20160201 there is still error when I try to
filter org-agenda view with empty tag value:

org-agenda-filter-make-matcher: Args out of range: "", 0, 1


Any chance this could be remedied?



bug report follows just in case:

In GNU Emacs 24.5.1 (i686-pc-mingw32)
 of 2015-04-11 on LEG570
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/usr --host=i686-pc-mingw32'

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1251

Major mode: Org-Agenda Week Ddl Grid

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Press key for agenda command (unrestricted):
Filter by tag [ ], [TAB], [/]:off, [+/-]:filter/exclude, [q]:quit
org-agenda-filter-make-matcher: Args out of range: "", 0, 1

Load-path shadows:
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-texinfo
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-texinfo
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-publish
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-publish
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-org hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-org
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-odt hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-odt
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-md hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-md
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-man hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-man
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-latex
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-latex
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-icalendar
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-icalendar
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-html hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-html
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-beamer
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-beamer
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ox-ascii
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ox-ascii
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-w3m hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-w3m
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-version
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-version
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-timer
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-timer
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-table
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-table
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-src hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-src
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-rmail
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-rmail
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-protocol
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-protocol
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-plot
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-plot
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-pcomplete
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-pcomplete
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-mouse
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-mouse
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-mobile
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-mobile
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-mhe hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-mhe
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-macs
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-macs
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-macro
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-macro
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-loaddefs
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-loaddefs
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-list
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-list
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-irc hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-irc
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-install
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-install
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-inlinetask
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-inlinetask
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-info
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-info
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-indent
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-indent
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-id hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-id
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-habit
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-habit
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-gnus
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-gnus
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-footnote
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-footnote
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-feed
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-feed
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-faces
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-faces
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-eshell
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-eshell
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-entities
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-entities
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-element
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-element
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-docview
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-docview
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-datetree
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-datetree
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-ctags
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-ctags
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-crypt
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-crypt
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-compat
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-compat
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-colview
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-colview
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-clock
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-clock
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-capture
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-capture
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-bibtex
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-bibtex
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-bbdb
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-bbdb
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-attach
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-attach
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-archive
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-archive
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/org-agenda
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/org-agenda
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-tangle
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-tangle
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-table
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-table
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-sqlite
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-sqlite
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-sql hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-sql
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-shen hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-shen
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-screen
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-screen
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-scheme
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-scheme
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-scala
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-scala
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-sass hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-sass
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-ruby hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-ruby
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-ref hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-ref
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-R hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-R
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-python
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-python
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-plantuml
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-plantuml
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-picolisp
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-picolisp
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-perl hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-perl
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-org hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-org
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-octave
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-octave
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-ocaml
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-ocaml
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-mscgen
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-mscgen
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-maxima
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-maxima
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-matlab
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-matlab
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-makefile
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-makefile
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-lob hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-lob
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-lisp hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-lisp
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-lilypond
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-lilypond
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-ledger
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-ledger
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-latex
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-latex
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-keys hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-keys
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-js hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-js
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-java hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-java
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-io hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-io
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-haskell
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-haskell
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-gnuplot
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-gnuplot
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-fortran
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-fortran
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-exp hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-exp
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-eval hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-eval
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-emacs-lisp
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-emacs-lisp
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-dot hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-dot
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-ditaa
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-ditaa
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-css hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-css
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-core hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-core
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-comint
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-comint
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-clojure
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-clojure
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-calc hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-calc
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-C hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-C
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-awk hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-awk
c:/Users/spbsokolg/AppData/Roaming/.emacs.d/elpa/org-20160201/ob-asymptote
hides
c:/Users/spbsokolg/Desktop/emacs-24.5-bin-i686-mingw32/share/emacs/24.5/lisp/org/ob-asymptote

Features:
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
diary-lib diary-loaddefs cal-iso org-agenda org-rmail org-mhe org-irc
org-info org-gnus gnus-util org-docview doc-view jka-compr image-mode
dired cl-loaddefs cl-lib org-bibtex bibtex org-bbdb org-element avl-tree
org-w3m org advice help-fns org-macro org-footnote org-pcomplete
pcomplete org-list org-faces org-entities noutline outline easy-mmode
org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp
org-src ob-keys ob-comint comint ansi-color ring ob-core ob-eval
org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar
cal-loaddefs info easymenu package epg-config time-date tooltip electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp
w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register
page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core frame cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process w32notify w32
multi-tty emacs)

Memory information:
((conses 8 608359 287541)
 (symbols 32 27199 0)
 (miscs 32 4577 4015)
 (strings 16 48335 11011)
 (string-bytes 1 1463523)
 (vectors 8 18872)
 (vector-slots 4 499550 10504)
 (floats 8 119 360)
 (intervals 28 10792 4597)
 (buffers 508 15))


On 27 January 2016 at 13:41, sgeorgii . <sgeorgii@gmail.com> wrote:

> Thank you Nicolas!
>
> On 26 January 2016 at 23:59, Nicolas Goaziou <mail@nicolasgoaziou.fr>
> wrote:
>
>> Hello,
>>
>> "sgeorgii ." <sgeorgii@gmail.com> writes:
>>
>> > Today I completely uninstalled org-mode from emacs, restalled fresh and
>> > installed the latest org version 20160125.
>> >
>> > I see the bug right now on my screen.
>> >
>> > M-x
>> >
>> > org-agenda <enter>
>> >
>> > M
>> >
>> > Match: <enter, without entering any value>
>> >
>> > Result:   *Messages* = org-agenda-finalize: Wrong type argument: listp,
>> > default
>> >
>> > What else can I say?
>> >
>> > Anyone else having this bug with org version 20160125?
>>
>> This bug was fixed yesterday.
>>
>>
>> Regards,
>>
>> --
>> Nicolas Goaziou
>>
>
>

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

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

end of thread, other threads:[~2016-02-05 11:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22 10:03 Again - Unable to filter agenda to show only non-tagged items sgeorgii .
2016-01-22 10:09 ` sgeorgii .
2016-01-22 15:48   ` Kyle Meyer
2016-01-25 11:41     ` sgeorgii .
2016-01-25 13:27       ` Nick Dokos
2016-01-26 20:59       ` Nicolas Goaziou
2016-01-27 10:41         ` sgeorgii .
2016-02-05 11:19           ` sgeorgii .

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