emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andreas Burtzlaff <andy13@gmx.net>
To: andrea Crotti <andrea.crotti.0@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: to bookmarks
Date: Sat, 26 Sep 2009 20:35:08 +0200	[thread overview]
Message-ID: <20090926203508.3698935b.andy13@gmx.net> (raw)
In-Reply-To: <loom.20090926T155914-914@post.gmane.org>

On Sat, 26 Sep 2009 13:59:49 +0000 (UTC)
andrea Crotti <andrea.crotti.0@gmail.com> wrote:

> Bookmarks from org-mode:
>    
>    I insert many many links inside my orgmode but sometimes I would also like to have them in my 
> browsers (safari and firefox sometimes).
>
>    Is there already something working out of the box?

How about exporting the org file to html and open that with your
browser?
Perhaps create a sparse tree for all links in the file first, e.g.:

(defun ab-org-sparse-tree-show-links ()
  (interactive)
  (org-occur org-any-link-re))

and then only export the visible content using C-c C-e v h

Andreas

P.S. I planned such a feature for Fireforg but haven't implemented it
yet; partly because I haven't figured out how to filter and export an
org-file structure to xml in a customizable way, without reinventing
the wheel.

>    
>    The hierarchy like
>    <file.org>
>    * level1
>    ** level2
>       [[http://sito.com][sito]]
>    
> Should maybe create directories, for a cleaner view..
> 
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-09-26 18:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-26 13:59 to bookmarks andrea Crotti
2009-09-26 18:35 ` Andreas Burtzlaff [this message]
2009-09-26 19:39 ` Matt Lundin
2009-09-26 19:48   ` Matthew Lundin

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=20090926203508.3698935b.andy13@gmx.net \
    --to=andy13@gmx.net \
    --cc=andrea.crotti.0@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).