Survey: changing a few default settings for Org 9.4

2020-02-18 Thread Bastien
Hi all, while Org 9.4 is on its way, I am considering changing a few default settings (10 options in total). I have created a survey here: https://framadate.org/Ufc42EVxS2jO1Ajz Can you take a few minutes and express your opinion there? Here is the list of options and a line of justification

Re: [PATCH] Fix ob-python.el initiate session error with py-shell

2020-02-18 Thread numbch...@gmail.com
Yes, Jack, as Bastien said, you can format my commit, because my home network is broken, I'm using Mobile Phone's 4G network to get online. Can't get update immediately. And thanks for tips about `python-mode' is deprecated. I didn't know that. I will migrate to `python.el'. [stardiviner]

Re: How to occasionally store link as file.org+headline

2020-02-18 Thread Matthew Lundin
Mirko Vukovic writes: > For most of my links, I want to use the ID generated by orgmode > i.e., (setq org-id-link-to-org-use-id t) > > But occasionally, for targets that are not part of my agenda files, I want > to store a link of the type file:path.org::*headline > > I wrote the following

Re: [PATCH] Fix ob-python.el initiate session error with py-shell

2020-02-18 Thread Bastien
Hi Jack, Jack Kamm writes: > Unless it is standard to take the subject line as the > commit message? Yes, it is - although in stardiviner's patch, the subject line should not have the asterisk. You can check for the propre format of a patch by doing ~$ git format-patch HEAD~10 and read the

Re: Automatic LaTeX preview toggling

2020-02-18 Thread Ken Mankoff
Recent melpa package does this: https://github.com/io12/org-fragtog -k. Please excuse brevity. Sent from tiny pocket computer with non-haptic feedback keyboard. On Thu, Feb 13, 2020, 21:20 Ag Ibragimov wrote: > > I just recently discovered that this excellent code snippet that I found >

Re: [PATCH] Fix ob-python.el initiate session error with py-shell

2020-02-18 Thread Jack Kamm
Hi stardiviner, Sorry for the noise, I have some additional comments below: When I run "make compile", I get the following message: In org-babel-python-initiate-session-by-key: ob-python.el:211:12:Warning: py-shell called with 9 arguments, but accepts only 0-1 I think this is because the

Re: [PATCH] Fix ob-python.el initiate session error with py-shell

2020-02-18 Thread Jack Kamm
Hi stardiviner, > This minor patch should fixed ~py-shell~ initiate Python session issue. It looks like this patch only affects users of python-mode.el. Since I don't use python-mode.el, I cannot test it. But the patch looks fine. Please add a commit message and changelog entry, and I'll merge

Re: Bug: R src blocks fail to produce link to graphics file [9.3 org-plus-contrib-20200127]

2020-02-18 Thread Tyler Smith
You're welcome! I think the examples could use refreshing/restructuring, but I'm not sure when I'll have time to get to that. Best, Tyler -- plantarum.ca On Mon, Feb 17, 2020, at 12:40 PM, Jack Kamm wrote: > Hi Tyler, > > >> The documentation for ob-R is now incorrect: > >> > >>

Re: [PATCH] Re: ob-clojure.el: Add ClojureScript interface

2020-02-18 Thread Bastien
Hi stardiviner, stardiviner writes: > I tested your method, true. And I also pulled that latest ob-clojure.el > changes. > Works great, I like this new method more. Thanks for your > improvement. Thanks for your feedback. Also, you may have noted that the code for Clojure sessions has been

Re: [PATCH] Fix ob-python.el initiate session error with py-shell

2020-02-18 Thread Bastien
Hi Stardiviner, I add Jack to the loop, as he's deciding for these patches. Jack: feel free to go ahead with committing, the release of 9.4 is not yet planned (I'll write to the list when it is.) Thanks! stardiviner writes: > When I have a python src block like this: > > #+begin_src python

Re: Possible to exclude/include tags for agenda custom commands?

2020-02-18 Thread Bastien
Hi Adam, Adam Porter writes: > https://alphapapa.github.io/org-almanac/ this is a very nice list of resources! Do you think we can advertize it somewhere on Worg? If yes but are unsure *where*, just go ahead with whatever location seems fine, we can always rearrange Worg's contents later on.

Re: [PATCH] Re: ob-clojure.el: Add ClojureScript interface

2020-02-18 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bastien writes: > stardiviner writes: > >> I use CIDER (sesman) keybinding =[C-c C-s d]= on ob-clojure src >> block to link current buffer directory to CIDER REPL session. > > I simply start Cider with C-c M-j and then execute the Clojure source

[PATCH] Fix ob-python.el initiate session error with py-shell

2020-02-18 Thread stardiviner
When I have a python src block like this: #+begin_src python :session "test" :results output print("hello, world") #+end_src It will report session error. This minor patch should fixed ~py-shell~ initiate Python session issue. -- [ stardiviner ] I try to make every word tell the

Re: [PATCH] org-agenda.el: Fix typo

2020-02-18 Thread Bastien
Hi Stefan, Stefan Kangas writes: > Please find attached a small patch to fix a typo. I have signed > papers with the FSF for Emacs. Applied in maint, thanks! -- Bastien

[PATCH] org-agenda.el: Fix typo

2020-02-18 Thread Stefan Kangas
Please find attached a small patch to fix a typo. I have signed papers with the FSF for Emacs. Best regards, Stefan Kangas >From d23d79344a29f53e684b4993e056145007f906f5 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 18 Feb 2020 07:24:33 +0100 Subject: [PATCH] org-agenda.el: Fix typo