<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.emacs.orgmode">
    <title>gmane.emacs.orgmode</title>
    <link>http://blog.gmane.org/gmane.emacs.orgmode</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7911"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7910"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7909"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7892"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7888"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7887"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7885"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7878"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7877"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7872"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7871"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7863"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7856"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7855"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7848"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7846"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7843"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7831"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7829"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.orgmode/7823"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7911">
    <title>Planner Pages Anyone?</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7911</link>
    <description>
Has anyone attempted the exporting or printing of .org data to a
physical planner size page?  I'm looking to get 1) the agenda view to a
"planner page", and perhaps 2) any subtree view.


---------------
David A. Gershman
gershman&lt; at &gt;dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>David A. Gershman</dc:creator>
    <dc:date>2008-08-28T21:52:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7910">
    <title>Unsubscribe Message</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7910</link>
    <description>
FYI to the admin of this list:

  I unsubscribed my current address in favor of this one and got the
following message:

  Good bye.  I hope you had some fun here, but maybe not enough to stay.
  Sorry to loose you.

Thought I'd let you know it's "lose" not "loose".  Although "loose" did
have some interesting things come to mind. :)

---------------
David A. Gershman
gershman&lt; at &gt;dagertech.net
http://dagertech.net/gershman/
"It's all about the path!" --d. gershman


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>David A. Gershman</dc:creator>
    <dc:date>2008-08-28T21:49:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7909">
    <title>HTML export: how delimit escaped entity?</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7909</link>
    <description>This is probably bonehead simple, but so far that bone is broken. The 
entities in org-html-entities work fine for me as long as followed by a 
space (or another \-escaped entity), but I can't seem to discover how 
they're delimited within a word.

I.e. "Ren\eacute " produces  "Ren&amp;eacute; " but I've failed to find a way to 
get "&amp;Aacute;stor" out of any combination of "\Aacute" and "stor". 
("\Aacutestor" -&gt; "\Aacutestor", "\Aacute stor" naturally -&gt; "&amp;Aacute; 
stor", and nothing I've tried by way of analogy with shells (e.g. 
"\{Aacute}stor") or other syntax ("\Aacute\stor"? "\Aacute$stor"? etc.) has 
produced anything but the same string in the generated code.

I'm sure my ignorance of {insert bonehead lacuna here} is showing, but does 
anyone know how to put the poor man's name into an org file so that it will 
export?

Thanks -- and repeated &amp; continual thanks to Carsten and all other generous 
contributors.

Mark


</description>
    <dc:creator>Mark Theodoropoulos</dc:creator>
    <dc:date>2008-08-27T18:23:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7892">
    <title>Mail files in org</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7892</link>
    <description>
Is it possible to structure a large collection of emails in an org file ? Are there any specific tools for doing this ?

