From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: ox-confluence.el: omit radio target links (that end up being dead links) Date: Tue, 17 Mar 2020 16:09:26 +0100 Message-ID: <2020-03-17T16-02-16@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55528) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEDqb-0003IO-Dg for emacs-orgmode@gnu.org; Tue, 17 Mar 2020 11:09:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEDqa-0004yU-7T for emacs-orgmode@gnu.org; Tue, 17 Mar 2020 11:09:37 -0400 Received: from ciao.gmane.io ([159.69.161.202]:47252) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jEDqa-0004jW-02 for emacs-orgmode@gnu.org; Tue, 17 Mar 2020 11:09:36 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jEDqX-000Epv-UW for emacs-orgmode@gnu.org; Tue, 17 Mar 2020 16:09:33 +0100 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi! As stated on [1] I do have an issue with export to Confluence markup via org-mode/contrib/lisp/ox-confluence.el and radio targets[2]. When I am using a snippet like: | - <> :: this is the explanation to this weird term | | [...] | | Please respect the foo bar everyhere. ... it gets exported like that: | - *foo bar* - this is the explanation to this weird term | | [...] | | Please respect the [foo bar|foo bar] everyhere. These "[foo bar|foo bar]" snippets are then interpreted by Confluence as links to the Confluence pages named "foo bar" which usually don't exist. I think it would be a good improvement to ignore radio links in the ox-confluence output. Thanks! [1] https://www.reddit.com/r/emacs/comments/fk5z1b/how_to_remove_foo_barfoo_bar_links_via/ I'm asking how to search/replace current expressions as a short-term workaround. [2] https://orgmode.org/manual/Radio-Targets.html -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal Information Management > http://Karl-Voit.at/tags/pim/ Emacs-related > http://Karl-Voit.at/tags/emacs/