emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Piotr Zielinski" <piotr.zielinski@gmail.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: Emacs-orgmode@gnu.org
Subject: Re: Another GTD question.
Date: Sun, 1 Oct 2006 16:41:31 +0200	[thread overview]
Message-ID: <3c12eb8d0610010741i1cfc847l534e3d885aa33da4@mail.gmail.com> (raw)
In-Reply-To: <52ee3ff55860d92eae095ec9b18bc4cd@science.uva.nl>

Hi,

Org-mode is a major part of my GTD scheme, however, there are some
tasks for which I think it's not ideal.  One example are lists of
"lightweight" items; items that are not critical and nothing seriously
bad would happen if they are forgotten.  Interesting webpages to read
or papers to read/print are good examples.


FORGETTABLE LISTS

The following requirements describe the problem:

1. Adding new items must be as easy as possible, preferably just a
   single click of the browser button "Mark this page for future
   reading".  This is the most important requirement, which is not
   currently met by org-mode.

2. The list works like a stack: adding is possible only on the top.
   This keeps the items on the list in the approximate order of
   decreasing relevance to my current interests.

3. Only the say 10 most recent items are of any relevance.  If any
   earlier items haven't been acted upon, they are not relevant
   enough: I have at least 10 more interesting things to do.  I don't
   want to see such items; if they become relevant in the future I can
   always add them again.


MY LISTS

1. "To Read" for webpages/papers I want to read
2. "To Print" for pdfs to print when I'm in the office
3. "To Use" interesting internet services to try
4. "To Buy" for gadgets I might be interested in buying
5. "To Supermemo" for concepts to memorize with supermemo [1]
6. "Books to Read"
7. "Movies to Watch"


IMPLEMENTATION

Currently, I use del.icio.us to maintain them.  I have a menu in the
Toolbar menu that contains bookmarklets like "Add To Read" with the
following URL (one line)

javascript: function loadScript(scriptURL) { var scriptElem =
document.createElement('iframe'); scriptElem.setAttribute('src',
scriptURL); document.body.appendChild(scriptElem);}
loadScript('https://api.del.icio.us/v1/posts/add?tags=to-read&url='+encodeURIComponent(location.href)+'&description='+encodeURIComponent(document.title))

and also Live Bookmarks that point to the RSS of the relevant lists,
and display the first 10 or so items on each list.


METALISTS

Here are some places I use for maintaining lists: org-mode files,
browser bookmarks, amazon basket, amazon wishlist, amazon recommended
books, watchthatpage, google alerts, delicious, movielens, citeulike.
Each of them is different, has its strengths and weaknesses, and it
would be very difficult to integrate them into a single system.  My
solution at the moment, is just to have a metalist: a list in my
org file containing URLs of all my lists.

Piotr

[1] http://www.supermemo.net.pl/index.net

  reply	other threads:[~2006-10-01 14:41 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-26 20:03 Another GTD question Alex Bochannek
2006-09-27 12:39 ` Charles Cave
2006-09-29 10:07   ` Christopher Kuettner
2006-09-30  5:25   ` Alex Bochannek
2006-09-30 11:28     ` Carsten Dominik
2006-10-01 14:41       ` Piotr Zielinski [this message]
2006-10-02  8:58         ` Chris Lowis
2006-10-14  4:44       ` Alex Bochannek
2006-10-01 23:54     ` Charles Cave
2006-10-14  4:53       ` Alex Bochannek
2006-09-27 14:18 ` Uwe Jochum
2006-10-04 16:11 ` Carsten Dominik
2006-10-04 17:11   ` Piotr Zielinski
2006-10-20  7:54     ` Carsten Dominik
2006-10-21 20:54       ` Christopher Kuettner
     [not found]         ` <b71b18520610211738s297f8f79u227d2ce32e10d2d9@mail.gmail.com>
2006-10-22  0:39           ` Eddward DeVilla
2006-10-23  6:10             ` Carsten Dominik
2006-10-23  7:21               ` Xiao-Yong Jin
2006-10-23  7:36                 ` Carsten Dominik
2006-10-23 20:30                   ` Xiao-Yong Jin
2006-10-23 13:24               ` Eddward DeVilla
2006-10-22 11:28         ` Pete Phillips
2006-10-05 13:01   ` Jason F. McBrayer

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=3c12eb8d0610010741i1cfc847l534e3d885aa33da4@mail.gmail.com \
    --to=piotr.zielinski@gmail.com \
    --cc=Emacs-orgmode@gnu.org \
    --cc=dominik@science.uva.nl \
    /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).