Re: [O] Problem with hourly repeater

2012-10-10 Thread Martin Pohlack
7.9.2 (release_7.9.2-424-g0ccf65 @ and GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of 2012-10-04 on dex, modified by Debian Anyone else see this? Memnon -- Martin Pohlack, AMD Operating System Research Center martin.pohl...@amd.com, Tel. +49 351 448356721, www.amd64

Re: [O] new tag query parser [1/5] -- the motivating issues

2012-08-18 Thread Martin Pohlack
Hi Christopher, If I understand your descriptions correctly, your proposed changes are very cool. Could you elaborate a little bit on performance? * Are we going to see speedups? In what cases? How much? * If we lose performance, could you quantify that a bit with some examples? A question

Re: [O] Using org-mode as day planner

2012-08-13 Thread Martin Pohlack
On 12.08.2012 17:48, John Hendy wrote: On Sat, Aug 11, 2012 at 4:34 AM, Bastien b...@gnu.org wrote: Hi John, John Hendy jw.he...@gmail.com writes: Date trees are the obvious way to be able to do this, but they don't have any of the neat search functionality that I know of. Can you

[O] bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2012-07-03 Thread Martin Pohlack
On 03.07.2012 11:57, Toby Cubitt wrote: On Mon, Jul 02, 2012 at 08:51:48AM +0200, Martin Pohlack wrote: I'm still not entirely convinced that the boundary discarding logic in org-self-insert-command is correct. For example, if I do the following: 1. Type some text at some location in an org

[O] bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2012-07-03 Thread Martin Pohlack
On 25.06.2012 13:35, Toby Cubitt wrote: On Sun, Jun 24, 2012 at 11:52:41PM +0200, Toby Cubitt wrote: On Sun, Jun 24, 2012 at 11:39:08PM +0200, Bastien wrote: Hi Toby, Toby Cubitt ts...@cantab.net writes: For some unknown reason, org-mode is causing the undo boundary between the (2 . 4) and

[O] bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2012-07-02 Thread Martin Pohlack
Hi Toby, On 25.06.2012 13:35, Toby Cubitt wrote: On Sun, Jun 24, 2012 at 11:52:41PM +0200, Toby Cubitt wrote: On Sun, Jun 24, 2012 at 11:39:08PM +0200, Bastien wrote: Hi Toby, Toby Cubitt ts...@cantab.net writes: For some unknown reason, org-mode is causing the undo boundary between the

Re: [O] Compose emails in ogr, but send them via thunderbird?

2012-04-05 Thread Martin Pohlack
On 05.04.2012 11:33, Rainer M Krug wrote: id definitely does. I have implemented it and am playing at the moment with the external editor (combined with the message-mode and the get_address.sh script) and it looks quite nice at the moment. Here is a link to external editor: *

Re: [O] Date-tree navigation question

2012-03-09 Thread Martin Pohlack
Hi Robert, Not sure what you want to do after opening but I have some code that extracts a time range out of a date tree. Maybe you can reuse the searching parts ... Cheers, Martin -- (defun

[O] org-remember - org-capture: % functionality

2012-02-03 Thread Martin Pohlack
Hi, org-remember templates could contain a % to jump to target location immediately after storing note. I can't find a similar thing for org-capture. Is there a trick / official way to achieve a similar effect with org-capture? I like to tweak some entry in their context after capturing.

Re: [O] org-remember to org-capture

2012-01-28 Thread Martin Pohlack
Hi Bastien, thanks for your reply. On 28.01.2012 17:00, Bastien wrote: Hi Martin, Martin Pohlack m...@os.inf.tu-dresden.de writes: I am in the process of switching from org-remember to org-capture. Possibly useless hint: M-x org-capture-import-remember-templates RET Yes thanks

[O] org-remember to org-capture

2012-01-27 Thread Martin Pohlack
Hi, I am in the process of switching from org-remember to org-capture. I used a custom function with org-remember to capture into a host-specific sub-tree under * Inbox in order to minimize git merge conflicts between my machines. My tree typically looks like this: * Inbox *** Inbox:host1

Re: [O] [PATCH] Implement priority inheritance for agenda views.

2011-11-21 Thread Martin Pohlack
Hi All, On 26.05.2011 14:21, Michael Hohmuth wrote: * lisp/org.el (org-use-prio-inheritance): New customizable for using priority inheritance in agenda views. Defaults to off (org-get-priority-char): Factored out from org-get-priority. Return priority token from headline, defaulting to an

Re: [Orgmode] How to align tag to the right margin

2010-12-07 Thread Martin Pohlack
On 07.12.2010 21:48, Chao LU wrote: Hi Eric, Yes, it works, by (setq org-tags-column 90). But new question arise, it does not apply to the tags which have already been there (only new tags after the modification of the alignment number), so how could I get all the tags updated?

Re: [Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-15 Thread Martin Pohlack
On 14.09.2010 19:06, Andrew J. Korty wrote: This patch adds hour and minute granularity to repeaters. Let me know if there's interest in incorporating it, and I'll start the FSF paperwork process. There was a related discussion here:

Re: [Orgmode] Backspacing into folded items

2010-09-03 Thread Martin Pohlack
Hi Bastien On 03.09.2010 02:02, Bastien wrote: Hi Martin, Martin Pohlackm...@os.inf.tu-dresden.de writes: * You could add a modification hook to all hidden areas to unfold them on modification, or * You could set the read-only property for all hidden areas. This could be setup at the

Re: [Orgmode] Backspacing into folded items

2010-08-25 Thread Martin Pohlack
Hi David, On 25.08.2010 11:22, David Abrahams wrote: I've gotten myself in trouble several times today by backspacing after an org-link that ends a headline. That's a typical pattern for editing an org-link, right? Well it turns out that if the item is folded, then the backspace writes over

Re: [Orgmode] Re: skip entry with inherited tags

2010-08-16 Thread Martin Pohlack
Hi Carsten, [...] The internal logic of the filter and the preset filter is such that it applies to the entire view, and you should not set in the local options for a command that is part of a block agenda view. Well, it is already partly there in that local filters are stored in text

Re: [Orgmode] Re: skip entry with inherited tags

2010-08-04 Thread Martin Pohlack
Hi Carsten, On 22.07.2010 09:38, Carsten Dominik wrote: Hi Martin, On Jul 21, 2010, at 4:32 PM, Carsten Dominik wrote: Hi Martin, I just looked at your patch. If I have a normal agenda (i.e. *not* a block agenda), then your patch will cause the preset filter *not* to be applied.

Re: [Orgmode] Re: skip entry with inherited tags

2010-07-13 Thread Martin Pohlack
Hi Carsten, On 13.07.2010 13:49, Carsten Dominik wrote: Sorry for taking so much time for this. I am still holding the patch because I have an almost unconscious itch that something is wrong with it. I cannot say what exactly it is (if anything). The logic of what needs to be done when in

Re: [Orgmode] Re: skip entry with inherited tags

2010-07-13 Thread Martin Pohlack
Hi Carsten and Matt, On 13.07.2010 20:48, Carsten Dominik wrote: On Jul 13, 2010, at 7:41 PM, Martin Pohlack wrote: Hard to respond to this vague situation :-). It would be great if you could point me at more specific situations that might break or if others could test the patch. I have

Re: [Orgmode] Re: skip entry with inherited tags

2010-07-07 Thread Martin Pohlack
Hi Carsten, On 04.06.2010 14:11, Martin Pohlack wrote: On 04.06.2010 13:27, Carsten Dominik wrote: Hi Martin, maybe you can summarize this discussion so that I can see when should be done? Thanks. * org-agenda-filter-preset is ignored for multi-part agendas (broken) * I have a patch

Re: [Orgmode] Question: org-remember and level1 target headline [resent]

2010-06-22 Thread Martin Pohlack
On 22.06.2010 15:38, Martin Pohlack wrote: Is there documentation for migrating from org-remember or will there be once org-capture shows up in the manual? Never mind the question, I just saw the exhaustive other mail describing org-remember :-). Cheers, Martin

Re: [Orgmode] Question: org-remember and level1 target headline [resent]

2010-06-22 Thread Martin Pohlack
On 22.06.2010 14:54, Carsten Dominik wrote: Hi Martin, I am rejecting this patch, but only because because I think this issue is taken care of in org-capture.el Let me know if you do not agree. The documentation for outline path looks promising. Even header paths are supported -- nice!

Re: [Orgmode] Both todo and tag search

2010-06-18 Thread Martin Pohlack
Hi, On 18.06.2010 06:40, Chao Lu wrote: For the custom agenda command, is it possible to define a search performing both todo and tag search, for example, the items whose todo state is ACTIVE, and the context(defined by tag) is Office? Yes, that should be possible. These two threads may

Re: [Orgmode] Re: skip entry with inherited tags

2010-06-04 Thread Martin Pohlack
On 04.06.2010 13:27, Carsten Dominik wrote: Hi Martin, maybe you can summarize this discussion so that I can see when should be done? Thanks. * org-agenda-filter-preset is ignored for multi-part agendas (broken) * I have a patch that fixes this by applying filtering for each sub-part * The

[Orgmode] Re: skip entry with inherited tags

2010-06-03 Thread Martin Pohlack
Hi All, I finally found some hours to walk through the code. On 18.05.2010 19:25, Matt Lundin wrote: Martin Pohlack m...@os.inf.tu-dresden.de writes: Hi, On 18.05.2010 09:42, Matthias Teege wrote: Moin, I'm using a simple skip-function to exclude todos from a list. (defun my-skip

[Orgmode] [PATCH] add modification hook for inline images

2010-06-01 Thread Martin Pohlack
Hi, this patch adds a modification hook to remove inline-image overlays if the underlying text is modified. This prevents blind editing of text behind images. Cheers, Martin Pohlack diff --git a/lisp/org.el b/lisp/org.el index 62131be..5a00236 100644 --- a/lisp/org.el +++ b/lisp/org.el

Re: [Orgmode] Question: org-remember and level1 target headline [resent]

2010-05-27 Thread Martin Pohlack
[resending to get into the patch tracker] Hi, On 15.05.2010 08:42, Carsten Dominik wrote: On May 14, 2010, at 5:42 AM, Samuel Wales wrote: On 2010-05-13, Martin Pohlackm...@os.inf.tu-dresden.de wrote: Is there interest to define remember targets via paths or via ID? ID would be useful, I

Re: [Orgmode] Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread Martin Pohlack
the past? Currently I'm not seeing any patches at: http://patchwork.newartisans.com/project/org-mode/list/ Do I have to log in to see any? Cheers, Martin Pohlack ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs

Re: [Orgmode] Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread Martin Pohlack
On 21.05.2010 11:59, John Wiegley wrote: On May 21, 2010, at 5:28 AM, Martin Pohlack wrote: Currently I'm not seeing any patches at: http://patchwork.newartisans.com/project/org-mode/list/ Try: http://patchwork.newartisans.com/project/org-mode/list/?state=*archive=both Ah thanks. I

Re: [Orgmode] skip entry with inherited tags

2010-05-18 Thread Martin Pohlack
Hi, On 18.05.2010 09:42, Matthias Teege wrote: Moin, I'm using a simple skip-function to exclude todos from a list. (defun my-skip-someday-and-scheduled () (org-agenda-skip-entry-if 'scheduled 'regexp :SOMEDAY:)) That works when the tag was assigned to an entry but not when it was

Re: [Orgmode] Question: org-remember and level1 target headline

2010-05-18 Thread Martin Pohlack
Hi, On 15.05.2010 08:42, Carsten Dominik wrote: On May 14, 2010, at 5:42 AM, Samuel Wales wrote: On 2010-05-13, Martin Pohlackm...@os.inf.tu-dresden.de wrote: Is there interest to define remember targets via paths or via ID? ID would be useful, I think. ID certainly - path could be useful

Re: [Orgmode] Question: org-remember and level1 target headline

2010-05-13 Thread Martin Pohlack
Hi, interest in this problem was indicated to me in private mail, so let my sum up my findings so far. I walked through the code in org-remember.el:org-remember-handler. There seems to be no support for path traversal for the non-interactive case. The first headline matching is found

Re: [Orgmode] Question: org-remember and level1 target headline

2010-05-11 Thread Martin Pohlack
Let my rephrase the question. How do I specify the target for a org-remember template such that new entries become children of b: * a ** b *** new entry If I specify a/b, a new node named a/b is created * a ** b * a/b ** new entry Cheers, Martin

[Orgmode] Question: org-remember and level1 target headline

2010-05-10 Thread Martin Pohlack
Hi all, to practically prevent merge conflicts between the different machines that I use I want to capture new items not directly under the global Inbox headline, but under Inbox/$HOSTNAME. For example, I often capture new items on my desktop and my notebook and later sync. The new items will

Re: [Orgmode] Flyspell highlighting (again)

2010-04-06 Thread Martin Pohlack
On 06.04.2010 19:05, Ivan Vilata i Balaguer wrote: Here Matthew Lundin reported Flyspell highlighting URL components: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg14029.html The issue should be fixed according to the thread, but URLs like http://example.com/foo_blarghaa still cause

Re: [Orgmode] A testing framework

2010-03-21 Thread Martin Pohlack
Hi Carsten, all, On 21.03.2010 08:26, Carsten Dominik wrote: we had an earlier threads about testing frameworks: http://orgmode.org/worg/org-tests/index.php http://thread.gmane.org/gmane.emacs.orgmode/8759/focus=8775 http://thread.gmane.org/gmane.emacs.orgmode/8743/focus=8743 Very

[Orgmode] A testing framework (was: Testing)

2010-03-19 Thread Martin Pohlack
wild-card representation for the timestamps in order to make the equality comparison portable. This problem is currently solved by filtering the output and comparing generalized output. Please have a look at the framework here: http://github.com/martinp26/org-mode-test Cheers, Martin Pohlack

[Orgmode] Testing

2010-03-01 Thread Martin Pohlack
there anyways :-). What do you guys think? Cheers, Martin Pohlack ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Partial tags match in custom agenda?

