Re: Limitations on Tags ?

2020-10-25 Thread TRS-80
On 2020-10-01 16:09, David Masterson wrote: Just wondering -- what's the limit in the number of tags for a headline? What if I have a headline with lots of tags or some very long tags? These are some of reasons I started putting my tags into PROPERTIES. Then I don't have to worry about

Either zero or two newlines with org-agenda-block-separator, cannot seem to get one?

2020-10-25 Thread TRS-80
Hallo, I tried to change the value of org-agenda-block-separator variable to many things (including characters and strings, in accordance with the documentation) however I could not seem to achieve the desired result. I was trying to make one blank line between agenda blocks in my custom agenda

Re: [PATCH] ob-java

2020-10-25 Thread ian martins
I made the changes, updated the commit message for the large patch, and pushed. On Sat, Oct 24, 2020 at 10:40 PM Kyle Meyer wrote: > ian martins writes: > > > After making the changes, should I submit updated patches or is it fine > to > > push? > > Push away. Thanks again. >

[PATCH] Async session eval (2nd attempt)

2020-10-25 Thread Jack Kamm
This patch adds asynchronous evaluation for session blocks in Python. It also adds functionality to implement async session eval for other languages using ob-comint.el. To test the attached patch, add ":async" to a Python session block with a long computation (or "time.sleep") in it. Upon

Cannot load om while trying to load org

2020-10-25 Thread George Mauer
This might be a spacemacs-specific error, but maybe people here can help me out? I am getting the following error on org load > (file-missing "Cannot open load file" "No such file or directory" "om") (full stacktrace below) Indeed, I get this: > (require 'om) > *** Eval error *** Cannot open

Re: [PATCH] ob-gnuplot: handle remote input files

2020-10-25 Thread Ferdinand Pieper
Hi Bastien, Bastien writes: > Applied, thanks! Thank you. > The commit message and the changelog were perfect, thanks for taking > care of this. I simply added "TINYCHANGE". I signed the FSF copyright times a short while ago, so I think this is no longer necessary. Best,

[PATCH] x11idle: Make installation a little smoother

2020-10-25 Thread Adam Spiers
Fix a -Wimplicit-int compiler warning, and make it more obvious how to obtain scrnsaver.h on three of the most popular Linux distros. Signed-off-by: Adam Spiers --- contrib/scripts/x11idle.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/scripts/x11idle.c