Re: Finally figuring out some ob-sqlite stuff -- for worg?

2019-11-09 Thread Thomas S. Dye
Okay, it's up. If anyone wants to explain to me the point of the "where exists" clause in the SQL, I would be interested to hear. It works as expected this way, but is that clause necessary? The 'if exists' clause protects against an SQLite error raised if you ask to delete a table that

Re: Finally figuring out some ob-sqlite stuff -- for worg?

2019-11-09 Thread Stefan Nobis
Eric Abrahamsen writes: > Okay, it's up. If anyone wants to explain to me the point of the > "where exists" clause in the SQL, I would be interested to hear. It > works as expected this way, but is that clause necessary? Yes, very necessary. Without it, all ratings would be changed - the two

calc embedded mode and org tables

2019-11-09 Thread Fraga, Eric
Hello all, I use calc embedded mode for many simple calculations. I have the need to refer to some previously calculated values using calc in an org table. So, for instance, if I have the embedded formula x := 3 + ln(10) => 5.303 in my org buffer, is there some way to access the value of x in

Re: Bug: LaTeX output of numbered TODO plain list items lose numbering. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/27.0.50/lisp/org/)]

2019-11-09 Thread Fraga, Eric
On Friday, 8 Nov 2019 at 21:28, Brian Carlson wrote: > So it seems that the numbering of numbered items in a plain list are not > maintained when the numbered item is also a TODO plain list item. This is a "feature", not a bug. The intention was to export check box lists nicely to LaTeX,

Re: Finally figuring out some ob-sqlite stuff -- for worg?

2019-11-09 Thread Eric Abrahamsen
"Fraga, Eric" writes: > This looks quite useful and would be nice to have on Worg. Thanks. Okay, it's up. If anyone wants to explain to me the point of the "where exists" clause in the SQL, I would be interested to hear. It works as expected this way, but is that clause necessary?

Re: Fwd: Re: Finally figuring out some ob-sqlite stuff -- for worg?

2019-11-09 Thread Eric Abrahamsen
"Thomas S. Dye" writes: > Cancel that, I was looking at a cached version of the page. I guessed that was what happened :)

Re: Bug: ob-plantuml: using @start prefix in buffer returns nil body due to nil assignments [N/A (N/A @ /nix/store/1hmx5h1kn25p7s31h31dz7g3kn1dc6qx-emacs-packages-deps/share/emacs/site-lisp/org/)]

2019-11-09 Thread Jarmo Hurri
Greetings Terje. Terje Larsen writes: > I noticed that I cannot run C-c C-c to convert plantuml source blocks > since the commit (4e854974be9788f029f2d73f829c4d51d2b83faf), see changes > at: >

Bug: Cursor Disapears in Org-Src Blocks in Indent Mode [9.2.6 (release_9.2.6-559-ga01a8f @ /Users/djm/.emacs.d/straight/build/org/)]

2019-11-09 Thread Dylan McDowell
Hello, Expected Behavior: My cursor is always visible throughout my entire org-document Actual Behavior: When moving through org-src blocks, my cursor is visible until I move it to the end of the line. Then my cursor disapears and only shows up when the cursor is placed in the middle of the

customized link pointing at a src block

2019-11-09 Thread Ɓukasz Stelmach
Hi, I'd like to have collapsible source code blocks in my org document exported to HTML. To collapse and restore I have used[1]. The library requires a link (or a button) with appropirate properties. A link needs to point (href) to a block and have additional custom data-toggle property. On

Re: Finally figuring out some ob-sqlite stuff -- for worg?

2019-11-09 Thread Eric Abrahamsen
Stefan Nobis writes: > Eric Abrahamsen writes: > >> Okay, it's up. If anyone wants to explain to me the point of the >> "where exists" clause in the SQL, I would be interested to hear. It >> works as expected this way, but is that clause necessary? > > Yes, very necessary. Without it, all

Fwd: Re: Finally figuring out some ob-sqlite stuff -- for worg?

2019-11-09 Thread Thomas S. Dye
Cancel that, I was looking at a cached version of the page. Thanks again for the documentation. All the best, Tom Thomas S. Dye writes: Okay, it's up. If anyone wants to explain to me the point of the "where exists" clause in the SQL, I would be interested to hear. It works as expected this

Bug: Effort prompt write malformed input in agenda file even after reporting the error [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/share/emacs/26.3/lisp/org/)]

2019-11-09 Thread Firmin Martin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Cannot export org mode to collapsible HTML

2019-11-09 Thread Kris Brown
Hi, I am trying to have basic folding functionality for my org file that has been exported to HTML. I am using Emacs 26.2 (9.0) and Org 9.1.9 on a Mac. This seems to be a built-in feature: JavaScript supported display of web pages

Re: where to place caption so babel results include caption?

2019-11-09 Thread Ken Mankoff
On 2019-11-06 at 17:53 +01, Ken Mankoff wrote... > On 2019-11-06 at 17:05 +01, Berry, Charles wrote... >> M-: (org-babel-map-src-blocks nil (org-babel-insert-result "" >> '("replace"))) RET An improvement: Don't insert #+results: if they don't already exist: (org-babel-map-src-blocks nil

Using Org and eev together - problem with source blocks

2019-11-09 Thread Eduardo Ochs
Hi list, I gave a presentation about eev at the EmacsConf a few days ago, and after the conference I started to work on a tutorial to explain how to use Org and eev together... links: http://angg.twu.net/emacsconf2019.html http://angg.twu.net/LATEX/2019emacsconf-long.pdf (slides)

Re: Bug: LaTeX output of numbered TODO plain list items lose numbering. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/27.0.50/lisp/org/)]

2019-11-09 Thread Brian Carlson
On 11/9/19 6:59 AM, Fraga, Eric wrote: > On Friday, 8 Nov 2019 at 21:28, Brian Carlson wrote: >> So it seems that the numbering of numbered items in a plain list are not >> maintained when the numbered item is also a TODO plain list item. > This is a "feature", not a bug. The intention was to