emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* firefox and org-protocol issue
@ 2010-08-30  9:47 ricco *
  2010-08-30 13:37 ` Sebastian Rose
  0 siblings, 1 reply; 2+ messages in thread
From: ricco * @ 2010-08-30  9:47 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1306 bytes --]

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.

- 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 ...).


Ubuntu 10.04
Emacs 23.1+1-4ubuntu7
org-protocol: 6.27a ( was not installed with my Ubuntu's Emacs version )

thanks by advance for any comment that could help

riccco

[-- Attachment #1.2: Type: text/html, Size: 1830 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: firefox and org-protocol issue
  2010-08-30  9:47 firefox and org-protocol issue ricco *
@ 2010-08-30 13:37 ` Sebastian Rose
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Rose @ 2010-08-30 13:37 UTC (permalink / raw)
  To: ricco *; +Cc: emacs-orgmode

"ricco *" <riccco@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-30 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-30  9:47 firefox and org-protocol issue ricco *
2010-08-30 13:37 ` Sebastian Rose

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).