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
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
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
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:
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
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
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