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-02 Thread Coleman Gariety
Nicolas, Thank you for your response. I now see that I had misunderstood the documentation. Also, it occurs to me that one can make use of single quotation marks as primary quotes when mentioning a word without using it. Moreover, when italics and double quotation marks are also present, the use

Re: [O] how do I search state change dates?

2019-01-02 Thread Michael Welle
Hello, "Christopher W. Ryan" writes: > I try to keep track of books I want to read, and when I eventually read > them. I use TODO keyword for books I intend to read, and I change the > state to READING and then DONE, as appropriate. Each state change gets a > date/time stamp. at [0] you will

Re: [O] Bug: C-u M-x org-footnote-action sort deletes footnotes used in #+include:’d files [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.3/lisp/org/)]

2019-01-02 Thread Arne Babenhauserheide
Nicolas Goaziou writes: >> here’s a minimal release. Add it into an org-file, then create main.org >> and sub.org with M-x org-babel-tangle. Finally run the code-block in >> main.org. >> >> #+BEGIN_SRC org :tangle main.org >> ,#+include: sub.org >> >> Here is a footnote[fn:1] >> >> run the

Re: [O] Bug: Latex preview fg color w/tikz (known problem, fix suggested) [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.90/lisp/org/)]

2019-01-02 Thread Carlos Pita
Here is a patch. It removes quite a few LOC. > I think option 3 is better. Is there any use case left for :use-xcolor? Every other previewer has :use-xcolor t. I assume it's safe to simply ignore :use-xcolor if it's there except that some user has configured a converter that for some reason

[O] [Patch] [Feature request] Add option to natively fontify latex snippets and environment

2019-01-02 Thread Carlos Pita
This patch adds a fourth 'native value to org-highlight-latex-and-related. It matches the same structures than 'latex but it calls org-src-font-lock-fontify-block instead. It's a simple change that brings full latex fontification by building on top of org-src. I'm using it (implemented as an

Re: [O] Bug: Group tag filters repeated per org-file [9.1.13 (release_9.1.13-751-g9dcc52 @ c:/D-Drive/bin/org-mode/lisp/)]

2019-01-02 Thread Josiah Schwab
Hello, I recently upgraded to org 9.2 (release_9.2-4-g284799) and just wanted to note that I am still seeing this cosmetic issue that Bernt reported. Josiah

Re: [O] How about Org Mode invalid link handling strategy for exporting?

2019-01-02 Thread Nicolas Goaziou
Hello, stardiviner writes: > When I use package "ox-epub" to export current Org buffer to EPUB file, > it is based on "ox-html", I got some issues. One issue is about the > external file resource link which can't add into EPUB, or internal link > but invalid (I use narrow to subtree to debug

Re: [O] How about Org Mode invalid link handling strategy for exporting?

2019-01-02 Thread John Kitchin
Can you (setq org-export-with-broken-links t) to address some of these? It looks like (setq org-export-with-broken-links 'mark) will change them to [BROKEN LINK: path]. According to the docs: This option can also be set with the OPTIONS keyword, e.g., "broken-links:mark". stardiviner writes:

Re: [O] headline and a table

2019-01-02 Thread Jude DaShiell
Great, thanks this worked perfectly! On Wed, 2 Jan 2019, Eric S Fraga wrote: > Date: Wed, 2 Jan 2019 09:51:15 > From: Eric S Fraga > To: Jude DaShiell > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] headline and a table > > On Saturday, 29 Dec 2018 at 09:41, Jude DaShiell wrote: > > I have an

Re: [O] Org-drill edit feature request

2019-01-02 Thread John Kitchin
My experience with this is that you have to get the word by some means (e.g. it is a property, or it is selected some how) and then send it to a platform specific speech program. It is easy on a mac as there is a command line tool called "say". So, something like this (shell-command "say

Re: [O] headline and a table

2019-01-02 Thread Eric S Fraga
On Saturday, 29 Dec 2018 at 09:41, Jude DaShiell wrote: > I have an orgmode table and a note in a headline and those two need to > stay together in the same file. The table as is usual has headings. What > I would like to know is if orgmode can do a boxed heading like this: > |--|---| >

Re: [O] Exporting description list without description

2019-01-02 Thread Eric S Fraga
On Sunday, 30 Dec 2018 at 00:32, Yasushi SHOJI wrote: > Hi, > > I'm not sure this is a bug or something else. But the following two > list behave differently when exported. The fist one inserts a newline > between one and two. What export target? I don't see any difference when exporting to

Re: [O] Bug: Latex preview fg color w/tikz (known problem, fix suggested) [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.90/lisp/org/)]

2019-01-02 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > Considering the above, do you still want me to write a patch for this? > > Some options: > > 1. Add the above as a remark in the user guide or the wiki. > > 2. Add a variant of the dvipng backend, say dvipng-xcolor, as explained. > > 3. Remove the dvipng cli color

Re: [O] [Feature Request] Add an dispatcher command (keybinding) for inserting dynamic blocks

2019-01-02 Thread Nicolas Goaziou
Hello, stardiviner writes: > As always, add patch as attachment. Thank you! I applied your patch, with minor tweaks. Regards, -- Nicolas Goaziou

Re: [O] how do I search state change dates?

2019-01-02 Thread Eric S Fraga
On Tuesday, 1 Jan 2019 at 14:16, Christopher W. Ryan wrote: > I try to keep track of books I want to read, and when I eventually read > them. I use TODO keyword for books I intend to read, and I change the > state to READING and then DONE, as appropriate. Each state change gets a > date/time