Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Sebastian Rose
Hi Tassilo, the issue should be fixed now. The docs should now match the reality. Your templates may refer to the page title through %:description See http://orgmode.org/worg/org-contrib/org-protocol.php#example-template once it's updated. Best regards, Sebastian Tassilo Horn wr

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Carsten Dominik
Applied, thanks. Would you mind turning on indent-tabs-mode in these files? I am having trouble wit the patches because of this. Thanks. - Carsten On Apr 3, 2009, at 2:34 PM, Sebastian Rose wrote: I encountered another problem: Using `C-c C-k' in the remember buffer is OK. But if the u

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Sebastian Rose
I encountered another problem: Using `C-c C-k' in the remember buffer is OK. But if the user interupts `org-remember' by `C-g' (e.g. when reading some text interactively), emacsclient will be waiting for ever. Unfortunately, there seems no easy way to fix this in a way, that we could mi

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Sebastian Rose
Ahaaa, thanks Carsten! That's good. So this here will do: diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 1593764..b368602 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -335,23 +335,18 @@ Now template ?b will be used." (match-string 1 url))

Re: [Orgmode] org-protocol://remember:// question

2009-04-03 Thread Carsten Dominik
On Apr 2, 2009, at 8:00 PM, Sebastian Rose wrote: Carsten Dominik writes: Hi Sebastian, Tassilo, this can be easily fixed. Org-protocol may add arbitrary properties to the link properties. For example, after a call (org-store-link-props :type type :link url

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, Tassilo, > > this can be easily fixed. > > Org-protocol may add arbitrary properties to the link properties. > For example, after a call > > (org-store-link-props :type type > :link url > :region

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Carsten Dominik
Hi Sebastian, Tassilo, this can be easily fixed. Org-protocol may add arbitrary properties to the link properties. For example, after a call (org-store-link-props :type type :link url :region region :descr

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Carsten Dominik
Hi Sebastian, there is a much better solution, see my other mail. - Carsten On Apr 2, 2009, at 2:28 PM, Sebastian Rose wrote: Hi, there is no good way to access the title. The following path to org-protocol.el is a work around for this. It simply kills the title before the org-link. That way

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
Hi, there is no good way to access the title. The following path to org-protocol.el is a work around for this. It simply kills the title before the org-link. That way we could insert the title with C-y M-y diff --git a/org-protocol.el b/org-protocol.el index 4ca81ad..2ae87bc 100644 --- a/org

Re: [Orgmode] org-protocol://remember:// question

2009-04-02 Thread Sebastian Rose
Hi Tassilo, your right, the docs are wrong, Sorry for the inconvenience. Actually, I now understand Bastiens comment in org-annotation-helper.el: ;; FIXME can't access %a in the template -- how to set annotation? I'll fix the table in the docs. I'll be back as soon as possible. Se

[Orgmode] org-protocol://remember:// question

2009-04-01 Thread Tassilo Horn
Hi all, first I'd like to say that this is superb. It'll deprecate my home-brewn remember webpage hacks for conkeror soon. :-) Ok, now the problem I have: I defined a remember template for remembering pages from my browser like that: --8<---cut here---start->