From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Setting up org-ctags and exporting ctags links Date: Fri, 15 Jan 2010 17:03:55 +0100 Message-ID: References: <55bd243d1001150755h359de66bkb3593b8fa5cdd936@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVoee-0001W0-23 for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 11:04:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVoeZ-0001Pu-Es for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 11:04:07 -0500 Received: from [199.232.76.173] (port=40291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVoeZ-0001Po-7I for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 11:04:03 -0500 Received: from mail-ew0-f209.google.com ([209.85.219.209]:56280) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVoeY-0004Gv-HR for emacs-orgmode@gnu.org; Fri, 15 Jan 2010 11:04:02 -0500 Received: by ewy1 with SMTP id 1so170399ewy.8 for ; Fri, 15 Jan 2010 08:04:00 -0800 (PST) In-Reply-To: <55bd243d1001150755h359de66bkb3593b8fa5cdd936@mail.gmail.com> 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: Juan Reyero Cc: org-mode Mailing List On Jan 15, 2010, at 4:55 PM, Juan Reyero wrote: > Greetings, > > I've just installed org-ctags in my system and it works beautifully. > One note, though, for those of you running on OS-X: you need to setq > org-ctags-path-to-ctags pointing to your ctags executable before > requiring org-ctags, otherwise it fails as it tries to call a > non-existing (operating-system) function. Hmm. Maybe we could actually use executable-find to initialize the variable. I'll look into it. > > Also, there was some talk a while ago about exporting the org-ctags > links; Carsten pointed out that a function that returns the target's > filename was required > (http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20565.html) and > Paul wrote org-ctags-get-filename-for-tag for this purpose. I wonder, > has anybody used it to actually export HTML with ctags links? I'd > like my web publishing to take advantage of the great ctags package. This part is not yet implemented. Patches welcome! - Carsten > > Best, > > Juan > -- > http://juanreyero.com/ > > > _______________________________________________ > 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 - Carsten