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
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
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
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
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
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
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
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
"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
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
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
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
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
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
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:
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
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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
---
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
---
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
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
---
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
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
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
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.
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
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
39 matches
Mail list logo