Re: [Orgmode] get bbdb entry from org-agenda

2008-05-29 Thread Carsten Dominik

Hmmm, that would be nice, but I don't know how to do this.

Thomas, could you add a text property to the anniversary string that
contains enough information about the origin of this entry,
for example a [[bbdb:...]] link or so?

- Carsten

On May 30, 2008, at 1:20 AM, Rares Vernica wrote:


Hello,

I am using org-bbdb to add the anniversaries of my bbdb contacts to
org-agenda.

When I select an anniversary in org-agenda, my .org file that
contains (org-bbdb-anniversaries) shows up. Is it possible to show up
the bbdb entry for that name instead?

Thanks.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] remember TAGS

2008-05-29 Thread Carsten Dominik


On May 29, 2008, at 9:57 PM, Cezar Halmagean wrote:



Hi list,

 I was wondering if there is a way to attach a TAG to a template after
 you've hit C-c C-c. My setup is like this: I have a shortcut that
 opens up a remember buffer for work where I add tasks I need to do  
and

 on all of the tasks I need to add a TAG (not different, just one) so
 there is no point in me typing it each time. Also if I do attach it
 with %^g it's not aligned nicely.


Why don't you just include the tag already in the template definition?

- Carsten



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ITEM in column view in the agenda

2008-05-29 Thread Carsten Dominik


On May 29, 2008, at 7:11 PM, Adam Spiers wrote:


On Thu, May 29, 2008 at 07:49:20AM +0200, Carsten Dominik wrote:


On May 29, 2008, at 1:09 AM, Adam Spiers wrote:


Works great!  FYI, I have org-columns-default-format set to:

%TODO %PRIORITY %40ITEM(Task) %Effort(ETC){:} %CLOCKSUM(Taken){:}
%TAGS(Tags)

I noticed one tiny thing which could be improved - links are  
rendered

as their raw text.  I guess this will be slightly tricky to handle
since in many cases the text of the link will end up being truncated
by the %40 - but it would be VERY cool if it was handled gracefully,
e.g. by truncating with ellipses.


I cannot have links shown with parts hidden, because column view  
already

uses display properties, and I don't think you can nest display
properties.


Hrm :-(


Ellipses could be done, but so far I opted against is because you
will loose even more characters.  Maybe it is actually better to
make sure the user knows that some characters have been
removed..  OK, done.


Hmm, you have a point about losing characters.  I'm not sure what's
best here.


I am now using 2 dots as ellipses, you can customize with with the  
variable

org-columns-ellipses.




But now I get an error when entering column view:


Fixed, thanks.

- Carsten



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] typo in org.texi breaks make info

2008-05-29 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On May 29, 2008, at 7:36 PM, Thomas Baumann wrote:



patch below

Cheers
Thomas


diff --git a/doc/org.texi b/doc/org.texi
index e6fde29..1934b09 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -572,7 +572,7 @@ the file's name is.  See also the variable
@cindex author

If you find problems with Org, or if you have questions, remarks, or  
ideas
-about it, please mail to the Org mailing list @[EMAIL PROTECTED] 
}.
+about it, please mail to the Org mailing list @code{emacs- 
orgmode@@gnu.org}.
If you are not a member of the mailing list, your mail will be  
reviewed by a

moderator and then passed through to the list.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] get bbdb entry from org-agenda

2008-05-29 Thread Rares Vernica
Hello,

I am using org-bbdb to add the anniversaries of my bbdb contacts to
org-agenda.

When I select an anniversary in org-agenda, my .org file that
contains (org-bbdb-anniversaries) shows up. Is it possible to show up
the bbdb entry for that name instead?

Thanks.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] remember TAGS

2008-05-29 Thread Cezar Halmagean

Hi list,

  I was wondering if there is a way to attach a TAG to a template after
  you've hit C-c C-c. My setup is like this: I have a shortcut that
  opens up a remember buffer for work where I add tasks I need to do and
  on all of the tasks I need to add a TAG (not different, just one) so
  there is no point in me typing it each time. Also if I do attach it
  with %^g it's not aligned nicely.

Cezar



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] typo in org.texi breaks make info

2008-05-29 Thread Thomas Baumann

patch below

Cheers
Thomas


diff --git a/doc/org.texi b/doc/org.texi
index e6fde29..1934b09 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -572,7 +572,7 @@ the file's name is.  See also the variable
 @cindex author
 
 If you find problems with Org, or if you have questions, remarks, or ideas
-about it, please mail to the Org mailing list @[EMAIL PROTECTED]
+about it, please mail to the Org mailing list @code{emacs-orgmode@@gnu.org}.
 If you are not a member of the mailing list, your mail will be reviewed by a
 moderator and then passed through to the list.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Bug in iCalendar export

2008-05-29 Thread Adam Spiers
On Thu, May 29, 2008 at 11:29:04AM +0200, Paul R wrote:
> Adam Spiers <[EMAIL PROTECTED]> writes:
> 
> > I'm not sure this bug is specific to Debian - it has been plaguing me
> > on Fedora... unless there are two separate causes of the same error
> > message.
> 
> Do Fedora have a similar distribution system for side-wide lisp ?

Couldn't say, as I'm not familiar with Debian's system.

> > To be honest I'm not even convinced it's directly related to orgmode.
> 
> It isn't, I experienced it with emacs-jabber once.

