[O] Patch: org-link-ignore-path-to-self

2016-07-27 Thread Shintaro Katayama
Hi, The attached patch enables to choose whether link contains a (file-)path to self, or not. One new variable "org-link-ignore-path-to-self" should be true as the original behavior (~ no path to self by org-insert-link). However, the path-to-self will remain when the value is nil. This feature i

Re: [O] ob-shell, output and continuation prompts

2018-02-04 Thread Shintaro Katayama
Hi, A similar issue - a code block and the result below would be normal. #+BEGIN_SRC shell echo $PWD #+END_SRC #+Results: : /Users/shin/Documents However, when I specified a session name, the first evaluation returns a table-format value as below, ... #+BEGIN_SRC shell :session *shell* ec