Re: bug#54764: encode-time: make DST and TIMEZONE fields of the list argument optional ones

2022-04-09 Thread Max Nikulin
I am sorry, I have realized that debbugs.gnu.org does not send copies to the addresses specified in the X-Debbugs-CC header of the original report. Now I am sending a copy of my earlier message to emacs-orgmode. Please, add 54...@debbugs.gnu.org to replies to this message. Paul, I am sorry th

[PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list

2022-04-09 Thread Christopher M. Miles
I bellowing example: #+begin_src org ,#+NAME: ob-clojure-table-test | a | b | c | |---+---+---| | 1 | 2 | 3 | ,#+NAME: ob-clojure-table-test-2 | a | b | c | |---+---+---| | 1 | 2 | 3 | ,#+begin_src clojure :var kk=ob-clojure-table-test :var kk2=ob-clojure-table-test-2 :results output (println

[PATCH] Updated patch, fixed data structure for table

2022-04-09 Thread Christopher M. Miles
From 87c17465241b44030945391c6d036b44799a7694 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sat, 9 Apr 2022 21:14:22 +0800 Subject: [PATCH] ob-clojure.el: Fix header argument :var binding passed table or list data * lisp/ob-clojure.el (org-babel-expand-body:clojure): Add if condition to handl

Local visibility makes header always visible

2022-04-09 Thread Eduardo Suarez
Say next org file, where I want the content of entry ABA not to be shown (e.g. because it is not important). --- BEGIN ORG FILE --- #+STARTUP: content * A ** AA ** AB *** ABA :PROPERTIES: :VISIBILITY: folded :END: ABAA ABAB ABAC ** AC * B * C --- END ORG FILE This works as expected

Re: Putting LaTeX inside a figure environment on export

2022-04-09 Thread William Denton
On 9 April 2022, Jason Ross wrote: Does the following work? #+caption: This is a large tree @@latex:\index[photos]{Tree}@@ [[file:large_tree.jpg]] By Jove, it does. That's brilliant. Thanks! Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private i

Re: Putting LaTeX inside a figure environment on export

2022-04-09 Thread Jason Ross
On 4/9/22 12:36, William Denton wrote: Is there a way to get a line of LaTeX inside a figure environment when exporting from Org? For example, let's say I have:     #+caption: This is a large tree     [[file:large_tree.jpg]] I want to use this to generate an entry in an index:   

Putting LaTeX inside a figure environment on export

2022-04-09 Thread William Denton
Is there a way to get a line of LaTeX inside a figure environment when exporting from Org? I've got a problem making an index of photographs where some of the photos are large and get floated to a different page, and the page number in the index is incorrect. For example, let's say I have:

Re: bug#54764: encode-time: make DST and TIMEZONE fields of the list argument optional ones

2022-04-09 Thread Paul Eggert
On 4/7/22 05:37, Max Nikulin wrote: (encode-time '(0 30 20 07 04 2022 nil nil nil)) ; wrong! Yes, and I see a couple of places (org-parse-time-string, org-read-date-analyze) where Org mode returns the wrong decoded timestamps, ending in (nil nil nil) even though the DST flag is unknown