From mboxrd@z Thu Jan 1 00:00:00 1970 From: tom Subject: little elisp help? Date: Wed, 2 Jul 2014 15:20:25 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158ac7866353404fd3b9f9c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2R12-0000HW-W1 for emacs-orgmode@gnu.org; Wed, 02 Jul 2014 16:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2R11-0001Rc-LV for emacs-orgmode@gnu.org; Wed, 02 Jul 2014 16:20:28 -0400 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:48593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2R11-0001RU-9O for emacs-orgmode@gnu.org; Wed, 02 Jul 2014 16:20:27 -0400 Received: by mail-ob0-f175.google.com with SMTP id wm4so12838647obc.6 for ; Wed, 02 Jul 2014 13:20:26 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --089e0158ac7866353404fd3b9f9c Content-Type: text/plain; charset=ISO-8859-1 hi guys, I have this: (setq org-link-abbrev-alist '(("foo" . "file:/path/to/%(myfun).txt"))) I'm trying to have "myfun" replace any spaces in the tag with underscores, but I'm not having much luck. Would someone mind giving me a hint? Thanks. --089e0158ac7866353404fd3b9f9c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
hi guys,

I have this:

(setq org-link-abbrev-= alist
'(("foo" . "file:/path/to/%(myfun).txt")))=

I'm trying to have "myfun" replace any spaces in the = tag with underscores, but I'm not having much luck. Would someone mind = giving me a hint?

Thanks.

--089e0158ac7866353404fd3b9f9c--