<?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/8500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8497"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8496"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8495"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8494"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8492"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8491"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8490"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8489"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8488"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8487"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8485"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8484"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8483"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8482"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8481"/>
      </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/8500">
    <title>Re: ideas for org-refile</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8500</link>
    <description>Hi Carsten,

On Sun, Oct 12, 2008 at 05:08, Carsten Dominik &lt;dominik&lt; at &gt;science.uva.nl&gt; wrote:

I was thinking that a separate command would allow binding to a single
key, but history should help a lot.   Don't know why I didn't try it.
Thanks.


Yes.

(More generally it might be possible in principle to mark specific
entries and then move the marked entries, like marking files in dired,
but that would be kind of complicated in org.)


Different.

If you are on a previously remembered entry called "granny smith", and
you want to file under /food/fruit/apple, but apple does not exist
(/food/fruit is all that exists), then you could type
/food/fruit/apple and org-refile would 1.  create apple and 2.  put
the entry under point underneath apple.

At present, org-refile will not let you enter the apple part.  Perhaps
I am missing something here.


You could, for example, type a sequence of letters that appear in that
order anywhere in the target, case insensitively, to select an entry.
It is thrillingly efficient.

</description>
    <dc:creator>Samuel Wales</dc:creator>
    <dc:date>2008-10-12T19:18:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8499">
    <title>Re: ideas for org-refile</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8499</link>
    <description>

