Re: [PATCH] Fix outdated o-blog link

2022-02-12 Thread Marco Wahl
thecashewtrader writes: > org-blog-wiki.org | 2 +- > > -- [[http://renard.github.com/o-blog][o-blog]] :: Stand-alone blogging system > that does not require any external > > +- [[https://renard.github.io/o-blog-v2/][o-blog]] :: Stand-alone blogging > system that does not require any

Bug with exporting list with link item containing "::" to markdown

2022-02-12 Thread Cash Weaver
Hi all, I noticed a bug which I thought was related to ox-hugo but the maintainer recommended I mention it here instead as it's likely related to the org-element library. My report: https://github.com/kaushalmodi/ox-hugo/issues/562 As a quick summary: The following list item is improperly

[PATCH] Fix outdated o-blog link

2022-02-12 Thread thecashewtrader
--- org-blog-wiki.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-blog-wiki.org b/org-blog-wiki.org index b80d33f4..333813e0 100644 --- a/org-blog-wiki.org +++ b/org-blog-wiki.org @@ -22,7 +22,7 @@ contribute*! * Blogging tools --

Possible to robustly embed elisp links in source block table results?

2022-02-12 Thread Tim Landscheidt
Hi, I want org-mode to display a tab-separated values table ge- nerated by jq that includes elisp links that do something (differently) for each row, especially containing data that is not displayed in other columns. The source block: | #+BEGIN_SRC sh :colnames '(Column\ A Column\ B Column\ C)