Question about relative paths generated by Org

2024-08-09 Thread Wiktor Kwapisiewicz
Hello, I'm using Org-mode's clock feature and it's really great! One thing bothers me: the links generated by the ":link t" option on the clocktable [0] are absolute [1] and it causes problems when using the same file on two different machines: #+BEGIN: clocktable :scope file :maxlevel 3 :li

Influence the table separator in a code block

2021-07-13 Thread Wiktor Kwapisiewicz
Hello, I'm using #+BEGIN_SRC sh code blocks and org-mode nicely renders the output as a table: #+BEGIN_SRC sh echo FIRST SECOND THIRD echo first second third #+END_SRC #+RESULTS: | FIRST | SECOND | THIRD | | first | second | third | And this is very nice. Unfortunately the autodetection