I guess it might be deep inside the buffer handling C code then :-/

> > In my case it looks related to uniquify, but you (Paul) already said
> > that you are not using uniquify, which is weird.
> 
> I didn't, but since you mentionned it, I tried it and loved it, so
> now I do use uniquify and enjoy it everyday :)

Cool :-)


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] ITEM in column view in the agenda

2008-05-29 Thread Adam Spiers
On Thu, May 29, 2008 at 07:49:20AM +0200, Carsten Dominik wrote:
> 
> On May 29, 2008, at 1:09 AM, Adam Spiers wrote:
> >
> >Works great!  FYI, I have org-columns-default-format set to:
> >
> >%TODO %PRIORITY %40ITEM(Task) %Effort(ETC){:} %CLOCKSUM(Taken){:}  
> >%TAGS(Tags)
> >
> >I noticed one tiny thing which could be improved - links are rendered
> >as their raw text.  I guess this will be slightly tricky to handle
> >since in many cases the text of the link will end up being truncated
> >by the %40 - but it would be VERY cool if it was handled gracefully,
> >e.g. by truncating with ellipses.
> 
> I cannot have links shown with parts hidden, because column view already
> uses display properties, and I don't think you can nest display  
> properties.

Hrm :-(

> Ellipses could be done, but so far I opted against is because you
> will loose even more characters.  Maybe it is actually better to
> make sure the user knows that some characters have been
> removed..  OK, done.

Hmm, you have a point about losing characters.  I'm not sure what's
best here.

But now I get an error when entering column view:

Debugger entered--Lisp error: (wrong-type-argument integerp nil)
  substring("Saturday   28 June 2008" nil)
  (let* ((org-complex-heading-regexp cphr) (prefix ...) (rest ...) (fake ...) 
(cleaned ...)) (if org-agenda-columns-remove-prefix-from-item cleaned (concat 
prefix cleaned)))
  org-agenda-columns-cleanu-item("Saturday   28 June 2008" nil nil (("TODO" 
"TODO" nil nil nil nil) ("PRIORITY" "PRIORITY" nil nil nil nil) ("ITEM" "Task" 
40 nil nil nil) ("Effort" "ETC" nil ":" add_times nil) ("CLOCKSUM" "Taken" nil 
":" add_times nil) ("TAGS" "Tags" nil nil nil nil)))
  org-columns-display-here((("TODO" . "") ("PRIORITY" . "") ("ITEM" . 
#("Saturday   28 June 2008" 0 23 ...)) ("Effort" . #("2:15" 0 4 ...)) 
("CLOCKSUM" . #("0:00" 0 4 ...)) ("TAGS" . "")))
  byte-code(" [snipped...]
  org-agenda-colview-summarize(((129 ("Effort" . #("1:00" 0 4 ...)) 
("TIMESTAMP" . "2008-05-31 Sat 12:30-13:30 +1w") ("ID" . [snipped...]


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: 1-way syncing with google calendar (was Re: .ics export violates RFC2445)

2008-05-29 Thread Tim O'Callaghan
Cool - just caught up with this.

If you check the archives i had a very basic google->org solution using w3.

I stopped using it when i moved back to Emacs, guess its time to dig it out :)

Tim.

2008/5/28 Adam Spiers <[EMAIL PROTECTED]>:
> On Wed, May 28, 2008 at 02:02:01PM -0700, Cezar Halmagean wrote:
>> Adam Spiers <[EMAIL PROTECTED]> writes:
>>
>> > On Tue, May 27, 2008 at 10:55:57PM +0100, Adam Spiers wrote:
>> >> I'm going to restart gcaldaemon shortly - if it works then orgmode can
>> >> boast unidirectional non-interactive syncing with google calendar! (as
>> >> opposed to repeatedly importing an .ics file manually, which is very
>> >> tedious).
>> >
>> > Hooray, it works!  org-icalendar-force-UID + gcaldaemon gives nice
>> > unidirectional non-interactive syncing with google calendar.  Here's a
>^^
> Always remember to read the small print ;-)
>
>> > snippet from the log:
>> >
>> >DEBUG | Updating event ( test thing!) in Google Calendar...
>> >DEBUG | Synchronization finished.
>> >DEBUG | Starting Google Calendar synchronizer...
>> >DEBUG | Connecting to Google...
>>
>> Does this work both ways ? org -> google and google -> org ?
>
> No, just org -> google as per above.
>
> See also http://article.gmane.org/gmane.emacs.orgmode/6817
>
>> Can you provide your changes/settings ?
>
> The only setting is org-icalendar-force-UID as mentioned above.
> Configuration of gcaldaemon is straightforward, and it should work out
> of the box.
>
>
> ___
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Bug in iCalendar export

2008-05-29 Thread Paul R
Adam Spiers <[EMAIL PROTECTED]> writes:

> I'm not sure this bug is specific to Debian - it has been plaguing me
> on Fedora... unless there are two separate causes of the same error
> message.

Do Fedora have a similar distribution system for side-wide lisp ?

> To be honest I'm not even convinced it's directly related to orgmode.

It isn't, I experienced it with emacs-jabber once.

> In my case it looks related to uniquify, but you (Paul) already said
> that you are not using uniquify, which is weird.

I didn't, but since you mentionned it, I tried it and loved it, so
now I do use uniquify and enjoy it everyday :)

-- 
  Paul


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode