[O] C-u C-c C-q bug (I presume)

2012-03-04 Thread François Pinard
Hi, Org maintainers. For a long while, I've been redoing C-u C-c C-q from time to time for realigning tags, not understanding why or when they stop to be aligned. I just got a clue. I'm not sure it covers everything, but at least, it is a start and seems reproducible here. If I do C-u C-c C-q,

[O] bug/feature request: refiling and creation of non-existing nodes

2012-03-04 Thread Arun Persaud
Hi I often use refile to move nodes around in my org-file. I recently learned about org-refile-allow-creating-parent-nodes, but it seems to be limited to one level, e.g. if I have set the variable to t and have the following tree * A * to refile I can move the second node to A/ or A/B/ but not

[O] [PATCH] org-clock-modify-effort-estimate: display a message when no clock is active

2012-03-04 Thread Adam Spiers
--- lisp/org-clock.el | 57 +++-- 1 files changed, 29 insertions(+), 28 deletions(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 9206608..1613f77 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -563,39 +563,40 @@ previous cl

[O] [PATCH] Fix typos

2012-03-04 Thread Adam Spiers
--- lisp/org-agenda.el |2 +- lisp/org-list.el |2 +- lisp/org.el|2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 4efb332..7b4bc04 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -408,7 +408,7 @@ w

[O] my setup for "remember the milk" (one way import to org-mode via org-feed.el)

2012-03-04 Thread Arun Persaud
Hi I recently needed to add entries from "remember the milk"(RTM)[1] to my org files... I found a script that converts to an orgfile[2], but also the standard org-feed.el that can handle atom feeds. I played around a bit with the latter and came up with the functions below that parse the atom feed

[O] [PATCH] Fix (wrong-type-argument integer-or-marker-p nil) in org-agenda-get-todos.

2012-03-04 Thread Adam Spiers
org-get-category can sometimes invoke org-refresh-category-properties which can perform a re-search-forward which destroys the existing match data. When called from org-agenda-get-todos, this can result in its subsequent call to (match-beginning 2) to return nil, which when passed as the first par

Re: [O] optimisation of org-notify

2012-03-04 Thread Peter Münster
On Sun, Feb 26 2012, Peter Münster wrote: > On Sun, Feb 26 2012, Nick Dokos wrote: > >> So orgntf-todo-list takes the lion's share of the time but >> most of it is the 15 calls to org-element-parse-buffer > > Ok, then I could process only one file at a time. This would divide the > processing time

Re: [O] [PATCH] org-agenda-list (from git) giving "args-out-of-range error"

2012-03-04 Thread Karl Fogel
David Maus writes: >I pushed the fix with some small cleanup of the commit >message. Somehow the patchtracker included the mailbody in the commit >message. Thank you! FWIW, I used 'git format-patch' to generate the patch; not sure if that had anything to do with the resulting patchtracker behavi

Re: [O] Selectively export RESULTS

2012-03-04 Thread Sebastien Vauban
Hi Achim, Achim Gratz wrote: > "Sebastien Vauban" writes: >> Not sure to understand why you would prefer to have something that you just >> wrote not taken into account, unlike one would expect? > > Because I might not have finished editing that part and just moving the > cursor away from that li

[O] Small patch for pw client, fix typo in error message

2012-03-04 Thread David Maus
Hi, Not sure what the commit policy for the pw client in UTITLITES is, so this patch first over the list: It fixes a confusing typo in an error message. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de From ad7d01046cd08675fd95a266b1397e6c2

[O] Possible bug in parsing / clarification of syntax

2012-03-04 Thread Simon Thum
Hi all, I have found some irritating behaviour, potentially a bug. I have a block agenda which goes like: tags-todo "@home&TODO=\"TODO\" and it displays a certain org line that reads TODO_ state triggers Which is just a heading for dealing with TODO state triggers, and I appended the

Re: [O] [PATCH] org-agenda-list (from git) giving "args-out-of-range error"

2012-03-04 Thread David Maus
Hi Karl, At Wed, 29 Feb 2012 13:45:05 -0600, Karl Fogel wrote: > > [1 ] > Nick Dokos writes: > >Exactly what you've done: send the patch to the list. > > > >Modulo possible changelog formatting issues (see > >http://orgmode.org/worg/org-contribute.html#sec-5 for the gory details), > >the patch l

[O] [accepted] Fix task cloning for repeating tasks

2012-03-04 Thread David Maus
Patch 1185 (http://patchwork.newartisans.com/patch/1185/) is now "accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1330137796-18986-1-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: > Content-Type: text

Re: [O] org-yank improvement?

2012-03-04 Thread Bernt Hansen
Memnon Anon writes: > Bernt Hansen writes: > (I'm using clean mode, as probably everybody does!) >>> No. >> What's this 'clean mode' you're taking about? I can't find any >> reference to that on worg. > > ,[ (info "(org)Clean view") ] > | 15.8 A cleaner outline view > | ===

[O] [Feature Request] org-mobile edit:add nodes

2012-03-04 Thread Henning Weiss
Hi everyone, I am currently trying to allow mobileorg-android to capture new headings into files other than mobileorg.org. It seems to me that org-mobile does not support refiling of nodes. As my experience with lisp programming is very limited, I was hoping someone on this list could add this fea

Re: [O] Is it possible to run shell script src blocks as root or to export individual blocks?

2012-03-04 Thread Sylvain Rousseau
Under Gnome, I'm using this at the beginning of a sh source block: echo -e "#! /bin/bash\n/usr/bin/gksudo -p -m Password" > /tmp/gksudo-stdout chmod +x /tmp/gksudo-stdout SUDO_ASKPASS="/tmp/gksudo-stdout" sudo -A -s Sylvain.

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-04 Thread Achim Gratz
Nicolas Goaziou writes: > So, indeed, the second failing test appears. It should pass now (at > least it does even on my compiled Org installation). I confirm the fix, thank you very much. > I think the others come from a file-error ("Opening output file"). I can see now why this happens: the

Re: [O] org-yank improvement?

2012-03-04 Thread Memnon Anon
Bernt Hansen writes: >>> (I'm using clean mode, as probably everybody does!) >> No. > What's this 'clean mode' you're taking about? I can't find any > reference to that on worg. ,[ (info "(org)Clean view") ] | 15.8 A cleaner outline view | === | | Some people find i

Re: [O] org-yank improvement?

2012-03-04 Thread Bernt Hansen
Memnon Anon writes: > pin...@iro.umontreal.ca (François Pinard) writes: > >> (I'm using clean mode, as probably everybody does!) > > No. What's this 'clean mode' you're taking about? I can't find any reference to that on worg. -Bernt

Re: [O] Export to multiple HTML files?

2012-03-04 Thread Scott Randby
On 02/27/2012 12:19 PM, Avdi Grimm wrote: > Is there a way to export a single Org file to a bunch of HTML files, > one for each heading of a given level? E.g. the way the Org manual is > presented at http://orgmode.org/manual ? (yes, I realize that's Info > not org-mode)I thought I remembered that

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-04 Thread Nicolas Goaziou
Achim Gratz writes: > Well, that is likely because you run the test on uncompiled source, > while I am running it on compiled orgmode... maybe one of these pesky > byte-compiler warnings shouldn't have been ignored. I can't reproduce > the 24 unexpected results, but they probably have a similar

Re: [O] org-yank improvement?

2012-03-04 Thread Thorsten
Memnon Anon writes: > pin...@iro.umontreal.ca (François Pinard) writes: >> However, by mistake, it happens that the cursor is on the only visible >> bullet star of the next heading instead of really being at the start >> of the line. I recently edited some org files in clean mode for the firs

Re: [O] org-yank improvement?

2012-03-04 Thread Memnon Anon
pin...@iro.umontreal.ca (François Pinard) writes: > I often cut a list item (or a hierarchy of list items) to reinsert it > into another heading which I know contains only list items. All the > headings are collapsed, so what I usually do is position the cursor at > the beginning of the /next/ he

Re: [O] Participating in Google Summer of Code 2012

2012-03-04 Thread Alan Schmitt
On 2 mars 2012, at 18:12, Jambunathan K wrote: > Sometime back while looking at change tracking within OpenDocument > files, I stumbled upon the following two entries. > > http://wiki.documentfoundation.org/Track_changes#Google_Summer_of_Code_2009:_Improve_Writer.27s_compare_function > > http://

Re: [O] org-yank improvement?

2012-03-04 Thread François Pinard
François Pinard sadly writes: > It never really make sense [...] whenever yanking into a start string > [...] Well, I should learn to re-read me better... s/make sense/makes sense/ s/a start string/a star string/ Gentle readers, I invite you to email me (privately) when I err so blatantly,

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-04 Thread Achim Gratz
Nicolas Goaziou writes: >> [...] >> 2 unexpected results: >>FAILED test-org-export/export-scope >>FAILED test-org-footnote/normalize-outside-org > > With your command, I was able to reproduce the first one (along with 24 > unexpected results), for which I have pushed a fix. I still don't

Re: [O] org-mode as an accountability system?

2012-03-04 Thread Memnon Anon
Hi Peter, Peter Salazar writes: > My committed actions for a day consist of:  >     > a) TODOs for the projects I'm working on > b) random errands that need to be done that day > c) daily habits (e.g. meditating, exercising) > > I don't believe org-agenda can support me in doing this, because I

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-04 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> I cannot reproduce any of them, interactively or in batch mode[1]. > > This is the invocation (to be run in bash, like make would do): > > TMPDIR=/tmp/tmp-orgtest /usr/local/bin/emacs -batch -Q \ > -L lisp/ -L testing/ -L contrib/lisp \ >

Re: [O] Bug: Org-mode don't export to html footnotes references inside footnotes as such. [7.8.03]

2012-03-04 Thread Nicolas Goaziou
Hello, Achim Gratz writes: >>> If one intends to export his Org file to ODT, then nested footnote >>> construction should be avoided like plague. >> >> It isn't really supported in LaTeX too, but there are workarounds. > > There are always workarounds, but footnotes within footnotes aren't > dir

[O] org-yank improvement?

2012-03-04 Thread François Pinard
Hi again, Org people! I often cut a list item (or a hierarchy of list items) to reinsert it into another heading which I know contains only list items. All the headings are collapsed, so what I usually do is position the cursor at the beginning of the /next/ heading and yank the list item there,

Re: [O] C-c a t doesn't give yield list of all TODO items

2012-03-04 Thread Nick Dokos
jeremiah.do...@gmail.com wrote: > "Christopher W. Ryan" writes: > > > But when I try to type C-c a > > > > I only get that far, and emacs tells me, "C-c a is undefined" > > > > There is a drop-down menu item under the Org item, called "Agenda > > Command..." > > which offers me lettered choices

Re: [O] Selectively export RESULTS

2012-03-04 Thread Achim Gratz
"Sebastien Vauban" writes: > Not sure to understand why you would prefer to have something that you just > wrote not taken into account, unlike one would expect? Because I might not have finished editing that part and just moving the cursor away from that line doesn't mean it should be acted upon

Re: [O] Bug: Org-mode don't export to html footnotes references inside footnotes as such. [7.8.03]

2012-03-04 Thread Achim Gratz
Nicolas Goaziou writes: >> If one intends to export his Org file to ODT, then nested footnote >> construction should be avoided like plague. > > It isn't really supported in LaTeX too, but there are workarounds. There are always workarounds, but footnotes within footnotes aren't directly supporte

Re: [O] org-mode as an accountability system?

2012-03-04 Thread Jude DaShiell
Rather than "did not do" perhaps "pending" might be a little shorter. On Sat, 3 Mar 2012, John Hendy wrote: > On Sat, Mar 3, 2012 at 1:18 PM, Peter Salazar wrote: > > Hi Thorsten, > > > > Thanks for the thoughts. > > > > Clarification: I send my accountability partner a summary of MY committed >

Re: [O] Participating in Google Summer of Code 2012

2012-03-04 Thread Jambunathan K
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> * Better item handling >> >> At the moment it is hard to change lists. Often I need inline items >> and interrupted list. This is hard to do with Org at the moment. > > There is support for inline lists in the experimental LaTeX back-en

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-04 Thread Achim Gratz
Nicolas Goaziou writes: > I cannot reproduce any of them, interactively or in batch mode[1]. This is the invocation (to be run in bash, like make would do): TMPDIR=/tmp/tmp-orgtest /usr/local/bin/emacs -batch -Q \ -L lisp/ -L testing/ -L contrib/lisp \ --eval '(defconst org-release "7.8.03-Test"

Re: [O] [Bug] Tests for experimental org-features should expect to fail if not activated by the user

2012-03-04 Thread Achim Gratz
"Sebastien Vauban" writes: > I don't understand why once there are 192 tests, once 130. I thought that the > second figure was the total number of tests, hence should be stable over the > test runs? The number of available tests depend on the Babel languages that are activated. One of those fail

Re: [O] Participating in Google Summer of Code 2012

2012-03-04 Thread Nicolas Goaziou
Hello, Rasmus writes: > * Better item handling > > At the moment it is hard to change lists. Often I need inline items > and interrupted list. This is hard to do with Org at the moment. There is support for inline lists in the experimental LaTeX back-end. Also, I'm not sure about what you m

Re: [O] Export to multiple HTML files?

2012-03-04 Thread Nicolas Goaziou
Hello, Christian Moe writes: > On 3/3/12 9:28 PM, Nicolas Goaziou wrote: > (...) >> Christian Moe writes: On Mon, Feb 27, 2012 at 5:19 PM, Avdi Grimm wrote: > Is there a way to export a single Org file to a bunch of HTML files, > one for each heading of a given level? > (...) >>>

Re: [O] Japanese strings for Org-mode export

2012-03-04 Thread Hideki Saito
I was looking at those. Those seems to be table for replacement table for special characters and symbols. Are you suggesting placing those characters in this and reference from main code? (that will be 8 characters which will not have any Latin1 and ASCII representations...) Hideki Saito On Sun

Re: [O] Japanese strings for Org-mode export

2012-03-04 Thread Jambunathan K
Hideki Saito writes: > If UTF-8 strings are acceptable in org-mode source tree, I guess doing > it so will make it most compatible. M-x find-library RET org-entities RET C-s lambda will land you in a structure that has utf-8 strings. --

Re: [O] Japanese strings for Org-mode export

2012-03-04 Thread Takaaki ISHIKAWA
Dear Saito-san, Thanks for making an alternative patch. I'll follow up why I cannot apply the original patch. Best regards, Takaaki Ishikawa On 2012/03/04, at 16:29, Hideki Saito wrote: > The attached is alternative of the patch using utf-8 encoding. > > Hideki Saito > > > > On Sat, Mar 3,

Re: [O] C-c a t doesn't give yield list of all TODO items

2012-03-04 Thread jeremiah . dodds
"Christopher W. Ryan" writes: > But when I try to type C-c a > > I only get that far, and emacs tells me, "C-c a is undefined" > > There is a drop-down menu item under the Org item, called "Agenda Command..." > which offers me lettered choices, and t will list all TODO entries. But what > is > t