[O] Firefox 4 in Ubuntu 11.04 and org-protocol

2011-05-06 Thread Rafael
Hi! Has anybody been succesful in using the tutorial http://orgmode.org/worg/org-contrib/org-protocol.html in the setting described in the subject (Firefox 4, Ubuntu 11.04)? Those instructions worked perfectly for me in previous versions of Ubuntu and Firefox, but now I always get the dreaded m

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Ben Finney
Carsten Dominik writes: > However, I seen now that there is a bug here, cause by a rewrite (for > speed) of property access some time ago. After that rewrite, the > special CLOCKSUM property used by org-invoice.el was no longer > accessible. Thanks! I am glad to finally have attracted enough att

Re: [O] [PATCH] worg/org-contrib list items are missing

2011-05-06 Thread Nicolas Goaziou
Hello, Ethan Ligon writes: > Here's a patch that fixes the regex in org-list.el: I have applied the patch to master branch. Thank you. Regards, -- Nicolas Goaziou

Re: [O] case sensitivity in sorting

2011-05-06 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > C-c ^ seems to sort case-sensitively regardless of argument. > > 1) a > 2) B This should be fixed now. Thank you for reporting this. Regards, -- Nicolas Goaziou

Re: [O] [Orgmode] Grouping clock report by tag?

2011-05-06 Thread Bernt Hansen
John Hendy writes: > On Thu, May 5, 2011 at 6:08 PM, Bernt Hansen wrote: >> Niels Giesen posted some patches for summarizing clock reports by >> arbitrary properties.  Maybe this will be useful? >> >> http://thread.gmane.org/gmane.emacs.orgmode/40160 >> >> I'm not aware of any functionality that

[O] case sensitivity in sorting

2011-05-06 Thread Samuel Wales
C-c ^ seems to sort case-sensitively regardless of argument. 1) a 2) B Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) === I want to see the original (pre

Re: [O] PERL, org-mode and literal document input.

2011-05-06 Thread Eric Schulte
a...@ufl.edu (Allen S. Rout) writes: > "Eric Schulte" writes: > >> alternately you could just include your yaml as an example block >> >> #+results: yaml-config >> : erpalpha:... > > This is what I've eventually done. It feels dirty; I'm asserting the > "results" block of a nonexistent src, and

Re: [O] [Orgmode] Grouping clock report by tag?

2011-05-06 Thread John Hendy
On Thu, May 5, 2011 at 6:08 PM, Bernt Hansen wrote: > John Hendy writes: > >> Following up on this again... It's been almost 2mos. Is there any way >> to add a tag grouping to clock reports rather than needing to create >> clock reports for every tag? >> >> Many thanks, >> John >> >> My initial e

Re: [O] PERL, org-mode and literal document input.

2011-05-06 Thread Allen S. Rout
"Eric Schulte" writes: > alternately you could just include your yaml as an example block > > #+results: yaml-config > : erpalpha:... This is what I've eventually done. It feels dirty; I'm asserting the "results" block of a nonexistent src, and saying "edit this". But perhaps I should just dea

Re: [O] turn headline(s) into plain list?

2011-05-06 Thread Bernt Hansen
Juan Pechiar writes: > Hi, > > 'C-c -' may help to some extent: > > Cycle the entire list level through the different itemize/enumerate > bullets (‘-’, ‘+’, ‘*’, ‘1.’, ‘1)’) or a subset of them, depending on > org-plain-list-ordered- item-terminator, the type of list, and its > position17

Re: [O] orgtbl multicolumn support

2011-05-06 Thread Michael Bach
Michael Bach writes: What kind of evil, sleep-deprived line of thoughts took me when I wrote this? Must have been too late for anything remotely meaningful. This one clearly did not deserve any answer... Sorry for the noise > Michael Bach writes: > > # edit > >> Dear org-mode Users and Devel

Re: [O] turn headline(s) into plain list?

2011-05-06 Thread Juan Pechiar
Hi, 'C-c -' may help to some extent: Cycle the entire list level through the different itemize/enumerate bullets (‘-’, ‘+’, ‘*’, ‘1.’, ‘1)’) or a subset of them, depending on org-plain-list-ordered- item-terminator, the type of list, and its position17. With a numeric prefix argument N, s

Re: [O] turn headline(s) into plain list?

