From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Burtzlaff Subject: Re: to bookmarks Date: Sat, 26 Sep 2009 20:35:08 +0200 Message-ID: <20090926203508.3698935b.andy13@gmx.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mrc6k-0003xg-BQ for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 14:34:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrc6f-0003xK-Un for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 14:34:57 -0400 Received: from [199.232.76.173] (port=55654 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrc6f-0003xH-Ov for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 14:34:53 -0400 Received: from mail.gmx.net ([213.165.64.20]:43040) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mrc6f-00070t-59 for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 14:34:53 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: andrea Crotti Cc: emacs-orgmode@gnu.org On Sat, 26 Sep 2009 13:59:49 +0000 (UTC) andrea Crotti 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 > > * 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