Ulf Stegemann writes:
Hi Ulf,
> this works after some modifications (patch attached). XEmacs does not
> know `substring-no-properties' but org-compat has
> `org-substring-no-properties'.
Ah, ok.
> Besides, my Gnus holds `gnus-large-newsgroup' as a string not as
> integer.
What?!? Do you set
Hi Eric,
The addition of the :conds parameter to org-collector, the first
example you provided (the one that zeroed out the amount for all items
not "food") now results in 1 rather than 0 in the headings. (Example
below.)
Thanks for taking a look at this.
Best,
Matt
* Example
#+BEGIN: propvie
Hi Tassilo,
Tassilo Horn wrote:
> please try this one.
this works after some modifications (patch attached). XEmacs does not
know `substring-no-properties' but org-compat has
`org-substring-no-properties'. Besides, my Gnus holds
`gnus-large-newsgroup' as a string not as integer.
Unfortunately,
"Eric Schulte" writes:
> Hi Matthew,
>
> Good idea. I've added a :conds parameter which can do just that, see
> the example below. Notice that :conds should be a list of tests, not
> just one single test, if this proves awkward it would be easy to add
> a :cond parameter which doesn't require a
Matthew Lundin writes:
> Eric,
>
> Thanks so much. The updated org-collector works beautifully. This is a
> very nice way to perform calculations on subsets of data. I don't
> suppose there's any chance of generating a table that contains only
> the items in the subset (e.g., only items in which
Hi,
the agenda view ignores tasks which have a COMMENT keyword in the headline
(or are children of a such headline):
* COMMENT Past activities
** DONE Go do something, <2007-10-25 Do 18:00 +1w>
...
** DONE Something else I did
SCHEDULED: <2008-12-11 dj 19:45>
But I was surprised to find
Hi Ulf,
please try this one.
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 7231538..3cf4b1e 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -74,11 +74,11 @@ If `org-store-link' was called with a prefix arg the meaning of
(if (and (string-match "^nntp" group) ;; Only for nntp
Ulf Stegemann <[EMAIL PROTECTED]> writes:
>>> but again the summary buffer is not opened.
>>
>> That's really strange. BTW: What backend did you use for testing? I
>> used nnimap. MAybe that makes the difference...
>
> Gotcha! It works on nnimap but not on nnml which I was using for the
> tests
Hi Tassilo,
Tassilo Horn <[EMAIL PROTECTED]> wrote:
> Ulf Stegemann <[EMAIL PROTECTED]> writes:
>
>>> Please do a test for me:
>>>
>>> 1. Enter a group in Gnus
>>> 2. Delete the last article
>>> 3. Exit summary
>>> 4. Try `C-u 1 RET' on the group. It should issue "No unread news".
>>> 5. Do `M-:
Ulf Stegemann <[EMAIL PROTECTED]> writes:
Hi Ulf,
>> Please do a test for me:
>>
>> 1. Enter a group in Gnus
>> 2. Delete the last article
>> 3. Exit summary
>> 4. Try `C-u 1 RET' on the group. It should issue "No unread news".
>> 5. Do `M-: (gnus-activate-group "" t) RET'
>> 6. Try `C-u 1 RET'
Matthew Lundin <[EMAIL PROTECTED]> writes:
>> 3. Maybe what would be even beter is to build on Eric Schultes collector
>>function an make something that would create a custom able from
>>selected properties of matched entries. That could then be
>>incorporated into a dynamic block so
Hi Tassilo,
Tassilo Horn <[EMAIL PROTECTED]> wrote:
> Ulf Stegemann <[EMAIL PROTECTED]> writes:
>
>> huh, that's strange. The patched version was really in effect here
>> when the tests failed. I've just updated Gnus to the latest (CVS)
>> version but again, it's not fixed for me ... and maybe it
Ulf Stegemann <[EMAIL PROTECTED]> writes:
> If you plan to expand your package I'd have suggestions for it:
> Currently, times are always given as hours and rates as hourly rates.
> This is fine for a collection of smaller tasks. For projects it's much
> more common to use person days, -weeks or -
Ulf Stegemann <[EMAIL PROTECTED]> writes:
Hi Ulf,
> huh, that's strange. The patched version was really in effect here
> when the tests failed. I've just updated Gnus to the latest (CVS)
> version but again, it's not fixed for me ... and maybe it cannot be
> fixed. The whole subject reminds me of
Hi Tassilo,
Tassilo Horn <[EMAIL PROTECTED]> wrote:
> Ulf Stegemann <[EMAIL PROTECTED]> writes:
>
>>> please try this one:
>>>
>>> diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
>>> index 7231538..05bed5b 100644
>>> --- a/lisp/org-gnus.el
>>> +++ b/lisp/org-gnus.el
>>> @@ -157,12 +157,9 @@ If `
Hi Carsten,
Carsten Dominik <[EMAIL PROTECTED]> writes:
> Hi Matt,
>
> Hundreds or thousands of radio links would be disastrous, direct links
> will work fine.
>
> - Carsten
>
That's what I suspected. Thanks so much for confirming it.
- Matt
> On Dec 10, 2008, at 9:34 PM, Matthew Lundin wrote:
Hi Peter,
Peter Jones <[EMAIL PROTECTED]> wrote:
> I thought I'd share some elisp that I'm using in conjunction with
> org-mode for helping me prepare invoices.
>
> The attached file is useful for producing an org mode dblock that groups
> headings by date and calculates billing information based
Ulf Stegemann <[EMAIL PROTECTED]> writes:
Hi Ulf,
>> please try this one:
>>
>> diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
>> index 7231538..05bed5b 100644
>> --- a/lisp/org-gnus.el
>> +++ b/lisp/org-gnus.el
>> @@ -157,12 +157,9 @@ If `org-store-link' was called with a prefix arg the
>> me
Hi
There are technical reasons for why I cannot easily summarize all the
lists.
How about this trick:
* [2008-12-15 Mon] [1/8]
- groceries
- [ ] bananas
- [X] apples
- [ ] oranges
- [ ] spinach
- household
Hi Tassilo,
Tassilo Horn <[EMAIL PROTECTED]> wrote:
> Ulf Stegemann <[EMAIL PROTECTED]> writes:
>
>> this works in principle but is not really an option. Since first
>> argument 't' to `gnus-group-read-group' makes every article readable
>> in a group, building the summary buffer takes far too lo
Hi Dennis,
Yea, I understand - I was trying to use lists like this for a similar
goal. Saddly, there's no real work around that I'm aware of - bit of a
shame!
Best,
Oliver
On Thu, Dec 11, 2008 at 5:01 AM, Dennis Groves <[EMAIL PROTECTED]> wrote:
> Hi Oliver,
>
> Thanks, I see how that would work
Excellent! Thank you very much, I wonder how I missed that :) Seems
like a great package, I'll try and give it some more extensive testing
later
On Thu, Dec 11, 2008 at 4:23 AM, Peter Jones <[EMAIL PROTECTED]> wrote:
> "Oliver Charles" <[EMAIL PROTECTED]> writes:
>> I tried emailing you about this
Hi Ulf,
please try this one:
--8<---cut here---start->8---
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 7231538..05bed5b 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -157,12 +157,9 @@ If `org-store-link' was called with a prefix arg the
me
23 matches
Mail list logo