Re: [Orgmode] custom link type for files in a git repo

2008-10-07 Thread Ian Barton
Now that org and git are starting to be used in conjunction by more and more of us, would anyone else find it useful to have a custom link type for linking to git objects? Absolutely!! git is my new favourite tool, and being able to combine org-mode and git in a usable workflow would be a gre

Re: [Orgmode] Re: RELEASE: Org-mode 6.08a

2008-10-07 Thread Samuel Wales
Comments on the interesting attachment feature. 1. This function needs "(interactive)", i think. (defun org-attach-open-in-emacs () "Open attachment, force opening in Emacs. See `org-attach-open'." (org-attach-open 'in-emacs)) 2. This is trivial to rebind, but my guess is that emacs types

Re: [Orgmode] Re: restarting emacs always advisable for upgrade?

2008-10-07 Thread Jason F. McBrayer
Russell Adams <[EMAIL PROTECTED]> writes: > Emacs truly is an OS when its uptime becomes an issue. ;] And only going to be moreso with the new --daemon mode, since emacs can now outlive your X session. -- +---+ | Jason F. McBrayer

Re: [Orgmode] custom link type for files in a git repo

2008-10-07 Thread Jason F. McBrayer
Ian Barton <[EMAIL PROTECTED]> writes: >>> Now that org and git are starting to be used in conjunction by more and >>> more of us, would anyone else find it useful to have a custom link type >>> for linking to git objects? >> >> Absolutely!! git is my new favourite tool, and being able to combine

Re: [Orgmode] Re: restarting emacs always advisable for upgrade?

2008-10-07 Thread Russell Adams
Emacs truly is an OS when its uptime becomes an issue. ;] On Tue, Oct 07, 2008 at 10:55:45AM +0200, Paul R wrote: > Samuel> Is it safe to load all .elc files in org as a way of not > Samuel> restarting emacs? Thanks. > > I suppose you can (unload-feature 'org), then upgrade, then > (require 'org

[Orgmode] Re: restarting emacs always advisable for upgrade?

2008-10-07 Thread Paul R
Samuel> Is it safe to load all .elc files in org as a way of not Samuel> restarting emacs? Thanks. I suppose you can (unload-feature 'org), then upgrade, then (require 'org), but I have not tested. Just try and report :) -- Paul ___ Emacs-orgmode

[Orgmode] [PATCH] Fix documentation typos and grammar

2008-10-07 Thread Bernt Hansen
--- I read the new attachment feature documentation this morning and noted a few corrections so here they are. -Bernt doc/org.texi | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 0db32de..c4a1c6b 100644 --- a/doc/org.texi ++

Re: [Orgmode] Re: RELEASE: Org-mode 6.08a

2008-10-07 Thread Carsten Dominik
Hi Samuel, On Oct 7, 2008, at 11:36 AM, Samuel Wales wrote: Comments on the interesting attachment feature. 1. This function needs "(interactive)", i think. (defun org-attach-open-in-emacs () "Open attachment, force opening in Emacs. See `org-attach-open'." (org-attach-open 'in-emacs))

[Orgmode] Re: How to use FILETAGS?

2008-10-07 Thread Manish
On Sun, Oct 5, 2008 at 5:26 PM, Manish wrote: > Hello All, > > I have set a "#+FILETAGS: :Personal:" in my org file (did a C-c C-c > to initilalize it.) The tag did not appear in the agenda view like I > expected it to. I was hoping to use agenda view filtering on tags to > see a s

[Orgmode] Re: restarting emacs always advisable for upgrade?

2008-10-07 Thread Bernt Hansen
Paul R <[EMAIL PROTECTED]> writes: > Samuel> Is it safe to load all .elc files in org as a way of not > Samuel> restarting emacs? Thanks. > > I suppose you can (unload-feature 'org), then upgrade, then > (require 'org), but I have not tested. Just try and report :) I update org from the git repo

[Orgmode] Loading/browsing WAITING tasks on incoming Gnus messages

2008-10-07 Thread Michael Ekstrand
I have an interesting hole in my use of org-mode and Gnus for managing my daily workflow. My overall scheme is roughly GTD-ish, and I have a WAITING todo keyword to indicate "tasks" which are waiting items. The hole, though, is this: I don't necessarily remember what all is in my waiting list (th

Re: [Orgmode] Re: How to use FILETAGS?

2008-10-07 Thread Carsten Dominik
Hi Manish, On Oct 7, 2008, at 5:06 PM, Manish wrote: On Sun, Oct 5, 2008 at 5:26 PM, Manish wrote: Hello All, I have set a "#+FILETAGS: :Personal:" in my org file (did a C-c C-c to initilalize it.) The tag did not appear in the agenda view like I expected it to. I was hoping to use agenda

Re: [Orgmode] [PATCH] Fix documentation typos and grammar

2008-10-07 Thread Carsten Dominik
Hi Bernt, thanks a lot, I will fix these. But it is a bit early, the attachment documentation is still changing. Maybe take another look after the 6.09 release? Thanks. - Carsten On Oct 7, 2008, at 4:43 PM, Bernt Hansen wrote: --- I read the new attachment feature documentation this

Re: [Orgmode] [PATCH] Fix documentation typos and grammar

2008-10-07 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Bernt, > > thanks a lot, I will fix these. But it is a bit early, the attachment > documentation is still changing. Maybe take another look after the > 6.09 release? > > Thanks. Sure thing :) -Bernt

Re: [Orgmode] Re: How to use FILETAGS?

2008-10-07 Thread Manish
On Tue, Oct 7, 2008 at 9:58 PM, Carsten Dominik wrote: > Hi Manish, > > On Oct 7, 2008, at 5:06 PM, Manish wrote: > >> On Sun, Oct 5, 2008 at 5:26 PM, Manish wrote: >>> >>> Hello All, >>> >>> I have set a "#+FILETAGS: :Personal:" in my org file (did a C-c C-c >>> to initilali

Re: [Orgmode] Re: How to use FILETAGS?

2008-10-07 Thread Carsten Dominik
On Oct 7, 2008, at 7:30 PM, Manish wrote: On Tue, Oct 7, 2008 at 9:58 PM, Carsten Dominik wrote: Hi Manish, On Oct 7, 2008, at 5:06 PM, Manish wrote: On Sun, Oct 5, 2008 at 5:26 PM, Manish wrote: Hello All, I have set a "#+FILETAGS: :Personal:" in my org file (did a C-c C-c to initilali

Re: [Orgmode] Re: How to use FILETAGS?

2008-10-07 Thread Manish
[snip] >> I also haven't seen those tags being added to property of items! I am >> guessing this property is added to only top-level items. > > That is right, the TAGS property (I guess you mean in column view???) only > shows the local tags. No property seems to be added to any item, including t

n810.... Re: [Orgmode] Re: Any iPhone devellopers here

2008-10-07 Thread Daniel M German
Jeff> So I had started to write a translator for OrgMode to OmniFocus on the Jeff> iPhone, but I never got the WebDAV updates to function properly, and Jeff> it didn't sync back (OF -> Org). This made it basically unusable and Jeff> not so hot. Jeff> If you jailbreak your phone, you can pro