<?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://permalink.gmane.org/gmane.emacs.orgmode">
    <title>gmane.emacs.orgmode</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.emacs.orgmode/56357"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56356"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/56338"/>
      </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://permalink.gmane.org/gmane.emacs.orgmode/56357">
    <title>Re: #+STARTUP: showstars</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56357</link>
    <description>&lt;pre&gt;Hi all

On Fri, May 25, 2012 at 10:57 PM, Mark E. Shoulson &amp;lt;mark&amp;lt; at &amp;gt;kli.org&amp;gt; wrote:

It seems that Org fileconversion, which does exactly this with
hidestarsfile and which I announced on the list here with four posts
spread over February, did not yet get through the noise. Even though I
asked some questions then. :-(

http://thread.gmane.org/gmane.emacs.orgmode/51981


This is a nice idea and I just added it to fileconversion 0.6 as
nbspstarsfile. With the small generalization of fileconversion I did
some time ago to cover also markdown headlines (Peter Salazar, any
feedback?) it was very easy to extend it also to nbspstarsfile:

http://orgmode.org/worg/org-hacks.html#fileconversion

For the #+STARTUP keyword now nbspstarsfile is used in favor of
showstars because I think it aligns better with the already existing
hidestars, hidestarsfile and markdownstarsfile.

Michael


&lt;/pre&gt;</description>
    <dc:creator>Michael Brand</dc:creator>
    <dc:date>2012-05-26T07:30:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56356">
    <title>Re: "Smart" quotes</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56356</link>
    <description>&lt;pre&gt;Hello,

"Mark E. Shoulson" &amp;lt;mark&amp;lt; at &amp;gt;kli.org&amp;gt; writes:


Actually, I do. Since you can tell an opening quote from a closing one
by the position of the white space (or parenthesis, beginning/end of
line) near it, I think you can deduce the quote level. I may be wrong,
though.


"this is a "quote", and that's all you need to know" is as parsable to
me.

As a side note, at least in French, many typographers would recommend
"this is a /quote/, and that's all you need to know" here. Oh, and
I know that was just an example.


Do not hesitate to ask questions about it.


Regards,

&lt;/pre&gt;</description>
    <dc:creator>Nicolas Goaziou</dc:creator>
    <dc:date>2012-05-26T06:48:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56355">
    <title>Re: [PATCH] Let org-agenda-time-grid control if the grid isdisplayed</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56355</link>
    <description>&lt;pre&gt;Hi Matt,

Matt Lundin &amp;lt;mdl&amp;lt; at &amp;gt;imapmail.org&amp;gt; writes:


Mhh.. I've been testing too hastily.

Thanks for reporting this, I reverted the commit.

Christophe, can you look again and amend your patch if needed?

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-26T04:27:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56354">
    <title>Re: [PATCH] Let org-agenda-time-grid control if the grid isdisplayed</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56354</link>
    <description>&lt;pre&gt;

This is a problematic patch. On my machine, it causes duplicate entries
to show up in the agenda. The reason, I believe, is because
org-agenda-add-time-grid-maybe takes the list of agenda items and
returns that list with time-grid stuff added. This patch appends the
list of agenda items to the list that org-agenda-add-time-grid-maybe
returns, thus resulting in the duplicates.

Best,
Matt


&lt;/pre&gt;</description>
    <dc:creator>Matt Lundin</dc:creator>
    <dc:date>2012-05-26T02:14:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56353">
    <title>Re: Org-mode repeating tasks issue</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56353</link>
    <description>&lt;pre&gt;Thanks for the responses.

After fiddling around a bunch and not getting it to work, I just recreated
my .emacs.d folder  (and config) and it seems to work now. Must have been
some corruption, but can't figure out what.

Thanks a bunch for the responses

c.b

On Mon, May 21, 2012 at 6:06 AM, Bernt Hansen &amp;lt;bernt&amp;lt; at &amp;gt;norang.ca&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>c b</dc:creator>
    <dc:date>2012-05-26T00:46:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56352">
    <title>Re: PATCH: follow timestamp link also in heading</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56352</link>
    <description>&lt;pre&gt;

Indeed, that's now the case.

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T22:14:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56351">
    <title>Re: org-agenda-sticky</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56351</link>
    <description>&lt;pre&gt;Hi Rainer,

Rainer Thiel &amp;lt;rainer.thiel&amp;lt; at &amp;gt;googlemail.com&amp;gt; writes:


This option is not part of the officially released version of Org, yet.  
It is available through the master branch of the git repo, though.

Org 7.9 will be released somewhere in June.  

HTH,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:18:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56350">
    <title>Re: #+STARTUP: showstars</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56350</link>
    <description>&lt;pre&gt;Hi Mark,

"Mark E. Shoulson" &amp;lt;mark&amp;lt; at &amp;gt;kli.org&amp;gt; writes:


Thanks for taking the time to state Enda's position more clearly.

The stars will stay here.  

Based from this, I guess Vi(m) can be clever enough to hide them.

Best,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T22:08:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56349">
    <title>Re: Feature request: don't store bookmark for some capturetemplates</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56349</link>
    <description>&lt;pre&gt;Hi XeCycle,

XeCycle &amp;lt;XeCycle&amp;lt; at &amp;gt;Gmail.com&amp;gt; writes:


You can now (setq org-capture-bookmark nil) to unconditionally
prevent the creation of a bookmark.  This is not dependant of the
capture template (yet) -- patch welcome for this.


Fixed, thanks.

Best,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:46:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56348">
    <title>Re: [PATCH] Allow datetree to find years with trailingwhitespace.</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56348</link>
    <description>&lt;pre&gt;Hi Matt,

Matt Lundin &amp;lt;mdl&amp;lt; at &amp;gt;imapmail.org&amp;gt; writes:


Applied in master, thanks!

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:22:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56347">
    <title>Re: Largest org file you have + performance</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56347</link>
    <description>&lt;pre&gt;Hi,

SW &amp;lt;sabrewolfy&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


I would say this is a combination of the implementation overlays
and the use of overlays in outline.el.

Perhaps we should dive into outline.el and see how we can improve
things from there.  (We tend to forget that Org is just a derived
mode from outline.el!)

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T22:42:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56346">
    <title>Re: #+STARTUP: showstars (#+STARTUP: showlaststar)</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56346</link>
    <description>&lt;pre&gt;

I think it is awesome to live with the stars.

:)

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:21:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56345">
    <title>Re: [PATCH] Let org-agenda-time-grid control if the grid isdisplayed</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56345</link>
    <description>&lt;pre&gt;Hi Christophe,