2011-05-06 Thread Bernt Hansen
Gary Oberbrunner writes: > Is there any way to turn a headline (and its subtree) into a plain > list (and nested list items)? Or better yet, turn all level N and > below headlines into plain lists at the corresponding level? Hi Gary, Just select the subtree of headings you want to convert and

[O] turn headline(s) into plain list?

2011-05-06 Thread Gary Oberbrunner
Is there any way to turn a headline (and its subtree) into a plain list (and nested list items)? Or better yet, turn all level N and below headlines into plain lists at the corresponding level? -- -- Gary

Re: [O] Agenda todo filter order

2011-05-06 Thread Bernt Hansen
Hi Carsten, Thanks for the patch! This almost does what I want :) This patch works for TODO agendas but not tags match agendas which is what I am trying to use. C-c a y returns the result I want C-c a x should be identical and is not. ,[ C-c a y ] | Non Project TODO Tasks | test:

Re: [O] Collapse LaTeX source before start of main document?

2011-05-06 Thread Suvayu Ali
On Fri, 06 May 2011 16:41:19 +0100 Eric S Fraga wrote: > It works, however, if there is at least one headline *before* the one > to be omitted, one that will not be omitted; if the omitted one is the > first headline, the whole block is gone. Strange. I can confirm this, when I had tried this i

Re: [O] Collapse LaTeX source before start of main document?

2011-05-06 Thread Eric S Fraga
Suvayu Ali writes: > On Thu, 05 May 2011 17:45:13 + > chris.m.mal...@gmail.com wrote: > >> Hi Suvayu, >> >> I think Matt's lisp code /should/ work for doing exactly what we are >> talking about, but for some reason I can't get it to work with LaTeX >> export. >> > > I just tried Matt's co

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Bernt Hansen
Peter Jones writes: > Bernt Hansen writes: >> The org-invoice.el contributed file created by Peter Jones uses a >> CLOCKSUM property but I'm not sure if this is intended to be updated >> manually or automatically from the clocking lines in org. I've CC-ed >> Peter in case he can shed any light

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Bernt Hansen
Carsten Dominik writes: > No. CLOCKSUM is a special property, and it can be used to > access the clocking sum of an entry after (org-clock-sum) has > been called. This is what org-invoice does. It calls > org-clock-sum to do the computation, and then used the property > API to get to the valu

Re: [O] Slowness in Org - how to disable mouse popups/followings

2011-05-06 Thread Rainer Stengele
Am 06.05.2011 16:29, schrieb Tom: > Rainer Stengele diplan.de> writes: > >> I am always struggling with performance problemns when using >> Emacs orgmode under Windows. Under Linux I do not see slow >> respsonses for my several and long org files. >> >> Under Windows I run GNU Emacs 24.0.50.1 (

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Carsten Dominik
On 7.4.2011, at 23:51, Ben Finney wrote: > Howdy all, > > When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to > happen: the items in the subtree are not updated and no ‘CLOCKSUM’ > property appears. CLOCKSUM is a special property which is only a way to access clocking informa

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Carsten Dominik
On 6.5.2011, at 15:56, Bernt Hansen wrote: > Ben Finney writes: > >> Bernt Hansen writes: >> >>> I don't think the org-clock-sum function does what you think/want it >>> to do. The docstring says it sets text properties on the headline - so >>> I don't think it is intended to update a CLOCKSU

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Peter Jones
Bernt Hansen writes: > The org-invoice.el contributed file created by Peter Jones uses a > CLOCKSUM property but I'm not sure if this is intended to be updated > manually or automatically from the clocking lines in org. I've CC-ed > Peter in case he can shed any light on this. IIRC, when I wrote

Re: [O] Slowness in Org - how to disable mouse popups/followings

2011-05-06 Thread Tom
Rainer Stengele diplan.de> writes: > I am always struggling with performance problemns when using > Emacs orgmode under Windows. Under Linux I do not see slow > respsonses for my several and long org files. > > Under Windows I run GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) > from trunk 2011-0

Re: [O] outline formatting in html

2011-05-06 Thread Skip Collins
Thanks, this is nice. It is fairly easy to add indentation using the padding-left css property. The interaction between org OPTIONS, html export, and css styles has the virtue of allowing a lot of flexibility. On the other hand, it sure can be confusing. It is not entirely clear what the "right" a

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Bernt Hansen
Ben Finney writes: > Bernt Hansen writes: > >> I don't think the org-clock-sum function does what you think/want it >> to do. The docstring says it sets text properties on the headline - so >> I don't think it is intended to update a CLOCKSUM property in the >> headings. > > I don't underastand