2010-01-14 Thread Martin Pohlack
Hi Paul, Paul Mead wrote: Hi I have a convention in my org file which uses @name as a gtd-type 'agenda' item, so if an action is related to Liz, I tag it with @liz for example. Is there any way of matching that '@' in setting up a custom agenda view? I'd like if possible to have a

[Orgmode] Bug: Not on a heading seen on indenting headlines with an indented list as content [6.34]

2010-01-11 Thread Martin Pohlack
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Bug: Not on a heading seen on indenting headlines with an indented list as content [6.34]

2010-01-11 Thread Martin Pohlack
this. Could you please try to create a minimal setup with a minimum configuration? Thanks. - Carsten On Jan 11, 2010, at 10:16 AM, Martin Pohlack wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report

Re: [Orgmode] Smart(er) word wrapping with org-mode and visual-line-mode

2010-01-10 Thread Martin Pohlack
Hi Carsten and Matthew, On 08.01.2010 18:24, Carsten Dominik wrote: On Jan 6, 2010, at 4:25 PM, Martin Pohlack wrote: I just tried this out (only for headlines up to now) and it seems to work great. Are there any plans to integrate something like this into upstream? Especially the wrapping

Re: [Orgmode] Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis

2009-12-14 Thread Martin Pohlack
Hi Carsten, On 14.12.2009 17:27, Carsten Dominik wrote: i can follow your arguments and would like to improve this. What I do not understand yet is this: I was under the impression that normally, there is only a single display table in Emacs, and that is the global one and every buffer

