emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Jan Böcker" <jan.boecker@jboecker.de>
To: Andrea Crotti <andrea.crotti.0@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: From todos to tracking
Date: Thu, 12 Aug 2010 22:08:01 +0200	[thread overview]
Message-ID: <4C6454A1.2070100@jboecker.de> (raw)
In-Reply-To: <m1tymzbuoa.fsf@gmail.com>

On 08/12/2010 07:35 PM, Andrea Crotti wrote:
> Bastien <bastien.guerry@wikimedia.fr> writes:
> 
>> Andrea Crotti <andrea.crotti.0@gmail.com> writes:
>>
>>> I was wondering if there is something that would be able to convert a
>>> org-mode buffer (with todos) to a web page (even static) that resembles
>>> a tracking system.
>>>
>>> I don't mean also the way back (writing from the web page to the org
>>> mode) but also one way it would be nice, because TODO in the normal html
>>> exportation don't really resembles TODO in a tracking system...
>>
>> Can you be more specific?
> 
> 
> Something like this
> http://it.wikipedia.org/wiki/File:Kde-bugtracking-via-bugzilla-firefox-1.0.6-kde-3.4.2-de.png
> I mean of course we need to give to it many more informations, but at
> least the state is there, the message also and the number could be
> generated.
> 
> Something like
> org-export-todo-to-tracking
> 
> could have some variables to set and given a normal page prodouce
> something like the figure.
> But maybe it doesn't make sense I'm not sure...
> 

I don't know what exactly you want to do, but it sounds like column view
could do a large portion of that.

In the Org manual, check out the following sections:

7.5.2 Using column view, for how to define what columns you want

7.5.3 Capturing column view, for how to insert a table containing the
column view's data into your Org file (which you can then export to
html). To export only the column view, you may also be interested in
section 12.2, Selective export.

If you want to generate a table that contains links to a "detailed view"
for each entry, I guess you need some custom elisp code. Maybe write
your own dynamic block function which first calls
`org-dblock-write:columnview' to do most of the heavy lifting, then
post-processes the output to make an "id" column into links, and finally
calls the export function for every TODO headline and the headline
containing the dynamic block (while supplying appropriate file names)?

HTH, Jan

      reply	other threads:[~2010-08-12 20:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-12 17:15 From todos to tracking Andrea Crotti
2010-08-12 17:29 ` Bastien
2010-08-12 17:35   ` Andrea Crotti
2010-08-12 20:08     ` Jan Böcker [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=4C6454A1.2070100@jboecker.de \
    --to=jan.boecker@jboecker.de \
    --cc=andrea.crotti.0@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).