Christophe Junke &amp;lt;christophe.junke&amp;lt; at &amp;gt;inria.fr&amp;gt; writes:


Applied, thanks -- and special thanks for the ChangeLog and 
clear explanations.

All best,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T22:20:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56344">
    <title>Re: Opening an odt file - problem solved</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56344</link>
    <description>&lt;pre&gt;Hi Jambunathan,

Jambunathan K &amp;lt;kjambunathan&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


Fixed in Org 7.8.11 and Emacs 24.1 branches.


That's good news, thanks.


It was about to happen because Emacs RC will be released this week-end
and I thought I would not have any internet connection between today
noon and tuesday.  But that's okay.

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:17:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56343">
    <title>Re: [PATCH] Add section describing prerequisites.</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56343</link>
    <description>&lt;pre&gt;Hi Greg,

Greg Troxel &amp;lt;gdt&amp;lt; at &amp;gt;ir.bbn.com&amp;gt; writes:


Thanks for this.  I've been minimalist:

  http://orgmode.org/w/?p=org-mode.git;a=commit;h=0103d1

I don't want to update the README file each time a new version of 
GNU Make is released and known to work.


Stating that Emacs is needed to an Emacs library is pretty obvious.

Listing the oldest Emacs and XEmacs versions is more useful, but we
need to be more precise: can someone tell me what is the oldest Emacs
version the current master is running fine with?  Same for XEmacs?

Thanks,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T22:33:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56342">
    <title>Re: [PATCH] Add section describing prerequisites.</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56342</link>
    <description>&lt;pre&gt;
Bastien &amp;lt;bzg&amp;lt; at &amp;gt;gnu.org&amp;gt; writes:


Understood - what I meant was to have the oldest version that was
needed, but I suspect that while org needs GNU make, anything from the
last 5 years is ok, so it's not important.


agreed, but


yes, proking that knowledge was my intent.


Thanks for adjusting the docs.
Greg
&lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2012-05-25T23:52:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56341">
    <title>Re: Escaping links while doing an org-publish to html</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56341</link>
    <description>&lt;pre&gt;Hi c (?),

c b &amp;lt;24x7x366&amp;lt; at &amp;gt;gmail.com&amp;gt; writes:


Not with the current HTML exporter (perhaps Nicolas as a solution 
for the next HTML exporter.)

But you can use `org-export-html-final-hook' to postprocess the 
exported buffer.

HTH,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:25:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56340">
    <title>Re: [New Contrib Feature] Automatic URL shortening via Bitly</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56340</link>
    <description>&lt;pre&gt;Hi Neil,

Neil Smithline &amp;lt;emacs-orgmode&amp;lt; at &amp;gt;neilsmithline.com&amp;gt; writes:


Thanks for this contribution!  I've added a link to this page:

  http://orgmode.org/worg/org-contrib/

All best,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:36:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56339">
    <title>Re: Agenda view column mode: How to a column showing justtoday's time?</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56339</link>
    <description>&lt;pre&gt;Hi Brian,

Brian Wood &amp;lt;bwood&amp;lt; at &amp;gt;berkeley.edu&amp;gt; writes:


Sorry no-one had to answer it with a constructive answer yet...


... but that's because it is not easily feasible yet.

I store this request somewhere because I think that would be useful.
Ping me in one month if this is not implemented.

Thanks,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:27:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56338">
    <title>Re: Bug: org-preview-latex-fragment-region fails [7.8.03][Xemacs 21.5.31 Mule]</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56338</link>
    <description>&lt;pre&gt;Hi Uwe,

Uwe Brauer &amp;lt;oub&amp;lt; at &amp;gt;mat.ucm.es&amp;gt; writes:


I don't see any backtrace, did you forgot to attached it?

In any case, I don't use XEmacs so please send a patch for this
if you can.

Thanks,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:19:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/56337">
    <title>Re: [PATCH] Add entities for /, +, _, =</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/56337</link>
    <description>&lt;pre&gt;Hi Mark,

"Mark E. Shoulson" &amp;lt;mark&amp;lt; at &amp;gt;kli.org&amp;gt; writes:


Thanks for doing this.  Note that the process of getting your papers
from FSF might take some time.

Best,

&lt;/pre&gt;</description>
    <dc:creator>Bastien</dc:creator>
    <dc:date>2012-05-25T21:23:57</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>

