Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
> Eric S Fraga writes: > 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

[O] [PATCH] Add feature to org-drill to auto pronounce word

2019-01-09 Thread stardiviner
I spend a little time to check out org-drill source code, to find out where I can insert hook to run function when presenting word. Then I finally found the place in ~org-drill-entry~. Here is my patch. >From 81765e9395f5c0bec21d44aeaf16919d35a39eee Mon Sep 17 00:00:00 2001 From: stardiviner Dat

Re: [O] Displaying inline svg images

2019-01-09 Thread Kaushal Modi
> > Thanks Eric, Colin. Please see my further questions below. > Eric S Fraga writes: > > > 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 >

Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
> Kaushal Modi writes: --- snip > Great! So any regression in Org mode 9.2 is ruled out :) > I need to see what's different in my environment: Emacs version, > imagemagick version. > Later today, I'll find out my imagemagick version, and also try > running my exam

Re: [O] Displaying inline svg images

2019-01-09 Thread Eric S Fraga
On Wednesday, 9 Jan 2019 at 06:53, Kaushal Modi wrote: > I see that you are running Emacs master. Can you also report the git > hash used to build it? Also, what is your imagemagick version? According to dpkg, emacs-snapshot 2:2018+emacs-26.1-3391-ga004d3bbbae-1 imagemagick8:6.9.10.14+df

Re: [O] Displaying inline svg images

2019-01-09 Thread Kaushal Modi
Hello Colin, Eric: First of all, thanks for checking things on your end, and apologize for the noise. I had an experimental setting of image-type-header-regexps lying in my Emacs config and that messed up the SVG inlining. All good now.

Re: [O] Displaying inline svg images

2019-01-09 Thread Eric S Fraga
On Wednesday, 9 Jan 2019 at 11:16, Kaushal Modi wrote: > First of all, thanks for checking things on your end, and apologize > for the noise. No worries and I'm glad you got it sorted. These are complex systems and hence quite fragile (unfortunately). I spent quite some time this morning fighti

Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
> Kaushal Modi writes: > Hello Colin, Eric: First of all, thanks for checking things on > your end, and apologize for the noise. > I had an experimental setting of image-type-header-regexps lying > in my Emacs config and that messed up the SVG inlining. > All good now.

[O] Inlining TikZ blocks as SVG in HTML export

2019-01-09 Thread Christophe Garion
Hello, I would like to be able to export Org files containing TikZ pictures to HTML files with SVG pictures corresponding to TikZ pictures inlined directly in the HTML files. My use case is to produce quizz questions with graph drawings for the Moodle LMS (https://moodle.org/) used at our universi

Re: [O] [PATCH] fix org-num-mode detect enabled already issue

2019-01-09 Thread Nicolas Goaziou
Hello, stardiviner writes: > And here is the steps to reproduce this issue: > > my config: > > (require 'org-num) > (setq org-num-skip-footnotes t) > (add-hook 'org-mode-hook #'org-num-mode) > > 1. Then open an Org file, it has `org-num-mode` enabled because upper >config added to hook. > >

Re: [O] horizontal rules in table confuse org-table-iterate

2019-01-09 Thread Nicolas Goaziou
Hello, Hendrik Tews writes: > org-table-iterate does not update tables for me. In the following > table: > > | 1 | 1 | > | 2 | 2 | > |---+---| > | 3 | 4 | > > #+TBLFM: $2=$1+1::@3$1=vsum(@1..@2) > > M-x org-table-iterate does not update the table, although I was > expecting a 2 in cell @1$2. If

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

2019-01-09 Thread Nicolas Goaziou
Hello, cesar mena writes: > from the docstring: > > |--- org-auto-repeat-maybe > | Check if the *current headline* contains a repeated time-stamp. > | > | If yes, set TODO state back to what it was and change the base date > | of repeating *d

Re: [O] ob-clojure should not tangle with inserting (ns ..) line when no :ns specified.

2019-01-09 Thread stardiviner
stardiviner writes: > The ob-clojure tangle will insert ~(ns ..)~ from babel header argument :ns or > use defualt ~(ns user)~. > >#+begin_src clojure :eval no :ns "" :tangle > "data/code/xunfei-clj-demo/project.clj" :results link :file > "data/code/xunfei-clj-demo/project.clj" >(defpr

[O] Clone tree backwards in time

2019-01-09 Thread Scott Randby
Hello, On occasion, I need to clone a tree backwards in time. I tried using something like -2d (instead of the usual +2d) without success. Is there a way to clone backwards in time? Scott Randby