Re: [O] Any way to identify a DEADLINE or SCHEDULED item via org-agenda-prefix-format?

2011-05-06 Thread Matt Lundin
Anupam Sengupta writes: > Hello, > > In my custom agenda block, I wanted to distinguish between SCHEDULED and > DEADLINE items using a small character flag. The docstring for > `org-agenda-prefix-format' mentions %s as the one to use for the > scheduled/deadline string (as is used in the default

Re: [O] Collapse LaTeX source before start of main document?

2011-05-06 Thread Matt Lundin
Chris Malone writes: > @Matt: I can get your example to work fine for html export, but not > LaTeX export where the entire contents of the headline are removed as > well. =org-version=: 7.5 (release_7.5.105.g8d0c) if that makes any > difference. Hmm... I have no idea why the LaTeX backend is r

Re: [O] [Accepted] Making the output of %% functions linkable in agenda views

2011-05-06 Thread Matt Lundin
Bert Burgemeister writes: > Just curious, is there anything I should have known that prevented the > patch submitted in http://article.gmane.org/gmane.emacs.orgmode/39313, Is it still in the bugtracker, or was it rejected? (I attempted to check myself, but the patchwork site seems to be down rig

Re: [O] inline task?

2011-05-06 Thread suvayu ali
On Fri, May 6, 2011 at 1:49 AM, Piter_ wrote: > Hi all. > As I understand inlene-task is part of org-mode. > But I cant find it between  functions.  But the file is present in lisp > folder. > Do I have to enable it somehow? (require 'org-inlinetask) -- Suvayu Open source is the future. It se

[O] [PATCH 3/3] Adjust wl-contact functions to overall conventions.

2011-05-06 Thread Michael Markert
--- contrib/lisp/org-contacts.el | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index 60eb542..ff4374d 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -403,7 +4

[O] [PATCH 2/3] Add name-email function for to unificate template interface.

2011-05-06 Thread Michael Markert
--- contrib/lisp/org-contacts.el |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index f0cf131..60eb542 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -420,6 +420,14 @@ Depe

[O] Adjust org-contacts-wl functions to used standards

2011-05-06 Thread Michael Markert
Hi, Following the merge of org-contacts-wl with org-contacts I thought it would be nice to unify the interfaces. The patches follow separately. Open Problems: * Make both accessible through `org-contacts-template-name', I see two (a half) possibilities 1. Use a variable to specify a "name-e

[O] [PATCH 1/3] Add docstring for `wl-get-from-header-content'.

2011-05-06 Thread Michael Markert
--- contrib/lisp/org-contacts.el |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index 3f4d97c..f0cf131 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -404,6 +404,9 @@ This adds

[O] Slowness in Org - how to disable mouse popups/followings

2011-05-06 Thread Rainer Stengele
Hi, I am always struggling with performance problemns when using Emacs orgmode under Windows. Under Linux I do not see slow respsonses for my several and long org files. Under Windows I run GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) from trunk 2011-02-16 on LENNART-69DE564 (patched) Hovering

Re: [O] outline formatting in html

2011-05-06 Thread Christian Moe
Hi, That would be a good feature to have. While waiting for someone to patch it in, a workaround for HTML output would be to turn off section numbering and then fake it with CSS. I enclose a four-level example I happen to have lying around. You can extend if needed (note that the title become

[O] inline task?

2011-05-06 Thread Piter_
Hi all. As I understand inlene-task is part of org-mode. But I cant find it between functions. But the file is present in lisp folder. Do I have to enable it somehow? Thanks. Petro.

Re: [O] [semi-OT] issue trackers?

2011-05-06 Thread Christian Egli
Matt Price writes: > I'm collaborating on a project where I'm starting to feel the need for > a shared issue tracker. Anyone have any suggestions? We use Redmine[1] here which is very nice and flexible. What I do is that I read the tasks from Redmine into org-mode using org-feed.el[2]. I have n

Re: [O] [Accepted] Making the output of %% functions linkable in agenda views

2011-05-06 Thread Bert Burgemeister
Carsten Dominik writes: > Patch 781 (http://patchwork.newartisans.com/patch/781/) is now "Accepted". > > Maintainer comment: none > > This relates to the following submission: > > http://mid.gmane.org/%3C87aaf3tv5l.fsf%40fastmail.fm%3E > > Here is the original message containing the patch: > >> C