Re: [O] Bug: Secondary smart quotes are exported as apostrophes. [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/coleman/.emacs.d/elpa/org-9.1.14/)]

2019-01-08 Thread Nicolas Goaziou
Hello, Coleman Gariety writes: > I agree. However, in specialized fields (linguistics and philosophy, for > example), single quotation marks are commonly used to refer to technical > terms or specialized uses of words >

Re: [O] please read: bug when marking tasks done

2019-01-08 Thread Nicolas Goaziou
Hello, cesar mena writes: > as per the documentation for "org-auto-repeat-maybe" only the base date > of repeating deadline/scheduled time stamps should change. AFAICT the > patch changes every occurrence of an inactive repeating timestamp that is > not a comment. The base date of a time stamp

Re: [O] Failing org-num-mode test

2019-01-08 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > While recently working on few Org tag fixes in org.el, I was running make > test, and saw 1 test related to the recently added org-num-mode fail. > > The failure can be quickly recreated with: > > make test BTEST_RE=test-org-num As pointed out by Kyle Meyer (Cc'ed

Re: [O] batch failure of first org-num test

2019-01-08 Thread Kaushal Modi
On Mon, Jan 7, 2019, 2:56 PM Kyle Meyer Sorry, I just now spotted an earlier message from Kaushal that reports > the same test failure: > https://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00112.html No need to be sorry. You did the debugging and even found a fix for this. :)

Re: [O] please read: bug when marking tasks done

2019-01-08 Thread Bernt Hansen
Nicolas Goaziou writes: > Anyway, I don't really have any other idea besides dropping the repeater > part from automatically inserted inactive time stamps. When I unschedule (and log) a habit I don't want to lose the detail about the repeat interval. My workaround for this is to break the time

[O] exporting code blocks with continued line numbers?

2019-01-08 Thread John Kitchin
Hi all, In the following example document: #+BEGIN_SRC python -r +n #!/bin/env python (ref:bang) print() (ref:print) #+END_SRC Next, you need to modify line [[(filename)]] to point to the Excel sheet you have saved the data in, line [[(sheet)]] with an integer for the sheet number for the data

Re: [O] Change in order of tag collation from #+filetags plus heading tags [Regression 9.1 -> 9.2]

2019-01-08 Thread Kaushal Modi
On Fri, Jan 4, 2019 at 4:43 PM Kaushal Modi wrote: > I am also copying Matt Lundin as I believe that this commit[1] caused this > regression. > > If above looks good, I will go ahead the commit this patch with test, > proper commit log, etc. > I went ahead and committed this fix to maint (and me

Re: [O] exporting code blocks with continued line numbers?

2019-01-08 Thread John Kitchin
Answering my own question: (add-to-list 'org-latex-minted-options '("firstnumber" "last")) seems to do it. For per block continuation you can use: #+attr_latex: :options firstnumber=last John --- Professor John Kitchin Doherty Hall A207F Department of Chemical

Re: [O] please read: bug when marking tasks done

2019-01-08 Thread cesar mena
hello nicolas, Nicolas Goaziou writes: > Hello, > > cesar mena writes: > >> as per the documentation for "org-auto-repeat-maybe" only the base date >> of repeating deadline/scheduled time stamps should change. AFAICT the >> patch changes every occurrence of an inactive repeating timestamp that

Re: [O] org-copy-subtree: Invalid function: org-preserve-local-variables

2019-01-08 Thread Nicolas Goaziou
Hello, Britt Anderson writes: > Using org version 9.2 and emacs version 26.1 I received the error in the > subject line when trying to move or archive subtrees. It seems to me > that this is related to the > > (eval-and-compile (require 'org-macs)) > > line in org.el as replacing it with (requir

[O] keybinding change in org 9.2?

2019-01-08 Thread John Kitchin
Did anything change in org 9.2 that would affect how key-bindings are loaded? I installed org-plus-20181230 from MELPA and suddenly many keybindings that used to work didn't, e.g. all the org-ref bindings, and other customizations I had made. If I manually run those files, the bindings come back, b

Re: [O] keybinding change in org 9.2?

2019-01-08 Thread Tim Cross
The only key binding issue I ran into was not being able to use C-c C-, for the new block expansion code. Problem turned out to be a key binding conflict with hydra-ox, which I don't use, but which was being loaded by another package I do use. Apart from that, I've not run into any binding issue

Re: [O] keybinding change in org 9.2?

2019-01-08 Thread Tim Cross
Forget that the only other issue I ran into was a problem with mu4e. I was still running 0.9.x (default for my Linux distro version). Found I had issues with org and mu4e integration. Updated mu4e to current version and all was OK. John Kitchin writes: > Did anything change in org 9.2 that wou

[O] recently header argument :file does not respect :dir anymore

2019-01-08 Thread stardiviner
For example, like this source block: #+begin_src sh :mkdirp yes :results file link :dir "data/code" :file "awesome-cl-software/README.md" :async if [ -d awesome-cl-software ]; then cd awesome-cl-software ; git pull else git clone --recursive https://github.com/azzamsa/awesome-cl-software.gi

Re: [O] exporting code blocks with continued line numbers?

2019-01-08 Thread stardiviner
This solved a problem in my todo list. Thanks for sharing. John. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B

[O] Displaying inline svg images

2019-01-08 Thread Kaushal Modi
Hello, I am unable to display inline SVG images. Here is the minimum reproducible example: 1. I have org-image-actual-width defcustom at its default value of t. 2. Here is the Org file: = #+startup: inlineimages [[file:red-blue-squares.svg]] = 3. Here is the example SVG file. Put it i

Re: [O] Displaying inline svg images

2019-01-08 Thread Eric S Fraga
On Wednesday, 9 Jan 2019 at 00:25, Kaushal Modi wrote: > Hello, > > I am unable to display inline SVG images. Your example works fine for me but I am using a slightly old version of org so maybe something has changed? -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442