Re: [Orgmode] Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis

2009-12-04 Thread Martin Pohlack
Carsten Dominik wrote: On Dec 3, 2009, at 10:34 PM, Martin Pohlack wrote: Carsten Dominik wrote: Hi Martin, this looks to me like a bug in whitespace.el, why does it override the display table org-mode is using? Hmm, my understanding is that each buffer can have its own display table

Re: [Orgmode] Org and git blame integration?

2009-12-03 Thread Martin Pohlack
: message/string or file:line:col: message/string You could call the script from a compile buffer (M-x compile). In this buffer, this kind of output is linked back to the original files and you could iterated over the found lines. Cheers, Martin Pohlack

Re: [Orgmode] Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis

2009-12-03 Thread Martin Pohlack
Carsten Dominik wrote: Hi Martin, this looks to me like a bug in whitespace.el, why does it override the display table org-mode is using? Hmm, my understanding is that each buffer can have its own display table, buffer-display-table. whitespace-mode has to modify this table (or install an

[Orgmode] Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis

2009-12-02 Thread Martin Pohlack
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis

2009-12-02 Thread Martin Pohlack
(sorry for the resent, this time with minimal init.test.el) Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the

Re: [Orgmode] scheduling: reschedule on hourly basis

2009-11-28 Thread Martin Pohlack
Hi Patrick, Patrick Drechsler wrote: Hi, is it possible to reschedule on an hourly basis? * TODO foo SCHEDULED: 2009-11-27 Fr ++2h Maybe even something like every 2h between 8:00 and 17:00? You may want to look at this thread:

Re: [Orgmode] Org-mode for diary writing

2009-11-18 Thread Martin Pohlack
Hi T o n g, T o n g wrote: I found people are using org-mode for diary writing in recent mlist archive, but wasn't able to find such tutorials. Anyone can enlighten me with such tutorial, which is for org-mode newbies and focusing on how to make most use of applicable org-mode features,

Re: [Orgmode] Best way to implement Keywords feature

2009-11-10 Thread Martin Pohlack
Hi All, Martin Pohlack wrote: Alan E. Davis wrote: In some cases, a single headword entry can relate to a large number of topics. I have tried dealing with longer tag lists: automatic adjustment of tags column (on this list a little utility was posted: org-adjust-tags-column-reset-tags. I

Re: [Orgmode] (Possible Feature Request) Hiding Tags in Agenda View/Implementing Contexts in Org

2009-10-08 Thread Martin Pohlack
, for example, if the tag information would be redundant due to information provided by the whole agenda (work agenda - don't show :@work:). Note that I cannot easily disable tag inheritance in my setup as I use it also for propagating the :maybe: tag to descendants of projects. Cheers, Martin Pohlack

[Orgmode] Unhiding edited areas

2009-07-30 Thread Martin Pohlack
steps. For interactive search, the area around point is unfolded incrementally. Is there a way to always show the area where edits are done? Cheers, Martin Pohlack ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] Unhiding edited areas

2009-07-30 Thread Martin Pohlack
Hi Samuel, Samuel Wales wrote: Hi Martin, This is a huge issue.[1] Here is what I do to try to work around it. I use git, to limit the damage from confusion. Yes, this or a versioning filesystem is probably advisable. I expand the entire buffer if I think I am about to be confused.

Re: [Orgmode] Strange hiccups when running in server (also: Folding stops working)

2009-07-29 Thread Martin Pohlack
Martin Pohlack wrote: Sorry for the noise. A local package globally modified outline-heading-end-regexp which broke folding via outline-mode. It wasn't a local package after all: simple-wiki.el is to blame here. It globally modifies outline-regexp and outline-heading-end-regexp. For those

[Orgmode] Problem with org-refile

2009-07-27 Thread Martin Pohlack
was a moving of the cursor. After I choose the refile target, not the item of my original cursor position was refiled but the one where I scrolled to. I suggest to use the cursor position at the time of invoking org-refile, not the one at the time of completing the target prompt. Cheers, Martin Pohlack

Re: [Orgmode] Strange hiccups when running in server

2009-07-07 Thread Martin Pohlack
Sorry for the noise. A local package globally modified outline-heading-end-regexp which broke folding via outline-mode. Cheers, Martin ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
, it loses the warning period (-1h) and the recurrence markup (+1w). Marking it as done again, will finally mark it as done. Org-version reports 6.21b. Cheers, Martin Pohlack ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
Tassilo Horn wrote: Martin Pohlack m...@os.inf.tu-dresden.de writes: Hi Martin, I have problems with the following recurring timestamp: -- * TODO test3 DEADLINE: 2009-07-07 Di 15:00 +1w -1h

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
Carsten Dominik wrote: On Jul 6, 2009, at 11:53 AM, Martin Pohlack wrote: Tassilo Horn wrote: Martin Pohlack m...@os.inf.tu-dresden.de writes: Hi Martin, I have problems with the following recurring timestamp: -- * TODO

Re: [Orgmode] Re: Problem with recurring timestamps

2009-07-06 Thread Martin Pohlack
and the scheduled item, they will both be kicked forward when you mark the entry done. Ahh, this solves my problem, thanks. I didn't know they were completed in one step. Cheers, Martin Pohlack PS.: There is only this little symmetry itching thing left

[Orgmode] Strange hiccups when running in server

2009-07-06 Thread Martin Pohlack
part. Anyway, please find the traces attached. I'm not sure if this is a sensible approach to debugging this problem. How would you go about this? Cheers, Martin Pohlack implement-debug-on-entry() * (org-load-modules-maybe) * (when (or force (not org-modules-loaded)) (mapc (lambda ... ...) org

Re: [Orgmode] [Patch] Add another bullet type (→)

2009-03-16 Thread Martin Pohlack
Carsten Dominik wrote: On Mar 16, 2009, at 2:04 AM, Daniel Clemente wrote: [...] However, I have done it always like this: - Topic - Fact 1 - Fact 2 - → Conclusion This is, actually, a much better idea, so let's not go there and make the item bullets configurable. It

[Orgmode] [Patch] Add another bullet type (→)

2009-03-13 Thread Martin Pohlack
Hi All, I tend to use a right arrow (→, U2192) from time to time in plain lists to separate normal item from conclusions / next actions etc.: - Topic - Fact 1 - Fact 2 → Conclusion I would appreciate it if org-mode could support this type of bullet point. The attached patch

[Orgmode] undo grouping

2009-02-25 Thread Martin Pohlack
Hi All, I hacked together a small workaround for the ungrouped undo-list entries (undo works only characterwise in org-mode, but usually chunks together several key strokes in, e.g., text-mode). I have this piece of code in my emacs startup script.

[Orgmode] undo grouping

2009-02-25 Thread Martin Pohlack
[resent, as the previous attempts didn't make it to the list ...] Hi All, I hacked together a small workaround for the ungrouped undo-list entries (undo works only characterwise in org-mode, but usually chunks together several key strokes in, e.g., text-mode). I have this piece of code in my

Re: [Orgmode] undo grouping

2009-02-25 Thread Martin Pohlack
[...] (undo works only characterwise in org-mode, but usually chunks together ^ emacs several key strokes in, e.g., text-mode). ___ Emacs-orgmode mailing list Remember: use `Reply All' to send