ido (Interactive Do) provides enhanced mini-buffer completion, try
evaluating the following

  (require 'ido)
  (ido-mode t)

then executing some simple commands which include mini-buffer completion
(find-file, describe-function, etc...).  I find it very useful.

</description>
    <dc:creator>Eric Schulte</dc:creator>
    <dc:date>2008-10-12T17:49:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8498">
    <title>Re: ideas for org-refile</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8498</link>
    <description>Hi Samuel,

On Oct 10, 2008, at 9:07 PM, Samuel Wales wrote:


You will get back to the previous target simply by pressing &lt;up&gt; at
the prompt, as the previous target is in the history.  I'd say this
is good enough.




What do you mean by this?  A region with several headlines, to
move them all?



I think this is what remember is for.  If you exit a remember buffer
with `C-1 C-c C-c', the refile interface will be used to file the entry.


I don't know ido.el, what advantages would it give?

- Carsten



_______________________________________________
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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-12T12:08:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8497">
    <title>Re: Notes on documentation</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8497</link>
    <description>Hi Robert,

On Oct 11, 2008, at 11:04 PM, Robert Goldman wrote:


fixed, thanks.


Including the TODO list with the agenda can serve two purposes.

1. To see the TODO list at all.  This goal can be achieved by looking  
at the TODO list.

2. To see the TODO list together with the agenda.  For this use a  
block agenda.


I have added the cross reference, thanks.

- Carsten



_______________________________________________
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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-12T06:30:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8496">
    <title>mairix</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8496</link>
    <description>
I have a foreign IMAP server running mairix just fine. My local mairix
searches and groups talk to the IMAP server fine.

I am looking for some information on how to configure the org-mairix
plugin. In particular the .mairixrc file on the local machine assuming
the org files are local and not accessed by IMAP.

How does on set up the necessary org mairix back end for gnus to talk
to?

</description>
    <dc:creator>Richard Riley</dc:creator>
    <dc:date>2008-10-12T03:50:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8495">
    <title>Notes on documentation</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8495</link>
    <description>I was reading over the agenda documentation in my current version of org
(6.08c) and noted a couple of things:

1.  (nit):  in the discussion of finding stuck projects:

"Lets[sic -- Let's] further"

2.  In "The weekly/daily agenda":

"   (1) For backward compatibility, the universal prefix `C-u' causes
all TODO entries to be listed before the agenda.  This feature is
deprecated, use the dedicated TODO list, or a block agenda instead."

Would it be possible to expand this a little?  In particular:

a.  I use this because I like to have the todo list with my weekly
agenda, so that I can pick todo items to schedule in context.  I guess I
don't off-hand see how having a view that only has the todo items would
replace this now-deprecated usage pattern.

b.  Reading this, I didn't know what a "block agenda" was.  Would it be
possible to add a cross reference to the Block Agenda section at this
point so that ignorant readers like me could easily find out more about
block agendas?  I know that one need only look to</description>
    <dc:creator>Robert Goldman</dc:creator>
    <dc:date>2008-10-11T21:04:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8494">
    <title>Re: How to use FILETAGS?</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8494</link>
    <description>

Yes this works for me.  / TAB &lt;tagname&gt; works even if tagname is not in
org-tag-alist.  Some of my (new) FILETAGS are still in my org-tag-alist
so I can just filter with the quick-keys but for the ones that are not
the / TAB &lt;tagname&gt; works fine.

I tested this with C-a a t to show all my todo keyword tasks without
scheduled dates and then used / to filter that list down to some
specific FILETAG tagname.

-Bernt


_______________________________________________
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>Bernt Hansen</dc:creator>
    <dc:date>2008-10-11T19:13:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8493">
    <title>Re: How to use FILETAGS?</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8493</link>
    <description>  [snip]
  &gt; This works for me.  I added
  &gt;
  &gt; #+FILETAGS: :Personal:
  &gt;
  &gt; to the top of one of my org files, hit C-c C-c on the line to
  &gt; reinitialize and then match tags with Personal as the target with
  &gt;
  &gt; C-c a m Personal RET
  &gt;
  &gt; and it lists all of the tasks in my org file including top-level tasks.
  &gt; The tasks do now show :Personal: in the display but using T on any tasks
  &gt; shows the tag is inherited.
  &gt;
  &gt; I hit T on a task 4 levels deep and it includes the Personal tag.
  &gt;
  &gt; It also works with
  &gt;
  &gt; #+FILETAGS: Personal

Thanks Bernt.  It works this way for me as well.  I guess I should be
able to mimic similar behaviour by restricting agenda to that specific
buffer as well.

But does it (task filtering based on tags using "/") work while you
are in agenda view?

</description>
    <dc:creator>Manish</dc:creator>
    <dc:date>2008-10-11T11:12:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8492">
    <title>Re: Symmetric encryption with org-crypt.el?</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8492</link>
    <description>Hi Rick,

I don't think anyone has done this, but I would certainly welcome
someone taking up org-crypt.el, adding different options like you
suggest.  I'd be happy to work out the UI, but I do not know anything
about encryption or Emacs packages supporting it.

- Carsten

On Oct 6, 2008, at 11:43 AM, Rick Moynihan wrote:




_______________________________________________
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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-10T21:13:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8491">
    <title>Re: possible latex export bug</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8491</link>
    <description>Hi Austin,

I believe this bug has been fixed recently by Bastien.  Could you  
please check and confirm that this is the case?

Thanks.

- Carsten

On Oct 2, 2008, at 11:15 AM, Austin Frank wrote:




_______________________________________________
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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-10T21:13:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8490">
    <title>Re: LaTeX export gives extra lines between table ofcontents and first section</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8490</link>
    <description>Hi Hsiu,

looks like there is a bug in the LaTeX exporter when
the very first line of the file is already a headline.
I do not right now see an easy way to fix this, and Bastien
does not seem to have time.  So for the time being,
just leave the first line of a file empty - that should
help.

- Carsten

On Oct 3, 2008, at 3:04 AM, Hsiu-Khuern Tang wrote:




_______________________________________________
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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-10T21:13:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8489">
    <title>Re: latex export</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8489</link>
    <description>Hi Johanna,

I think it still does export the full file.  Can you give
use more information, maybe an example file, details about
what your actions are, what results you are getting and what
you did expect.

- Carsten

On Oct 1, 2008, at 1:16 PM, Johanna Matschke wrote:




_______________________________________________
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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-10T21:13:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8488">
    <title>Re: Bug: Org-6.07b Radio Targets / Links don't work afterLaTeX export</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8488</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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-10T21:13:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8487">
    <title>Re: n810.... Re: Re: Any iPhone devellopers here</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8487</link>
    <description>Hi Daniel,

I think your message is not off-topic at all, and reminds me that, of  
course,
any attempt to get limited mobile support is always destined to look  
pale
against a mobile version of Emacs.... :-(

- Carsten

On Oct 8, 2008, at 5:58 AM, Daniel M German wrote:




_______________________________________________
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>Carsten Dominik</dc:creator>
    <dc:date>2008-10-10T21:13:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8486">
    <title>Re: Re: Any iPhone devellopers here</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8486</link>
    <description>Hi Peter, Jeff,

thanks for your reactions.

The idea I am having in mind actually goes back to an old idea by Tim  
O'Callaghan which he sent to emacs-orgmode on April 25, 2006 - oh my,  
is this really more than 2 year ago????

Here is the link to Tims message:

http://thread.gmane.org/gmane.emacs.orgmode/139/focus=165

The basic idea is to *give up* on the idea of a mobile version
of Org and to do something different:

1. Get entire Org-files or sections of it onto a mobile device.
    This could be an Org file, or simply an exported agenda list.
    For example, you could automate creation of a number of useful
    on-the-road agenda views, and make sure that these are automatically
    updated on your phone.

2. On the mobile device, use whatever means available to mark entries
    that you have acted upon in some way.  Tim actually had involved
    involved plans to prepend certain letters to headlines, to trigger
    specific actions like switching to a specific TODO state etc.

3. Once synched back t</description>
    <dc:creator>Carsten Dominik</dc:creator>
    <dc:date>2008-10-10T21:13:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8485">
    <title>ideas for org-refile</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8485</link>
    <description>I am just starting to use org-refile.  I read the manual but these
didn't seem to be there.  (It's possible that I missed one or two.)

Maybe they would be of interest?

*** org-refile
***** org-refile: new command to save to the last place saved
thus, you don't need to enter any target.
***** org-refile: accept a region if transient-mark-mode
***** org-refile: allow you to enter a new item
it will create that and refile under it.  might need to experiment
with different interfaces.
***** org-refile: use ido.el or similar when using path method
or iswitchb or anything.el.  obviously you would not want it
to require such packages, but for those who have them.

Thanks.


_______________________________________________
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>Samuel Wales</dc:creator>
    <dc:date>2008-10-10T19:07:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8484">
    <title>Re: w3m integration for yanking w3m buffers into org</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8484</link>
    <description>

A small follow up to this, possibly related to using emacs 23 I dont
know, but I had some load order issues with the keybinding for the w3m
buffer. The following solved it:

,----
| (eval-after-load "w3m"  '(load "manatee"))
`----

Where "manatee" is the code below.


,----
| ;; Code to integrate the w3m article buffer in gnus with org-mode.
| ;; Kudos to Andy Stewart (ManateeLazyCat on #emacs IRC) for provding
| ;; the code following a request. Can now paste w3m regions showing html
| ;; emails and newsletters directly into org-mode buffers with the URLs
| ;; transformed into org links. There is a default M-w key binding included.
| ;; 
| ;; manatee.el for now prior to any integration.
| ;;
| ;; Oct 2008, rgr.
| 
| (defun w3m-get-buffer-with-org-style ()
|   "Get current buffer content with `org-mode' style.
| This function will encode `link-title' and `link-location' with `org-make-link-string'.
| And move buffer content to lastest of kill ring.
| So you can yank in `org-mode' buffer to get `org-mode' st</description>
    <dc:creator>Richard Riley</dc:creator>
    <dc:date>2008-10-10T14:44:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8483">
    <title>Re: Error about TODO sequence states with 6.09 on Emacs22.1.1</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8483</link>
    <description>

  No. My emacs was using the default org version because my loading sequence was wrong. I changed it to:

(add-to-list 'load-path "~/.emacs.d/org-6.09/lisp")
(require 'org-install)

  instead of:

(add-to-list 'load-path "~/.emacs.d/org-6.09")
(require 'org)

  And it works very well.

  I thought that it would be (require 'org) like in other packages. In fact the problem was that I tried 'org and it WORKED more or less... but it was the old version.

  Thanks for pointing to the problem.


Daniel




_______________________________________________
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>Daniel Clemente</dc:creator>
    <dc:date>2008-10-10T13:22:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8482">
    <title>Re: w3m integration for yanking w3m buffers into org</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8482</link>
    <description>Speaking of email and org, has anyone else experienced problems with
linking to VM mail messages through remember? I have yet to get the
proper email to show up when following the links.

- Chris

Richard Riley writes:

</description>
    <dc:creator>Chris McMahan</dc:creator>
    <dc:date>2008-10-10T12:45:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8481">
    <title>Re: Error about TODO sequence states with 6.09 on Emacs22.1.1</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8481</link>
    <description>

Hi Daniel,

I get that error with the default org version which is 4.67 for me.  If
I change your .emacs to use my git sources it works.

,----
| (add-to-list 'load-path "~/git/org-mode/lisp")
`----

Are you sure you're using the latest org version?

-Bernt


_______________________________________________
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>Bernt Hansen</dc:creator>
    <dc:date>2008-10-10T12:42:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8480">
    <title>Re: install and info</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8480</link>
    <description>

[...]

On Windows, if you use unzip the Emacs binary under C:/ drive, the
info folder is under C:/Emacs-22.3/ as c:/Emacs-22.3/info.


 sivaram
 -- 



_______________________________________________
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>Sivaram Neelakantan</dc:creator>
    <dc:date>2008-10-10T12:22:31</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>
