Re: [PATCH] org: Update example in docstring to accommodate new name and new format

2020-07-20 Thread Leo Vivier
Hi again, I forgot a closing paren in the previous commit. You’ll find an amended version below, as well as a little more context-lines. Sorry! HTH, -- Leo Vivier >From 01acc00866f14a6e70e3abcb024534c392dc8a27 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Mon, 20 Jul 2020 22:11:15 +0200

emphasis spans header and entry text

2020-07-20 Thread Samuel Wales
* look at /root and stuff and see if it is similar to /tuber/ in recent maint this emphasises from /root to eoe. dunno if it is feasible to fix, but there you have it. thanks. -- The Kafka Pandemic What is misopathy?

Re: [PATCH] lisp/ob-core.el: pass expanded body to org-confirm-babel-evaluate

2020-07-20 Thread Tom Gillespie
Hi Kyle, Thank you for the feedback. In short if modifying (nth 1 info) in place won't cause a problem then I think it is the way to go. Details below. Best, Tom On Sun, Jul 19, 2020 at 2:13 PM Kyle Meyer wrote: > > Tom Gillespie writes: > > > This is a patch to improve the behavior of > >

[PATCH] org: Update example in docstring to accommodate new name and new format

2020-07-20 Thread Leo Vivier
Hi there, I’ve spotted an example in a docstring that wasn’t updated when the command was renamed and moved to another file in d34786f2279d0fd02e7d0484e36bc22adc760de2. I took the liberty to update it. HTH, -- Leo Vivier >From 83dde9d0735cc6223233aa18c938a4ae14b4c88c Mon Sep 17 00:00:00 2001

Re: Search for an entry expands parent

2020-07-20 Thread Nick Dokos
Gt Uit writes: >   >   > 18.07.2020, 18:48, "Kyle Meyer" : > > Gt Uit writes: >   > >  Updates since my last email: >  - Sometimes the first C-s yields intended result (minimal), with >  subsequent C-s searches expanding all entries. >  - I tried on

Re: problem with org-ref

2020-07-20 Thread John Kitchin
This means the biblio package is not installed for some reason. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On

problem with org-ref

2020-07-20 Thread Johannes Brauer
Hi! After having upgraded my packages I can activate org-ref anymore. (require 'org-ref) results in the error message: File error: Cannot open load file, No such file or directory, biblio Any hints what is going wrong? I am using org-ref-20200710.1516 Aquamacs 3.5 GNU Emacs 25.3.50.1

Re: Search for an entry expands parent

2020-07-20 Thread Gt Uit
  18.07.2020, 18:48, "Kyle Meyer" :Gt Uit writes:  Updates since my last email: - Sometimes the first C-s yields intended result (minimal), with subsequent C-s searches expanding all entries. - I tried on Emacs 28.0.50 and am getting the same results. - I tried with emacs -Q and isearch minimal

Re: [PATCH] Use completing-read-multiple for org-set-tags-command

2020-07-20 Thread Clemens
> Note, though, that org-set-tags-command already supports completing > multiple tags through org-tags-completion-function, which it passes as > the COLLECTION argument to completing-read. In order to see that in > action, you may need to tell the completion library you use to fall back > to the