From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: Org mode issue tracker Date: Wed, 25 Sep 2013 20:56:50 +0200 Message-ID: <871u4czq4t.fsf@gmx.de> References: <86ioxp2vbb.fsf@somewhere.org> <20130925080403.GS12411@kuru.dyndns-at-home.com> <86siwt1d9c.fsf@somewhere.org> <8738otjkdt.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOuGn-00086H-GA for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 14:57:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOuGi-0007uj-10 for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 14:57:05 -0400 Received: from mout.gmx.net ([212.227.17.20]:51300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOuGh-0007uc-N4 for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 14:56:59 -0400 Received: from detlef.gmx.de ([91.41.131.16]) by mail.gmx.com (mrgmx102) with ESMTPS (Nemesis) id 0MLR30-1VOMIs3cEU-000eo2 for ; Wed, 25 Sep 2013 20:56:57 +0200 In-Reply-To: (David Loyall's message of "Wed, 25 Sep 2013 18:29:26 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Loyall, David" Cc: "emacs-orgmode@gnu.org" "Loyall, David" writes: >> (I'm not so experienced with org-mode, so I would need at least some >> assistance how such a TODO item should look like) > > A 'headline' is a 'TODO item' if-and-only-if it contains one of the > TODO Keywords in the appropriate position. > > See: http://orgmode.org/worg/dev/org-syntax.html > > While you're in that document, have a look at the various structures > that can live inside a headline (for example, timestamps). Thanks. I've contacted already the org info pages, in order to get an idea what's possible. But a general doc is one thing, a mapping of a debbugs record onto a TODO entry is another one. Let's check it with an example. For bug 15081, debbugs-gnu returns the following list: ((source . "unknown") (found_versions "24.3") (done) (blocks) (date . 1376383861) (fixed) (fixed_versions) (mergedwith) (found (item (key . 24.3) (value))) (unarchived) (blockedby) (keywords) (summary) (msgid . "<877gfqkm9t.fsf@gmail.com>") (id . 15081) (forwarded) (severity . "normal") (owner) (log_modified . 1376383862) (location . "db-h") (subject . "24.3; org-crypt: Making epg-context local to *epg* while let-bound!") (originator . "Thierry Volpiatto ") (last_modified . 1376408720) (pending . "pending") (affects) (archived) (tags) (package "emacs" "org-mode") (fixed_date) (found_date) (bug_num . 15081)) The keys shall be self-explaining. How would a TODO item look like? Note, that these metadata do not contain the corresponding messages yet. debbugs-gnu could retrieve them in a second run; the TODO item shall offer a link to them, inline. > Thank you, > --Dave Best regards, Michael.