emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Vincent Emanuele <vincent.emanuele@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Use of Global Tag Hierarchies Breaks Agenda View [8.3.3 (8.3.3-2-g6bc48c-elpa @ ~/.emacs.d/elpa/org-20160111/)]
Date: Sat, 16 Jan 2016 16:01:04 +0100	[thread overview]
Message-ID: <87si1xr2kv.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAEJbu0eTMz14FTbvgKJtwSxHq7enRXg3fV4uDRc72A9Hzgw4Tw@mail.gmail.com> (Vincent Emanuele's message of "Thu, 14 Jan 2016 18:31:03 -0500")

Hello,

Vincent Emanuele <vincent.emanuele@gmail.com> writes:

> I'm attempting to use global tag hierarchies/groups in a revamp of my
> org-mode setup. This seems to be breaking the default Agenda Views
> (Emacs goes into a race condition with 100% CPU usage and attempts to
> swallow up all 16GB of RAM on my machine).
>
> However, the agenda view breaks *only* when the number of *.org files is
> sufficiently large. The contents of the file are irrelevant. To
> reproduce, I created a directory (~/Documents/tmp), with 42 "blank" .org
> files created using the "touch" command (I have many org files across
> many projects that contain TODO items). Then, run the following:
>
> Step 1:
> ------
> $ emacs -Q -l minimal-org.el
>
> Here is my minimal-org.el:
> ;; activate debugging
> (setq debug-on-error t
>       debug-on-signal nil
>       debug-on-quit nil)
>
> ;; add latest org-mode to load path
> (add-to-list 'load-path (expand-file-name
> "/Users/vaemanuele/.emacs.d/elpa/org-20160111"))
>
> (setq org-tag-alist '((:startgrouptag)
>      ("Context")
>      (:grouptags)
>      ("@home" . ?h)
>      ("@laptop" . ?l)
>      ("@work" . ?w)
>      (:endgrouptag)
>      ))
>
> Step 2:
> -------
> Execute the following lisp commands in order
>
> (org-version) ;; <-- confirms correct version of Org Mode (8.3.3)
> (org-agenda-files) ;; <-- nil
> (setq org-agenda-files '("~/Documents/tmp")) ;;
> (org-agenda) ;; <-- Then press 'a'. Emacs will go into a race
> condition

Fixed. Thank you for the detailed report.


Regards,

-- 
Nicolas Goaziou

      reply	other threads:[~2016-01-16 14:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-14 23:31 Bug: Use of Global Tag Hierarchies Breaks Agenda View [8.3.3 (8.3.3-2-g6bc48c-elpa @ ~/.emacs.d/elpa/org-20160111/)] Vincent Emanuele
2016-01-16 15:01 ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87si1xr2kv.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=vincent.emanuele@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).