Here is a screenshot of my tags.
It is really not easy to view.
There a lot of space between tags. and the alignment of group tags is not fine.
signature.asc
Description: PGP signature
Hello,
I've written this patch to fix the syntax error alarm caused by evaluating
the following code block:
#+BEGIN_SRC python :session
if True:
1
2
#+END_SRC
In *Python* buffer:
#+BEGIN_QUOTE
if True:
Python 3.6.1 (default, Apr 8 2017, 19:21:02)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (cla
Hello,
I've written this patch that makes use of prettify-symbols-mode to show
the stars in org headings as nice UTF bullets. There's already
org-bullet-mode[1] but that seems to have been abandoned, plus it isn't
included in org mode itself.
The one bug right now is that it'll show an asterisk a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
When I try to evaluate js src block code with session.
I found it is suspended. After edebug, found the problem is on macro
org-babel-comint-with-output.
Here is a minimal reproduce code:
#+begin_src emacs-lisp
(org-babel-comint-with-output
("
From e6e11810c793aaaca0c491c263447fcad39b2eb0 Mon Sep 17 00:00:00 2001
From: stardiviner
Date: Sun, 1 Apr 2018 17:25:19 +0800
Subject: [PATCH 1/2] * ob-js.el (org-babel-js-initiate-session) add required
optional second arg.
---
lisp/ob-js.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletion