<?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/8036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8034"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8033"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8032"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8031"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8030"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8029"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8028"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8027"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8026"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8025"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8024"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8023"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8022"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8021"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8020"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8019"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8018"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.orgmode/8017"/>
      </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/8036">
    <title>Re: patch to fix strange key binding bug and to notatecompiler warnings</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8036</link>
    <description>
You will have to change org-orig.el to org.el, of course.


_______________________________________________
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-09-06T19:01:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8035">
    <title>patch to fix strange key binding bug and to notatecompiler warnings</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8035</link>
    <description>The attached patch adds a variable to let you fix key bindings.  It
also provides comments for 2 places where there were compiler
warnings.
_______________________________________________
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-09-06T18:42:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8034">
    <title>Small issues..</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8034</link>
    <description>Hi, 

I found two small issues with org-mode from git.

First one is a typo of org-scheduled.

The second one is that org turns on debug-on-error, not sure if I missed
where it is turned off again.

Tom

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 5c54a8d..3904876 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
&lt; at &gt;&lt; at &gt; -3521,7 +3521,7 &lt; at &gt;&lt; at &gt; FRACTION is what fraction of the head-warning time has passed."
       (cond
        (pastschedp 'org-scheduled-previously)
        (todayp 'org-scheduled-today)
-       (t 'org-schduled)))
+       (t 'org-scheduled)))
 (org-add-props txt props
   'undone-face face
   'face (if donep 'org-done face)
diff --git a/lisp/org.el b/lisp/org.el
index 66ae14d..e465e46 100644
--- a/lisp/org.el
+++ b/lisp/org.el
&lt; at &gt;&lt; at &gt; -12239,7 +12239,6 &lt; at &gt;&lt; at &gt; When a buffer is unmodified, it is just killed.  When modified, it is saved
       (add-text-properties
        (match-beginning 0) (org-end-of-subtree t) pc)))
   (set-buffer-modified-p bmp))))
