Re: [O] Viewing animated gif as inline video

2019-04-14 Thread stardiviner
Marvin Doyley writes: > Hi there, > > Does anybody know how to view an animated gif as an inline video? I can see > the first frame as an inline image, but I am unable to view the video. > Actually, Emacs can view .gif image in Emacs buffer with iimage-mode or something else. I don't know whe

Re: [O] Shrinking columns after formula recalculation

2019-04-14 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> I have a table with column width cookies. I shrink the columns with >> C-u C-c TAB and then I recalculate with C-c C-c on the #TBLFM >> line. The columns then get expanded and I have to do the C-u C-c TAB >> again after every recalcula

[O] matlab export and insert images

2019-04-14 Thread Uwe Brauer
Hello The following code #+begin_src matlab :results output :exports results :eval never-export :wrap latex x=[0:0.1:1]; y=sin(x); plot(x,y); print -dpng lestablenix.png #+end_src #+CAPTION: Results of the finite difference scheme. #+NAME: fig:lestablenix [[./lestablenix.png]] Inserts

[O] part of table name in remote(NAME, ...) is mangled by org-edit-special

2019-04-14 Thread Tony E. Bennett
Hello, A reference to a table name such as '2019-Q1-X' is rewritten to '2019-@1$17-X' by org-edit-special. And also for '2019_Q1_X'. v9.2.3 Test case: |---++| | # | Q1 | 600.00 | |---++| #+TBLFM: @1$3=remote(2019-*Q1*-X,$total) #+NAME:

[O] Manual does not mention LEVEL special property

2019-04-14 Thread Omari Norman
Hi, The Org mode manual does not mention the LEVEL special property; can you please add it? https://orgmode.org/manual/Special-properties.html Thanks for all your work on Org mode! --Omari

Re: [O] [PATCH] ob-sql.el: Option to reference connections in `sql-connection-alist'

2019-04-14 Thread Stefano Rodighiero
On Sun, Apr 7, 2019 at 9:24 AM Nicolas Goaziou wrote: Thank you for your review. I am attaching a new patch that should address your remarks. Also, see comments below. > > +Given a param NAME, if :dbconnection is defined in PARAMS then > > +look for the param into the corresponding connection d

[O] Bug: Strike-through messes with heading face [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/share/emacs/27.0.50/lisp/org/)]

2019-04-14 Thread Kévin Le Gouguec
Hi, Unless I am mistaken, +strike-through+ markers in headings cause the heading face to disappear. To reproduce, in an Org buffer, add the following heading: * foo *bar* /baz/ _quux_ +corge+ Testing this with emacs -Q, on commit f9694a7 of the master branch, bar (resp. baz and quux) displa