I have used pine for many years but the business of categorizing sensibly into folders the hundreds of mails which 
come each week is out of hand. Googlemail is offering a single file of emails, with (multiple) `tabs' replacing
the functionality of folders. This seems like a great step forward, but I don't like GUIs, and I'm not happy that on 
googlemail it seems not to be possible to download an email to disk with header information. (And I don't want all
my emails permanently on someone else's server.)

Maybe this has been thought of already, but I can't see it anywhere. I've never used mail under emacs (though I've used
emacs for about 12 years). 

What I have in mind is a single text file containing (say) one year's 10^5 emails. I could go through attaching tabs, 
TODO notes, draft replies, rude remarks, tags, ... able to open a specific category ...

If I'm reinventing the wheel, ple</description>
    <dc:creator>Charles Howard</dc:creator>
    <dc:date>2008-08-28T14:54:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7888">
    <title>DOH! - [Fwd: Suggestions for features OR Help?]</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7888</link>
    <description>Before anyone does, I'll ping myself with an "RTFM!"  :)

Found my answer in the org manual, page 39.

However, it shows the 33% (by the example below), not the computed 65%.
 Anyone know if that method is possible?

Thanks.

--dag


-------- Original Message --------
Subject: Suggestions for features OR Help?
Date: Wed, 27 Aug 2008 18:11:28 -0700
From: David A. Gershman &lt;dagershman&lt; at &gt;raytheon.com&gt;
To: emacs-orgmode&lt; at &gt;gnu.org

Hello All,

I'm fairly new to Org-Mode, but common to Emacs.  I've have a need to
create a task which is made up of sub-tasks.  Each sub-task in turn has
actions which comprise it.

Each action, I'd like it to have a checkbox so that the sub-task can
track percent complete.  Like so:

  * Sub-Task [66%]
    - [X] Action 1
    - [ ] Action 2
    - [X] Action 3

Once the sub-task is complete, I can set it's TODO label:

  * COMPLETED Sub-Task [100%] - 2008/08/08 17:33:00

This is already how Org-mode works obviously.  My question/request is
this: is there a way to also track completeness via</description>
    <dc:creator>David A. Gershman</dc:creator>
    <dc:date>2008-08-28T01:19:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7887">
    <title>Suggestions for features OR Help?</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7887</link>
    <description>Hello All,

I'm fairly new to Org-Mode, but common to Emacs.  I've have a need to
create a task which is made up of sub-tasks.  Each sub-task in turn has
actions which comprise it.

Each action, I'd like it to have a checkbox so that the sub-task can
track percent complete.  Like so:

  * Sub-Task [66%]
    - [X] Action 1
    - [ ] Action 2
    - [X] Action 3

Once the sub-task is complete, I can set it's TODO label:

  * COMPLETED Sub-Task [100%] - 2008/08/08 17:33:00

This is already how Org-mode works obviously.  My question/request is
this: is there a way to also track completeness via percentages for the
sub-tasks (headings)?  So I would have/see the following:

 * Primary Task [65%]
  * COMPLETED Sub-Task 1 [100%] - 2008/08/08 17:33:00...
  * Sub-Task 2 [24%]...
  * Sub-Task 3 [72%]...

The primary task percent would be based on 3 sub-tasks of equal weight, so:
  (1*.33) + (.24*.33) + (.72*.33) = 65%

I'd even be willing to settle for a primary task percent of just 33%
since only 1 sub-task is complete</description>
    <dc:creator>David A. Gershman</dc:creator>
    <dc:date>2008-08-28T01:11:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7885">
    <title>HTML export: how to delimit escaped HTML entity?</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7885</link>
    <description>This is probably bonehead simple, but so far that bone seems to be broken here.

The entities in org-html-entities work fine for me as long as followed by a 
space (or another \-escaped entity), but I can't seem to discover how 
they're delimited within a word.

E.g.
"Ren\eacute " produces  "Ren&amp;eacute; "

which is just fine; but I've failed to find a way to get the correct

"&amp;Aacute;stor"

out of any combination of "\Aacute" and "stor".

"\Aacutestor" -&gt; "\Aacutestor"
"\Aacute stor" (naturally) -&gt; "&amp;Aacute; stor"

and nothing I've tried by way of analogy with shells (e.g. "\{Aacute}stor") 
or other syntax ("\Aacute\stor"? "\Aacute$stor"? etc.) has produced anything 
but the same string in the generated code.

I'm sure my ignorance of {insert bonehead lacuna here} is showing, but does 
anyone know how to enter poor old Sr Piazzolla's given name into an org file 
so that it will export?

Thanks -- and repeated &amp; continual thanks to Carsten and all other generous 
contributors.

Mark


GNU Emacs 23.0.60.1 </description>
    <dc:creator>mtheo</dc:creator>
    <dc:date>2008-08-27T22:37:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7878">
    <title>Exporting Properties</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7878</link>
    <description>Hi,

Can anyone tell me a good way to export the custom property block. I
am trying to use org-mode as a project planner and I need to allow
other team members to see the estimates in my plan.

Thanks,
Charlie


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>Charlie Burrows</dc:creator>
    <dc:date>2008-08-25T20:42:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7877">
    <title>question concerning table mode / vsum / automatic adjustments of indices</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7877</link>
    <description>I mostly have the same application of using org tables.
I have (many) columns with numbers and want to see the sum in the last row.

See this little example:

        |-------+--------|
        | items | amount |
        |-------+--------|
        | a     |    0.5 |
        | b     |    0.0 |
        | c     |    0.5 |
        |-------+--------|
        | sum   |     1. |
        |-------+--------|
#+TBLFM:    &lt; at &gt;5$2=vsum(&lt; at &gt;2..4)


Having the cursor on the row with "c"
and pressing &lt;M-S-DOWN&gt; I get this:

        |-------+--------|
        | items | amount |
        |-------+--------|
        | a     |    0.5 |
        | b     |    0.0 |
        |       |        |
        | c     |    0.5 |
        |-------+--------|
        | sum   |     1. |
        |-------+--------|
#+TBLFM:    &lt; at &gt;6$2=vsum(&lt; at &gt;2..&lt; at &gt;5)

everything is adjusted correctly!


Now I want to add a row after "c". Being on the row below "c"
when I press &lt;M-S-DOWN&gt; I get this:

        |-------+--------|
        | items | amount |
        |-------+--------</description>
    <dc:creator>Rainer Stengele</dc:creator>
    <dc:date>2008-08-27T11:35:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7872">
    <title>Org-remember items are stored to the wrong headline</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7872</link>
    <description>Hi all,

I use org-mode which is included in Emacs 23 from CVS (a current
checkout).  This is my relevant config for org-remember:

--8&lt;---------------cut here---------------start-------------&gt;8---
(require 'remember)
(setq org-default-notes-file "~/repos/org/main.org"
      org-remember-default-headline "Remember"
      org-remember-templates 
      '(;; TODOs
        ("todo-template" ?t "* TODO %?\n  (created: %U)\n  %i\n  %a")
        ;; Ideas
        ("idea-template" ?i "* Idea: %^{Title}\n  (created: %U)\n  %?\n  %i\n  %a")
        ;; Notes
        ("note-template" ?n "* Note: %?\n  (created: %U)\n  %i\n  %a")))
(setq remember-annotation-functions     '(org-remember-annotation)
      remember-handler-functions        '(org-remember-handler)
      org-remember-store-without-prompt t)
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(global-set-key (kbd "C-c o r") 'org-remember)
--8&lt;---------------cut here---------------end---------------&gt;8---

The structure of my main.org file is as follows:

</description>
    <dc:creator>Tassilo Horn</dc:creator>
    <dc:date>2008-08-27T06:45:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7871">
    <title>Using numbers w/ commas in spreadsheets?</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7871</link>
    <description>_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
</description>
    <dc:creator>Parker, Matthew</dc:creator>
    <dc:date>2008-08-27T04:18:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7863">
    <title>problem with appointments not cancelling</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7863</link>
    <description>
I have the following in one of my org files but the reminder is still
popping up (or was until the original scheduled time was passed). What
do I need to call to have a cancelled org entry removed from the
reminder mechanism? I use the gtk reminder system and include the code
below. Does the org-agenda-to-appt not remove closed/cancelled entries?
(Note I changed the run-at-time parameters to run now and repeat every
while).

1) org entry

** CANCELED gf 
   SCHEDULED: &lt;2008-08-26 Tue 14:00&gt; CLOSED: [2008-08-26 Tue 13:50]

2) code

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; For org appointment reminders

; 5 minute warnings
(setq appt-message-warning-time '15)
(setq appt-display-interval '5)

; Update appt each time agenda opened.
(add-hook 'org-finalize-agenda-hook 'org-agenda-to-appt)

; Setup zenify, we tell appt to use window, and replace default function
(setq appt-display-format 'window)
(setq appt-disp-window-function (function my-appt-disp-window))

(defun my-appt-disp-window (</description>
    <dc:creator>Richard G Riley</dc:creator>
    <dc:date>2008-08-26T12:05:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7856">
    <title>Publish HTML tutorial</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7856</link>
    <description>Hello,


I just pushed a little Publishing tutorial to Worg:

http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php

Critics and help welcome.

And worgers: feel free to edit.

I tried to keep it simply in the first place, so don't
expect to learn tons of new things if you're familiar
with Org publishing.


Cheers,

  - Sebastian


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>Sebastian Rose</dc:creator>
    <dc:date>2008-08-26T02:11:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7855">
    <title>org-plot (generating graphs from org-mode)</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7855</link>
    <description>Hi,

org-plot enables generation of graphs from data stored in org tables
(maybe eventually elsewhere in org files).

It is available on github at
http://github.com/eschulte/org-plot/tree/master or with

  git clone git://github.com/eschulte/org-plot.git

Included with org-plot.el is an example.org file which should quickly
show off it's features, options and abilities.

While this is not completed, it is functional, and I figure better to
get early feedback then wait until it's all polished.  Please give it
a look and let me know what you think.

Thanks -- Eric


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>Eric Schulte</dc:creator>
    <dc:date>2008-08-26T01:53:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7848">
    <title>Patch for Plain Text Export</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7848</link>
    <description>
Hi,

I detected, that using org-store-agenda-views to export my views
to *.txt in plain text results in files growing and growing because
the new views are appended.

In my understanding this is not the intended behavior. Every new
export should replace the previous one.

I attached a very simple patch to correct this.


Yours sincerly
Thomas Fuchs

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
</description>
    <dc:creator>Thomas Fuchs</dc:creator>
    <dc:date>2008-08-24T18:01:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7846">
    <title>org mode message: "Specified time is not representable"</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7846</link>
    <description>Hello,
Am using Emacs under Windows XP (see below) and org mode version 6.05b.

I get the message in the subject when I click on a time stamp which seems perfectly OK. As a test I took the following .org file

** TODO &lt;1973-07-28 Sat +1y&gt; 1
** TODO &lt;1908-07-06 Mon +1y&gt; 2 *
** TODO &lt;1912-04-26 Fri +1y&gt; 3  *
** TODO &lt;1943-01-16 Sat +1y&gt; 4  *
** TODO &lt;1979-04-11 Wed +1y&gt; 5
** TODO &lt;1970-06-11 Thu +1y&gt; 6
** TODO &lt;1976-08-07 Sat +1y&gt; 7
** TODO &lt;1941-06-19 Thu +1y&gt; 8 *
** TODO &lt;1920-08-20 Fri +1y&gt; 9  *
** TODO &lt;1994-08-24 Wed +1y&gt; 10
** TODO &lt;2005-09-03 Sat +1y&gt; 11
** TODO &lt;1965-11-10 Wed +1y&gt; 12  *
** TODO &lt;1987-11-21 Sat +1y&gt; 13
** TODO &lt;2007-06-15 Fri +1y&gt; 14
** TODO &lt;2001-05-19 Sat +1y&gt; 15

a right mouse click on a day stamp should produce a "day agenda".
However, all timestamps on lines ending with an asterisk produce
the stated message. The Linux version of Emacs does not exhibit 
this behavior.

Any advice would be appreciated.

Regards,
bostjanv

In GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600)
 of 2008-03-26 o</description>
    <dc:creator>bostjanv&lt; at &gt;alum.mit.edu</dc:creator>
    <dc:date>2008-08-23T17:27:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7843">
    <title>Creating an Ubuntu Package for org.</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7843</link>
    <description>Whilst it's pretty easy to install org from source, I thought it might
be helpful to make an Ubuntu package. Making a package may encourage
more people to try org as it overcomes some hurdles in installation.
Also you should automatically get up to date versions.

I know that someone has made packages available before, but they don't
seem to be actively maintained. Rather than just create my own personal
packages, I thought it might be worthwhile to use Launchpad and try to
get the package accepted into the Ubuntu package collection.

I know that Carsten is away at the moment and I wouldn't want to do
anything without his agreement.

Comments please!

Ian.


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>Ian Barton</dc:creator>
    <dc:date>2008-08-25T08:19:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7831">
    <title>org-mode now available on mac os x using fink</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7831</link>
    <description>I'm pleased to report that org-mode is now available for Mac OS X users
as a package within the Fink system [1].  The org-mode source is divided
into two packages: core support (org-mode [2]) and contributed code
(org-mode-contrib [3]).  Fink users can issue the command

  fink install org-mode

to get started; org-mode will then be available in the next emacs
session (more precisely, the next session of Fink's emacs).  To install
the contributed code, the command

  fink install org-mode-contrib

does the job.

As it stands, org-mode is not in the "stable" branch of fink, so one has
to enable Fink's "unstable" branch if one wants to get the packages [4].

The packages will track the releases that Carsten makes; the current
version is 6.06b.  

Cheers,

Jesse

[1] http://www.finkproject.org
[2] http://pdb.finkproject.org/pdb/package.php/org-mode
[3] http://pdb.finkproject.org/pdb/package.php/org-mode-contrib
[4] http://www.finkproject.org/faq/usage-fink.php?phpLang=en#unstable

</description>
    <dc:creator>Jesse Alama</dc:creator>
    <dc:date>2008-08-23T20:29:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7829">
    <title>HTML export problems</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7829</link>
    <description>The first paragraph before any heading is exported, but without
surrounding P paragraph tags; the remaining paragraphs (whether before
other headings, or after those headings) all have P tags and this is
messing up the styling. I'm using org-version 6.06b.

#+OPTIONS skip:nil is on.



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>David O'Toole</dc:creator>
    <dc:date>2008-08-23T19:27:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7823">
    <title>Counting of TODOs</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7823</link>
    <description>
I am using org-mode to keep tracking of a couple of projects.

When I view the Global TODO list, altough all items are in the list.

 The summary shows the header counting wrongly.

I think I messed up the configuration, but I do not know how to fix. 

See the picture that explains better the problem:

http://picasaweb.google.com/flaviostz/Pessoal/photo?authkey=9o-gs3mU-rs#5237276931027050658


Please help.

Flávio.



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>FlÃ¡vio de Souza</dc:creator>
    <dc:date>2008-08-23T07:17:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.orgmode/7821">
    <title>org-info.js - new version with tags index</title>
    <link>http://comments.gmane.org/gmane.emacs.orgmode/7821</link>
    <description>Hello list,


Rick Moynihan requested a table of contents sorted by tags
(http://lists.gnu.org/archive/html/emacs-orgmode/2008-07/msg00434.html). 
The new version on http://repo.or.cz/w/Worg.git provides a the
shortcut 'C' to show such an index:


Tag1
   - Headline with tag1
   - Another headline with tag1 and tag2

Tag2
   - Headline with tag2
   - Another headline with tag1 and tag2


There is no inheritance though. As for the most cases, the links
lead to the local toc showing all subsections. Maybe inheritance
should be an option?


The 'HELP' link et al should be fixed too (i.e. they look like links 
now, because of a 'href' attribute).




All the best,

  - Sebastian


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode&lt; at &gt;gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

</description>
    <dc:creator>Sebastian Rose</dc:creator>
    <dc:date>2008-08-23T03:24:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.orgmode">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.orgmode</link>
  </textinput>
</rdf:RDF>