-    (setq debug-on-</description>
    <dc:creator>Tom Rauchenwald</dc:creator>
    <dc:date>2008-09-06T16:48:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8033">
    <title>Re: org-annotation-helper</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8033</link>
    <description>

I've got something even nicer almost up and running, assuming you like
Quicksilver; assorted scripts to insert links and remember notes from
Safari, Mail, Mutt (Terminal), Skim, Bibdesk, and, to a lesser degree,
any application with an AppleScript dictionary. Call up a remember
buffer or file directly from Quicksilver, as you find
convenient. Basically an extension of org-annotation-helper.

It's currently very much tailored to my workflow, so will require some
editing for others, a fair amount of setting up and is still not documented.

I've got a hideous week ahead; once complete I'll post the scripts
(AppleScript, bash and elisp) in their present crude form.

Best wishes,

Christopher


_______________________________________________
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>Christopher Suckling</dc:creator>
    <dc:date>2008-09-06T16:19:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8032">
    <title>org-annotation-helper</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8032</link>
    <description>Has anyone managed to get org-annotation-helper to work with Firefox 3
on Mac OSX Leopard?

I'm asking because I have the shell script in, working with emacs and
remember (from the shell), but when I try to invoke the remember links
from Firefox I get only the "protocol (remember) isn't associated with
any program" error.  This is known to occur when FF can't find the
program file, but AFAICT FF should be able to find the program file ---
I took the network.protocol-handler.app.remember preference value,
copied it into the shell, gave it a url, and it worked fine.

So there seems to be either

1.  something I'm not getting about how to define a ff protocol extension or

2.  something I don't get about invoking a shell script from FF in this
environment (rejected as a security hole in the latest FF?  Busted for
some reason under Mac OSX?).

If anyone has experience with this with the Mac, I'd be incredibly
grateful for any enlightenment.  For that matter, if anyone could even
tell me how I might get some trac</description>
    <dc:creator>Robert Goldman</dc:creator>
    <dc:date>2008-09-04T21:06:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8031">
    <title>orgstruct requirements</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8031</link>
    <description>Starting with a vanilla emacs 22 installation, what do I need to be able to run orgstruct-mode?

It is available to me if I've ran org-mode previously within the emacs session, but until then I can't run M-x orgstruct-mode.  Is there something I can (require '?) in my .emacs file to give me access to orgstruct-mode?

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>ejonesca&lt; at &gt;yahoo.com</dc:creator>
    <dc:date>2008-09-04T20:51:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8030">
    <title>Re: Bug: Angle brackets in org-time-stamp-format loses inhtml export</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8030</link>
    <description>for me it's the other way around, I can never remember how it
works, and insert it automatically -- especially the export line

    Carsten&gt; Hi Raman, On Sep 6, 2008, at 12:28 AM, raman wrote:
    Carsten&gt; 
    &gt;&gt; Thanks, another org-export irritant: could we lose the "#+
    &gt;&gt; insert some descriptive text here" line from the default
    &gt;&gt; template?
    Carsten&gt; 
    Carsten&gt; We could, but the "template" is not really meant as
    Carsten&gt; a template, but more as a reminder of al the
    Carsten&gt; possibilities for that type of configuration.  I
    Carsten&gt; myself hardly ever insert the template - only when I
    Carsten&gt; have forgotten how things work.
    Carsten&gt; 
    Carsten&gt; - Carsten

</description>
    <dc:creator>T. V. Raman</dc:creator>
    <dc:date>2008-09-06T12:40:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8029">
    <title>Multiple timestamps</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8029</link>
    <description>Greetings list,

I had the idea to use multiple timestamps for an event to remind me some 
months before (or is there another/better way to do that?). It works 
fine, and the event is entered at both dates. However, the other 
timestamp is always shown in the agenda view in the event text (like 
this: Someone marries. &lt;Date&gt;).

Is it possible to remove all timestamps from the text when showing the 
event?

Regards,
Jan Seeger


_______________________________________________
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>Jan Seeger</dc:creator>
    <dc:date>2008-09-06T12:03:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8028">
    <title>Re: Bug: Angle brackets in org-time-stamp-format loses inhtml export</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8028</link>
    <description>Hi Raman,

On Sep 6, 2008, at 12:28 AM, raman wrote:


We could, but the "template" is not really meant as a template, but  
more as a reminder of al the possibilities for that type of  
configuration.  I myself hardly ever insert the template - only when I  
have forgotten how things work.

- 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-09-06T07:21:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8027">
    <title>Re: Bug: Angle brackets in org-time-stamp-format loses inhtml export</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8027</link>
    <description>Thanks, another org-export irritant: could we lose the "#+ insert some
descriptive text here" line from the default template?


_______________________________________________
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>raman</dc:creator>
    <dc:date>2008-09-05T22:28:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8026">
    <title>Re: protecting ascii art</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8026</link>
    <description>
On Aug 26, 2008, at 2:26 AM, William Henney wrote:


This is a very good idea that fits right into the functionality of the
"C-c '" command, so I have added it there.  If you now press "C-c '" in
a region of lines starting with a colon, you get to edit this region in
artist-mode.  Also, if you press these keys in an empty line, a new
drawing is created.

I always wanted to have drawing in some way and even did some  
experiments
years ago - but I did not know of artist-mode.

Thanks for the ideas!

- Carsten

P.S. I believe that also the strikethrough problem is fixed by now.




_______________________________________________
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-09-05T21:58:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8025">
    <title>Re: Bug: Angle brackets in org-time-stamp-format loses inhtml export</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8025</link>
    <description>Yes, now  see what you mean.  This is a bug, fixed now.

Thanks!

- Carsten

On Sep 5, 2008, at 3:42 PM, T. V. Raman 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-09-05T21:01:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8024">
    <title>How to get a clock table without the file level?</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8024</link>
    <description>Sorry for the repost (original of 8/8), but I have been looking for an  
answer in the manual, as well as in the sources and I really don't  
dare to touch anything down there...


Is it possible to build a clocktable with the agenda as scope, but  
summing up all times per headline level, and not per file. Some files  
have the same level 1 entries, and these should be summed up.

E.g.:

A.org:
* REQD
** task 1
** task 2

B.org:
* Todo
** task 1

C.org:
* REQD
* task 3


The current clocktable create blocks per file:

#+BEGIN: clocktable :maxlevel 4  :scope agenda :block thisweek :step  
week

Weekly report starting on: &lt;2008-08-04 Mon&gt;
| File  | L | Headline            | Time   |      |
|-------+---+---------------------+--------+------|
|       |   | *Total time*        | *0:40* |      |
|-------+---+---------------------+--------+------|
| A.org |   | *File time*         | *0:10* |      |
| A.org | 1 | REQD                | 0:10   |      |
| A.org | 2 | task 1              |        | 0:05 |
| A.org | 2 |</description>
    <dc:creator>Peter Frings</dc:creator>
    <dc:date>2008-09-05T14:47:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8023">
    <title>R: How does prompt work for remember templates?</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8023</link>
    <description>--- Ven 5/9/08, Yann Tambouret ha scritto:
[...]

You shall type the first letter: "O", then hitting TAB:
the word "OUT" will appear

cheers,

Giovanni

__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 



_______________________________________________
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>Giovanni Ridolfi</dc:creator>
    <dc:date>2008-09-05T14:44:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8022">
    <title>Graphical Line in File</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8022</link>
    <description>This is a really (*really*) trivial problem, but one that I've seen many
times, is annoying, and I wonder if anyone knows an easy fix.

I'll get these long lines (not text just some graphical artifact) off
the left of comments. See image attached.

The line goes away if:
  * Change to text mode
  * Change to nxml-mode
  * Or if I "hunt-and-peck" to remove a character:

  The "/" changed to "x" fixes it here:
#  _                   _
# | |__   _____      _| |_ ___     __ _  ___ _ __   _____   ____ _
# |  _ \ / _ \ \ /\ / / __/ _ \   / _` |/ _ \ '_ \ / _ \ \ / / _`
|________
# | | | | (_) \ V  V /| || (_) | | (_| |  __/ | | |  __/\ V / (_| |
# |_| |_|\___/ \_/\_/  \__\___/   \__, |\___|_| |_|\___| \_/ \__,_|
#                                 |___/
#  _                   _
# | |__   _____     _| |_ ___     __ _  ___ _ __   _____   ____ _
# |  _ \ / _ \ \ x\ / / __/ _ \   / _` |/ _ \ '_ \ / _ \ \ / / _` |
# | | | | (_) \ V  V /| || (_) | | (_| |  __/ | | |  __/\ V / (_| |
# |_| |_|\___/ \_/\_/  \__\___/   \__, |</description>
    <dc:creator>Parker, Matthew</dc:creator>
    <dc:date>2008-09-05T14:36:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8021">
    <title>How does prompt work for remember templates?</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8021</link>
    <description>Hi,

I'd like to use the %^{prompt} option in a remember template, and I'd 
like to have optional defaults. I thought this was done like so:
%^{Where|WORK|HOME|OUT}

but when I use the template I get:

Where [WORK] :

If I press the up arrow once I get "HOME" or the down arrow once I get 
"WORK". If I press either arrow a second time, I get:

End (Beginning) of history; no next (previous) item

Where () is for up twice, and no () is for down twice.

In other words, I never see the "OUT" option. What am I misunderstanding 
about the %^{prompt|default|completion2|completion3...} syntax?

Thanks,

Yann



_______________________________________________
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>Yann Tambouret</dc:creator>
    <dc:date>2008-09-05T14:13:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8020">
    <title>Re: Undoing from Org Done Notes</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8020</link>
    <description>
Thanks for the explanation.  I can see how this would be bad, and would 
resort to work arounds like having to mark the buffers with the commands 
that spawned them!  It's clearly not as simple a request as I thought.


Yes, I guess it is.  Though a check for an empty buffer (bar the 
comments) could effectively fold this behaviour into C-c C-c.


Not a problem; and thanks again for your explanation! :-)

R.




_______________________________________________
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>Rick Moynihan</dc:creator>
    <dc:date>2008-09-05T14:10:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8019">
    <title>Bug: Angle brackets in org-time-stamp-format loses in html export</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8019</link>
    <description>org.el has the following definition:

(defconst org-time-stamp-formats '("&lt;%Y-%m-%d %a&gt;" . "&lt;%Y-%m-%d %a %H:%M&gt;")
  "Formats for `format-time-string' which are used for time stamps.
It is not recommended to change this constant.")

The above loses when you use org-insert-export-options-template
and then create HTML --
the #+ date: line ends with  angle brackets around the date, and
these eventually land up in the meta tag  within an attribute
value.

The problem here is of course brain-dead html/sgml/xml which
doesn't like angle brackets in attribute values.

</description>
    <dc:creator>T. V. Raman</dc:creator>
    <dc:date>2008-09-05T13:42:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8018">
    <title>Re: protecting ascii art</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8018</link>
    <description>My mistake, this is indeed also broken under GNU Emacs.  I had turned  
off strikethrough emphasis, that is why it looked OK for me.

- Carsten

On Sep 5, 2008, at 9:05 AM, Carsten Dominik 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-09-05T11:24:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8017">
    <title>Re: Undoing from Org Done Notes</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8017</link>
    <description>
On Sep 5, 2008, at 11:49 AM, Rick Moynihan wrote:


Hi Rick,

this is a good proposal.  However, the way the note-recording process  
is implemented (using a post-command-hok) makes me worry that after  
finishing the note it may not be guarantied to be returned to the  
correct buffer, in which case the undo might have undesired results.   
Also, the note taking mechanism is not only used after state changes,  
but can also be triggered by a clocking event, or by a command from  
the agenda.  In these cases, the undo would definitely be unwanted,  
while you still want to be able to abort the note.

Also, I believe that C-c C-k is useful as it is, because it aborts  
inserting the note but leaves the new state.  I use it when I have  
switched the state correctly into a state the request a note, but I do  
not want to record a note.

So I guess you are stuck with writing your own little function... :-)

- Carsten




_______________________________________________
Emacs-orgmode mailing list
Remember: use `</description>
    <dc:creator>Carsten Dominik</dc:creator>
    <dc:date>2008-09-05T10:06:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.orgmode/8016">
    <title>Re: Undoing from Org Done Notes</title>
    <link>http://permalink.gmane.org/gmane.emacs.orgmode/8016</link>
    <description>Hi Carsten,

I'll give Bernt's suggestion a try, and hopefully this will happen a lot 
less.  I am quite fond of the sequence shifting keys though, so we'll 
see how I get on.

Rather than re-defining undo, which I can see might cause problems. 
Would it be possible to add an extra command into that buffer (perhaps 
on C-c u) that was essentially a keyboard macro for this simple sequence?

C-c C-k
C-_

I've just tried a defining a macro for this, and it appears to work. 
Would having the following display be a good idea?

# Insert note for closed todo item.
# Finish with C-c C-c, cancel with C-c C-k, or restore the todo item
# to it's previous state with C-c u.

Thinking about this now, is there ever a time when you want to C-c C-k 
and not undo the state change??  For me, this would seem to be a better 
behaviour, but then I'm probably missing something.

Thanks again for your tireless work,

R.

Carsten Dominik wrote:



_______________________________________________
Emacs-orgmode mailing list
Remember: u</description>
    <dc:creator>Rick Moynihan</dc:creator>
    <dc:date>2008-09-05T09:49:00</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>
