emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Rose <sebastian_rose@gmx.de>
To: ricco * <riccco@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: firefox and org-protocol issue
Date: Mon, 30 Aug 2010 15:37:07 +0200	[thread overview]
Message-ID: <874oecfcho.fsf@gmx.de> (raw)
In-Reply-To: <AANLkTimbnyeDUQhwrEyziXb62MBsRdBRLHQ56FRPPaBm@mail.gmail.com> (ricco's message of "Mon, 30 Aug 2010 11:47:42 +0200")

"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

      reply	other threads:[~2010-08-30 13:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-30  9:47 firefox and org-protocol issue ricco *
2010-08-30 13:37 ` Sebastian Rose [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874oecfcho.fsf@gmx.de \
    --to=sebastian_rose@gmx.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=riccco@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).