emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] firefox and org-protocol issue


From: Sebastian Rose
Subject: Re: [Orgmode] firefox and org-protocol issue
Date: Mon, 30 Aug 2010 15:37:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

"ricco *" <address@hidden> writes:
> Hello,
>
> I have an issue using *org-protocol* and *Firefox:
> *
> I used this page: *http://orgmode.org/worg/org-contrib/org-protocol.php* to
> configure Firefox.
>
> If i use the test links on the org-protocol page ("Verify the
> installation"), here is what happens:
>
> - using the store-link bookmark i have this message :
>
> "`M-x org-insert-link' to insert new org-link, `C-y' to insert `
> http://orgmode.org/worg/org-contrib/org-protocol.php'". i believed that the
> link would be automaticaly inserted.


No, it's not.  Instead, you may now insert a link using
`org-insert-link' (`C-c C-l') or just yank the URL (`C-y').



> - using the capture link :
>
> a new empty file is open. the title of this file in the previously selected
> text.
>
> - using the remember link:
>
> a new remember buffer is open with this help text :
>
> #     C-c C-c  "~/.notes" -> "* "
> ## C-u C-c C-c  like C-c C-c, and immediately visit note at target location
> ## C-0 C-c C-c  "???" -> "* ???"
> ## C-1 C-c C-c  to select file and header location interactively.
> ## C-2 C-c C-c  as child of the currently clocked item
> ## To switch templates, use `M-x org-remember'.  To abort use `C-c C-k
>
> If i use 'C-c C-c', the buffer is saved the but only with this previous help
> text ( not with the selected text ...).


This sounds strange...

I cannot reproduce thist here.  What are the contents of your template
with template char "w"?


Here is mine:

defvar trainingstemplate (org-file-contents 
"~/emacs/org/capture-templates/training.org"))
   (setq org-capture-templates
         (quote
          (("w" "" entry (file+headline "~/emacs/org/notes/remember.org" 
"Notizen")
            "* %^{Title}\n\n  @<span class=\"quelle\">Quelle: %u, 
%c@</span>\n\n  %i"
            :empty-lines 1)
   
        ;; ... etc. more templates...
   )))




I adjusted http://orgmode.org/worg/org-contrib/org-protocol.php slightly
to make it a bit more clear.... hopefully ;)


  Sebastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]