emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] tag groups


From: Maurice
Subject: Re: [O] tag groups
Date: Sat, 06 Jul 2013 11:00:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi, Bastien,

Bastien <address@hidden> écrivit :

>> value for : org-tag-alist-for-agenda
>>
>>  ((:startgroup)
>>  ("prêté" . 112)
>>  ("emprunté" . 101)
>>  (:endgroup)
>>  ("note" . 110)
>>  ("noexport" . 120)
>>  ("lien" . 98)
>>  ("crypt" . 99)
>>  ("projet" . 112)
>>  ("suspendu" . 122)
>>  (:startgroup "lieu")
>>  ("@dehors" . 100)
>>  (:grouptags)
>>  ("@lieu1" . 97)
>>  ("@lieu2" . 118))
>
> You're missing an :endgroup here -- that's weird.

No, this value was the result of the command « describe-variable 
org-tag-alist-for-agenda »

> Can you pull from the git repo and report if you still have the
> issue you reported?  If so, please add an example I can quickly
> use to reproduce the problem.

The problem is still there in the last git repo :
release_8.0.5-314-g0bab94

My minimal emacs :

--8<---------------cut here---------------start------------->8---
(add-to-list 'load-path (expand-file-name "~/.emacs.d/vendor/org-mode/lisp"))
(add-to-list 'load-path (expand-file-name 
"~/.emacs.d/vendor/org-mode/contrib/lisp"))
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
(setq org-agenda-files '("~/org/temp.org"))
(require 'org)

(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

(setq org-tag-alist
(quote
 (("projet" . 112)
  ("suspendu" . 122)
  (:startgroup "lieu")
  ("@dehors" . 100)
  (:grouptags)
  ("@lieu1" . 97)
  ("@lieu2" . 118)
  (:endgroup "lieu"))))
--8<---------------cut here---------------end--------------->8---

My temp.org :

--8<---------------cut here---------------start------------->8---
# -*- mode: org ; coding: utf-8 -*-

* Un                                                                :@dehors:
test1

* Deux                                                               :@lieu1:
test2

* Trois                                                              :@lieu2:
test3

* Quatre                                                              :@lieu1:
test4
--8<---------------cut here---------------end--------------->8---

Maybe, I forget something. Anyway thanks for your investigation.

Maurice



reply via email to

[Prev in Thread] Current Thread [Next in Thread]