Re: [PATCH] org-clock: Add a trailing space to the mode line string

2023-03-03 Thread Rudolf Adamkovič
clock-get-clock-string) + " ") +(org-clock-out)) + (provide 'test-org-clock) ;;; test-org-clock.el end here -- 2.39.2 -- "One can begin to reason only when a clear picture has been formed in the imagination." -- Walter Warwick Sawyer, Mathematician's Delight, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

[PATCH] org-clock: Add a trailing space to the mode line string

2023-03-02 Thread Rudolf Adamkovič
* lisp/org-clock.el (org-clock-get-clock-string): End the mode line string with a space character to make it play well with other mode line strings which traditionally end with a space character. For reference, see the mode line string of the Display Time mode. --- lisp/org-clock.el | 4 ++-- 1

[PATCH] org-src: Improve the name of source editing buffers

2023-03-02 Thread Rudolf Adamkovič
* lisp/org-src.el (org-src--construct-edit-buffer-name): Fix the name given to a source editing buffer. The original format was documented as "ORG-BUFFER-NAME [ LANG ]" but in reality it was 'ORG-BUFFER-NAME[ LANG ]', with different spacing. We make the format more standard and more compact, as

Re: [PATCH 0/4] Structure editing when region is active

2023-02-15 Thread Rudolf Adamkovič
; Francis Kinloch, 1819; Henry David Thoreau, 1854 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code

2023-02-15 Thread Rudolf Adamkovič
t "\\begin{equation}" + "a ^ 2 = b" + "b ^ 2 = c" + "\\end{equation}") + "\n") +(let ((export-buffer "*Test Texinfo Export*") + (org-export-show-temporary-export-buffer nil)) + (org-export-

Re: [PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code

2023-02-07 Thread Rudolf Adamkovič
ort-buffer +nil nil nil nil nil + #'texinfo-mode) + (provide 'test-ox-texinfo) ;;; test-ox-texinfo.el end here -- 2.39.0 -- "Strange as it may sound, the power of mathematics rests on its evasion of all unnecessary thought and on its wonderful saving of mental operations." -- Ernst Mach, 1838-1916 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

[PATCH] ox-texinfo: Fix invalid syntax in Texinfo version detection code

2023-02-06 Thread Rudolf Adamkovič
* lisp/ox-texinfo.el (org-texinfo-supports-math-p): Fix the incorrect syntax @displaymath{1 + 1 = 2} used to detect whether Texinfo supports TeX "math mode". Instead, use the correct syntax @math{1 + 1 = 2}. --- lisp/ox-texinfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 0/4] Structure editing when region is active

2023-02-06 Thread Rudolf Adamkovič
trees. Confused, I tried the headline manipulation commands, and they did work ... on the marked subtrees. Rudy -- "Mathematics takes us still further from what is human into the region of absolute necessity, to which not only the actual world, but every possible world, must conform." -- B

Re: Org html conversion with XyJax

2023-01-27 Thread Rudolf Adamkovič
OPTIONS above. Rudy -- "Chop your own wood and it will warm you twice." -- Henry Ford; Francis Kinloch, 1819; Henry David Thoreau, 1854 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Babel (scheme): Evaluation errors are not shown

2023-01-06 Thread Rudolf Adamkovič
Bastien writes: > Sure, done. Thank you for your understanding, Bastien! > (Or write ob-fennel.el?) It already exists, FYI: https://gitlab.com/andreyorst/ob-fennel Rudy -- "Simplicity is complexity resolved." -- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him]

Re: Babel (scheme): Evaluation errors are not shown

2023-01-03 Thread Rudolf Adamkovič
the word 'obviously.'" -- Anna Pell Wheeler, 1883-1966 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Radio links work only in small numbers

2022-12-19 Thread Rudolf Adamkovič
Max Nikulin writes: > On 14/12/2022 06:10, Rudolf Adamkovič wrote: >> >> All [[link]]s in my notes perfectly match LEVEL-1 headings, so I figured >> that I may as well ask Org to make links for me. So, I replaced all the >> ~4000 headings in my notes with ra

Re: Bash results broken?

2022-12-19 Thread Rudolf Adamkovič
possible." -- Edsger W. Dijkstra, 1981 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Babel (scheme): Evaluation errors are not shown

2022-12-19 Thread Rudolf Adamkovič
k, albeit not via Org.) Rudy -- "Mathematics takes us still further from what is human into the region of absolute necessity, to which not only the actual world, but every possible world, must conform." -- Bertrand Russell, 1902 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Bash results broken?

2022-12-16 Thread Rudolf Adamkovič
place." -- Immanuel Kant, 1785 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Radio links work only in small numbers

2022-12-14 Thread Rudolf Adamkovič
mathematics is about thinking, and doing mathematics is always trying to think as well as possible." -- Edsger W. Dijkstra, 1981 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Radio links work only in small numbers

2022-12-13 Thread Rudolf Adamkovič
ot;. Does anyone know how to overcome this limitation? Or, perhaps someone has a patch in works that fixes it? If so, please let me know! Thank you. Rudy -- "The introduction of suitable abstractions is our only mental aid to organize and master complexity." -- Edsger Wybe Dijkstra,

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2022-12-13 Thread Rudolf Adamkovič
Ihor Radchenko writes: > A patch would make it easier for me to apply the change with a proper > attribution ;) Ihor patches code faster than others poll their e-mail. Thanks! :) Rudy -- "Thinking is a momentary dismissal of irrelevancies." -- Richard Buckminster Full

Re: Flyspell process called frequently when using Org export (was: Flyspell causes severe slowdown when manipulating footnotes)

2022-12-11 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Rudolf Adamkovič writes: > >> Unrelated to the footnotes mentioned above > > Note how I change the email subject to mark a new topic. > In Emacs, it is M-x message-change-subject TIL! Thank you. > I am unable to reproduce using the

Re: Flyspell causes severe slowdown when manipulating footnotes

2022-12-10 Thread Rudolf Adamkovič
evasion of all unnecessary thought and on its wonderful saving of mental operations." -- Ernst Mach, 1838-1916 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Supress title on html export

2022-11-30 Thread Rudolf Adamkovič
erspiration." -- Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

[PATCH] Make broken link markers customizable

2022-11-30 Thread Rudolf Adamkovič
-data - (format "[BROKEN LINK: %s]" (nth 1 err)) info)) + (format org-export-broken-link-marker (nth 1 err)) + info)) (_ nil)) (let* ((type (org-element-type data)) (parent (org-export-get-parent data)) -- 2.38.1 -- "Be especially

Re: Fix the confusing "result silenced" message

2022-11-29 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > Agreed. Please, see the updated patch. Oops, I dropped an important word in the commit message. Please see the third version of patch below. Rudy >From c3896ead3e46d705bc4fbee143df87016fe70389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi

Re: Fix the confusing "result silenced" message

2022-11-29 Thread Rudolf Adamkovič
ubtract (current-time) exec-start-time -- 2.38.1 -- "Programming reliably -- must be an activity of an undeniably mathematical nature […] You see, mathematics is about thinking, and doing mathematics is always trying to think as well as possible." -- Edsger W. Dijkstra, 1981 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages

2022-11-29 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Contributions for other languages are also welcome. Slovak: ("sk" "Súbor" "L" "Časová značka" "Záhlavie" "Čas" "VŠETKO" "Celkový čas" "Čas súboru" "Časový súhrn pr

Re: [PATCH] Add new :results ignore header argument (was: [External] : Re: [BUG] executing sh source block with ':results none' encounters error region is longer than org-table-convert-region-max-line

2022-11-25 Thread Rudolf Adamkovič
y thought and on its wonderful saving of mental operations." -- Ernst Mach, 1838-1916 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Fix the confusing "result silenced" message

2022-11-25 Thread Rudolf Adamkovič
ontrariwise,' continued Tweedledee, 'if it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic.'" -- Lewis Carroll, Through the Looking Glass, 1871/1872 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Fix the confusing "result silenced" message

2022-11-24 Thread Rudolf Adamkovič
rt-time -- 2.38.1 -- "Mathematics takes us still further from what is human into the region of absolute necessity, to which not only the actual world, but every possible world, must conform." -- Bertrand Russell, 1902 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Fix clipped LaTeX fragments (not Babel)

2022-11-24 Thread Rudolf Adamkovič
c %S -o %O")) + :image-converter ("dvisvgm %f --no-fonts --exact-bbox --scale=%S --output=%O")) (imagemagick :programs ("latex" "convert") :description "pdf > png" -- 2.38.1 -- "I love deadlines. I love the whooshing noise they make as they go by." -- Douglas Adams, The Salmon of Doubt, 2002 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-23 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Fixed now. Fantastic! And thank you again, Ihor, for the guidance. Rudy -- "I love deadlines. I love the whooshing noise they make as they go by." -- Douglas Adams, The Salmon of Doubt, 2002 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-22 Thread Rudolf Adamkovič
all the customization options from before, (2) the more advanced users can use MathJax 4+ if they wish, and (3) Org will need zero-to-none updates when 4 comes out [*]. [*]: In the expected case, we just updating the `path'. Rudy -- "Thinking is a momentary dismissal of irrelevancies."

Re: [PATCH] Re: Link-words with spaces, allowed or not?

2022-11-19 Thread Rudolf Adamkovič
us all) to rely on this functionality working in the future! Can we install the patch to main? Rudy -- "The introduction of suitable abstractions is our only mental aid to organize and master complexity." -- Edsger Wybe Dijkstra, 1930-2002 Rudolf Adamkovič [he/him] Studenoho

Re: 2 'echo' bash instructions produce a table

2022-11-19 Thread Rudolf Adamkovič
that would be checked upon? We could perhaps start with a simple `grep' in `Makefile' that executes on `make test'. Rudy -- "Thinking is a momentary dismissal of irrelevancies." -- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Make fuzzy links practical

2022-11-19 Thread Rudolf Adamkovič
-fold' to `org-link-search-must-match-exact-headline' 3. obey `case-fold-search' option set by the user What do you folks think? Rudy -- "Thinking is a momentary dismissal of irrelevancies." -- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Evaluate, execute, oh my!

2022-11-17 Thread Rudolf Adamkovič
de - org-plantuml-executable-args - org-plantuml-executable-path Rudy -- "Mathematics takes us still further from what is human into the region of absolute necessity, to which not only the actual world, but every possible world, must conform." -- Bertrand Russell, 1902 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [RFC] Re: Headings and Headlines

2022-11-13 Thread Rudolf Adamkovič
o harmonize `evaluate' and `execute'; I can never tell which one to look for when completing. Rudy -- "It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applications." -- Alfred North Whitehead, 1861-1947 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-13 Thread Rudolf Adamkovič
value (if (string= value "true") + "linebreak" + "overflow"))) + (`scale + (when (stringp value) + (let ((value-maybe (string-to-number value))) +

Re: [PATCH] ob-java: Define the list of all supported header arguments

2022-11-12 Thread Rudolf Adamkovič
ease > open a new thread as it will be unrelated to java discussed herein. Now you lost me. :) The linked mail has all the information already has its own thread. Rudy -- "Simplicity is complexity resolved." -- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] ob-java: Define the list of all supported header arguments

2022-11-11 Thread Rudolf Adamkovič
oblematic line of code. Do you want me to look into something further? Rudy -- "One can begin to reason only when a clear picture has been formed in the imagination." -- Walter Warwick Sawyer, Mathematician's Delight, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-11 Thread Rudolf Adamkovič
(`scale + (when (stringp value) + (let ((value-maybe (string-to-number value))) + (setq value + (if (= value-maybe 0) + (progn + (org-display-warning +

Re: [PATCH] ob-java: Define the list of all supported header arguments

2022-11-09 Thread Rudolf Adamkovič
-java/lint-header-args-heading FAILED test-org-table/sort-lines Rudy -- "Thinking is a momentary dismissal of irrelevancies." -- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-09 Thread Rudolf Adamkovič
("Gyre-Termes" "mathjax-termes") + ("Latin-Modern" "mathjax-modern" + (setq value new-value))) + (`linebreaks + (org-display-warning +"Converting legacy MathJa

Re: [PATCH] ob-java: Define the list of all supported header arguments

2022-11-08 Thread Rudolf Adamkovič
. Rudy [*] https://list.orgmode.org/m2ilkwso8r@me.com/ -- "The introduction of suitable abstractions is our only mental aid to organize and master complexity." -- Edsger Wybe Dijkstra, 1930-2002 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-08 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > See the 4th version of the patch attached below. And, of course, I forgot to update the commit message with the new macro. Please see the 5th version of the patch attached below. P.S. I also fixed a preposition in the documentation comment of the new macro,

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-08 Thread Rudolf Adamkovič
quot;Latin-Modern" "mathjax-modern" + (setq value new-value))) + (`linebreaks + (message "Converting legacy MathJax option: linebreaks") + (setq symbol 'overflow + value (if (string= value

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-07 Thread Rudolf Adamkovič
quot;It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applications." -- Alfred North Whitehead, 1861-1947 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-06 Thread Rudolf Adamkovič
ler") + ("Gyre-Pagella" "mathjax-pagella") + ("Gyre-Termes" "mathjax-termes") + ("Latin-Modern" "mathjax-modern" + (setq value new-value))) +

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-05 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > Good points; I will fix everything. Please see the attached (3rd) revision of the patch. However, the tests still fail when ran via `make test'. See below. > Ihor Radchenko writes: > >> Your tests are failing on my side... > > The tests *pas

Re: [PATCH] Re: Update Org to MathJax 3

2022-11-05 Thread Rudolf Adamkovič
ll fix everything. Rudy -- "'Contrariwise,' continued Tweedledee, 'if it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic.'" -- Lewis Carroll, Through the Looking Glass, 1871/1872 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-11-04 Thread Rudolf Adamkovič
y but correct. Besides, virtually every shell does the same, so every "civilized" program ends its output with a newline. Also, it makes me happy that we have this important behavior fixed in tests! Thank you for all your help! Rudy -- "Genius is 1% inspiration and 99% perspira

[PATCH] Re: Update Org to MathJax 3

2022-11-04 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > I will resurrect the thread when I have something to show. All right, I have finished the second version of the patch. What do you think? Rudy >From aee823f34498cccd6c08bcedb177c82d5de40269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?=

Re: Docstrings and literate programming (good practices?)

2022-11-03 Thread Rudolf Adamkovič
power of mathematics rests on its evasion of all unnecessary thought and on its wonderful saving of mental operations." -- Ernst Mach, 1838-1916 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-11-03 Thread Rudolf Adamkovič
quot; + (should + (string= "[ Babel evaluation exited with code 1 ] +[ Babel evaluation exited with code 2 ]" +(progn (org-babel-eval-wipe-error-buffer) + (org-babel-execute:sh +"exit 1" nil) + (org-babel-execute:sh + &q

[PATCH] Improve Org Babel LaTeX + Inkscape

2022-11-02 Thread Rudolf Adamkovič
rt-text-to-path \ +--export-plain-svg \ +--export-filename=%O \ +%f" "Command to convert a PDF file to an SVG file." :group 'org-babel :type 'string) -- 2.38.1 -- "Strange as it may sound, the power of mathematics rests on its evasion of all unnecessary thought an

Re: Org 9.6-pre and Bash sessions

2022-10-28 Thread Rudolf Adamkovič
anging whitespace". Rudy -- "Genius is 1% inspiration and 99% perspiration." p-- Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-10-28 Thread Rudolf Adamkovič
-eval-wipe-error-buffer' before execution. Rudy -- "The whole science is nothing more than a refinement of everyday thinking." -- Albert Einstein, 1879-1955 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-10-26 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > I pulled the latest 'main' and everything works a bit, it seems. I meant to say "a bit better" not "a bit". :) Rudy -- "It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applications."

Re: 29.0.50; [WISH]: Let us make EWW browse WWW Org files correctly

2022-10-26 Thread Rudolf Adamkovič
ll of us. So, win-win! Rudy -- "Programming reliably -- must be an activity of an undeniably mathematical nature […] You see, mathematics is about thinking, and doing mathematics is always trying to think as well as possible." -- Edsger W. Dijkstra, 1981 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-10-26 Thread Rudolf Adamkovič
g-babel-execute:sh +"exit 1" nil) + (org-babel-execute:sh +"exit 2" nil) + (with-current-buffer org-babel-error-buffer-name + (buffer-string)) (provide 'test-ob-shell) -- 2.38.1 -- "One can begin to reason only when a clear picture has been formed in the imagination." -- Walter Warwick Sawyer, Mathematician's Delight, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org babel and Guile/Scheme: noise from... Geiser?

2022-10-26 Thread Rudolf Adamkovič
end_src I get #+RESULTS: mklst/test/0 :results: (a 22 "foo") :end: Rudy -- "Genius is 1% inspiration and 99% perspiration." -- Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-10-22 Thread Rudolf Adamkovič
got no results either. (We might need better tests.) Rudy -- "One can begin to reason only when a clear picture has been formed in the imagination." -- Walter Warwick Sawyer, Mathematician's Delight, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [BUG] Mention #+PRINT_BIBLIOGRAPHY in the Org manual

2022-10-21 Thread Rudolf Adamkovič
s on its evasion of all unnecessary thought and on its wonderful saving of mental operations." -- Ernst Mach, 1838-1916 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

[PATCH] Re: Bug: Incorrect indentation in Org Babel list output with multiline text [9.4.4 (release_9.4.4 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2022-10-21 Thread Rudolf Adamkovič
;Be especially critical of any statement following the word 'obviously.'" -- Anna Pell Wheeler, 1883-1966 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-10-21 Thread Rudolf Adamkovič
yes". Lastly, I renamed 'res' to 'result', improving readability and consistency, given the file already uses 'result' in another 'let'. Rudy -- "Programming reliably -- must be an activity of an undeniably mathematical nature […] You see, mathematics is about thinking, and doing

Re: [PATCH] ob-java: Define the list of all supported header arguments

2022-10-21 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > Please see the attached patch with updated tests. Oops, I had a typo (a wrong tense) in the commit message. Please see the patch attached to this message that has it fixed. Rudy >From 37bd1716a652751e6941781464d47c283be3b4b9 Mon Sep 17 00:00:00 2001 From: =?U

Re: [PATCH] ob-java: Define the list of all supported header arguments

2022-10-21 Thread Rudolf Adamkovič
testing/lisp/test-ob-java.el (ob-java/lint-header-args-heading): Test source block header arguments at the heading level. * testing/lisp/test-ob-java.el (ob-java/lint-header-args-buffer): Test source block header arguments at the buffer level. Reported-by: Rudolf Adamkovič Link: https://orgm

[PATCH] ob-java: Define the list of all supported header arguments

2022-10-20 Thread Rudolf Adamkovič
org-lint '(wrong-header-argument) + +;;; Java required + (org-test-for-executable "java") (org-test-for-executable "javac") (unless (featurep 'ob-java) -- 2.38.0 -- "The whole science is nothing more than a refinement of everyday thinking." -- Albert Einstein, 1879-1955 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [BUG] Mention #+PRINT_BIBLIOGRAPHY in the Org manual

2022-10-20 Thread Rudolf Adamkovič
most practical applications." -- Alfred North Whitehead, 1861-1947 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Org 9.6-pre and Bash sessions

2022-10-15 Thread Rudolf Adamkovič
s a developer). For the record, with Org in Emacs 29, I get: : : > > > hello on the first run and then : : > > hello on the subsequent runs. Better than the new version but still wrong. :) Rudy -- "Genius is 1% inspiration and 99% perspiration." -- Thomas Alva Edison,

Org 9.6-pre and Bash sessions

2022-10-13 Thread Rudolf Adamkovič
... then Emacs still freezes, but at least the message makes sense, saying "Bash code block" instead of "Bash unknown". Rudy -- "Simplicity is complexity resolved." -- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: test-org-table/sort-lines: Failing test on macOS

2022-10-10 Thread Rudolf Adamkovič
C" nil) ; t (string-collate-lessp "B" "A" "C" nil) ; nil (string-collate-lessp "a" "b" "C" nil) ; t (string-collate-lessp "b" "a" "C" nil) ; nil (string-collate-lessp "A" "B" "C&qu

Re: The Org mode in the Org Git does not export

2022-10-10 Thread Rudolf Adamkovič
for all your help! >From 7+ minutes back to 14-second exports. Onward and upward! R+ -- "I love deadlines. I love the whooshing noise they make as they go by." -- Douglas Adams, The Salmon of Doubt, 2002 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: test-org-table/sort-lines: Failing test on macOS

2022-10-09 Thread Rudolf Adamkovič
LC_COLLATE=C.UTF-8 sort a b printf 'b\na\n' | LC_COLLATE=C.UTF-8 sort a b printf 'A\nB\n' | LC_COLLATE=C.UTF-8 sort A B printf 'B\nA\n' | LC_COLLATE=C.UTF-8 sort A B Rudy -- "Chop your own wood and it will warm you twice." -- Henry Ford; Francis Kinloch, 1819; Henry David Thoreau, 18

Re: The Org mode in the Org Git does not export

2022-10-09 Thread Rudolf Adamkovič
notebook as fast as without it (+/- 1 second) and the tests pass on macOS and Emacs 29. Just FYI. Rudy -- "Logic is a science of the necessary laws of thought, without which no employment of the understanding and the reason takes place." -- Immanuel Kant, 1785 Rudolf Adamkovič [he/him] Stu

Re: Update Org to MathJax 3

2022-10-08 Thread Rudolf Adamkovič
gic.'" -- Lewis Carroll, Through the Looking Glass, 1871/1872 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Propertize some navigational keybindings

2022-10-08 Thread Rudolf Adamkovič
" "DEL" "C-n" "C-p")) ;; Make sure that invisible cursor will not highlight square ;; brackets. (set-syntax-table (copy-syntax-table)) -- 2.38.0 -- "One can begin to reason only when a clear picture has been formed in the imagination." -- Walter

Propertize some navigational keybindings

2022-10-07 Thread Rudolf Adamkovič
r own wood and it will warm you twice." -- Henry Ford; Francis Kinloch, 1819; Henry David Thoreau, 1854 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: The Org mode in the Org Git does not export

2022-10-07 Thread Rudolf Adamkovič
file file) +(buffer-string))) (ert-deftest test-org-export/bind-keyword () "Test reading #+BIND: keywords." -- 2.37.3 -- "Chop your own wood and it will warm you twice." -- Henry Ford; Francis Kinloch, 1819; Henry David Thoreau, 1854 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Update Org to MathJax 3

2022-10-07 Thread Rudolf Adamkovič
tags: '%AUTONUMBER', + tagSide: '%TAGSIDE', + tagIndent: '%TAGINDENT' +}, +chtml: { + scale: %SCALE, + displayAlign: '%ALIGN', + displayIndent: '%INDENT' +}, +svg: { + scale: %SCALE +} + }; -" + +" "The MathJax template. Se

Re: The Org mode in the Org Git does not export

2022-10-07 Thread Rudolf Adamkovič
ways re-opens it, and (2) no corruption happens to the original file after export. Rudy -- "Genius is 1% inspiration and 99% perspiration." -- Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Interest in an Org video meetup?

2022-10-06 Thread Rudolf Adamkovič
I, too, would like to join. Rudy -- "Programming reliably -- must be an activity of an undeniably mathematical nature […] You see, mathematics is about thinking, and doing mathematics is always trying to think as well as possible." -- Edsger W. Dijkstra, 1981 Rudolf Adamkovi

test-org-table/sort-lines: Failing test on macOS

2022-10-06 Thread Rudolf Adamkovič
Org 9.5.5 (580f28614). Rudy -- "It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applications." -- Alfred North Whitehead, 1861-1947 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Fix 'ob-sed-test' on BSD/macOS

2022-10-06 Thread Rudolf Adamkovič
tical moods we may be nearest to our most practical applications." -- Alfred North Whitehead, 1861-1947 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [BUG] `org-fill-paragraph' doesn't respect formatting

2022-10-06 Thread Rudolf Adamkovič
bert Einstein, 1879-1955 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: The Org mode in the Org Git does not export

2022-10-01 Thread Rudolf Adamkovič
csl))) (with-eval-after-load 'ox (require 'oc-csl)) *** EXPORT: completed, took 12 seconds Rudy -- "I love deadlines. I love the whooshing noise they make as they go by." -- Douglas Adams, The Salmon of Doubt, 2002 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: The Org mode in the Org Git does not export

2022-09-28 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > No luck! UPDATE. I tried exporting again (after some document clean up; most probably unrelated); and I found that exporting sometimes works! Four attempts, chronologically: 1. New Org, nil cache + core overlays -- 3 minutes 21 seconds 2. New Org -- 3 minutes

Re: The Org mode in the Org Git does not export

2022-09-28 Thread Rudolf Adamkovič
That's logic.'" -- Lewis Carroll, Through the Looking Glass, 1871/1872 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: The Org mode in the Org Git does not export

2022-09-28 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: Also, I forgot to mention that Org mode from Org/Git 'main' quietly deletes all COMMENT headings from my notebook, including their content (!), and inlines all macros. I have no idea why, but if I did not use Git, I would have lost important data. Scary! Rudy -- &q

Re: The Org mode in the Org Git does not export

2022-09-28 Thread Rudolf Adamkovič
urther from what is human into the region of absolute necessity, to which not only the actual world, but every possible world, must conform." -- Bertrand Russell, 1902 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: The Org mode in the Org Git does not export

2022-09-27 Thread Rudolf Adamkovič
d-execute(org-export-dispatch) ... and then just "Continuing." and nothing else. I waited for more than 3 minutes. Rudy -- "The whole science is nothing more than a refinement of everyday thinking." -- Albert Einstein, 1879-1955 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: The Org mode in the Org Git does not export

2022-09-27 Thread Rudolf Adamkovič
ot;) ;; org-export-data((headline ... ...) (:export-options nil :back-end ... :translate-alist ... :exported-data # :input-buffer "notebook.org" :input-file "/Users/salutis..." :html-doctype "xhtml-strict" ...)) ;; #f(compiled-function (element) #)((headline ... ...)) ;; mapconcat(#f(compiled-function (element) #) (... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) "") ;; org-export-data((org-data ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (:export-options nil :back-end ... :translate-alist ... :exported-data # :input-buffer "notebook.org" :input-file "/Users/salutis..." :html-doctype "xhtml-strict" ...)) ;; org-export-as(html nil nil nil (:output-file "notebook.html")) ;; org-export-to-file(html "notebook.html" nil nil nil nil nil) ;; org-html-export-to-html(nil nil nil nil) ;; (org-open-file (org-html-export-to-html nil s v b)) ;; (if a (org-html-export-to-html t s v b) (org-open-file (org-html-export-to-html nil s v b))) ;; (lambda (a s v b) (if a (org-html-export-to-html t s v b) (org-open-file (org-html-export-to-html nil s v b(nil nil nil nil) ;; org-export-dispatch(nil) ;; funcall-interactively(org-export-dispatch nil) ;; call-interactively(org-export-dispatch nil nil) ;; command-execute(org-export-dispatch) Rudy -- "Chop your own wood and it will warm you twice." -- Henry Ford; Francis Kinloch, 1819; Henry David Thoreau, 1854 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

The Org mode in the Org Git does not export

2022-09-25 Thread Rudolf Adamkovič
se, I can try this again. Any ideas? Rudy -- "The whole science is nothing more than a refinement of everyday thinking." -- Albert Einstein, 1879-1955 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: per-file (or, really, per buffer) allowing/disallowing code block execution

2022-09-21 Thread Rudolf Adamkovič
se they make as they go by." -- Douglas Adams, The Salmon of Doubt, 2002 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: No mathematics in Texinfo exports

2022-09-21 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Applied onto main with minor amendments. Amazing! Thank you so much for guiding me through. Rudy -- "It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applications." -- Alfred North Whitehead, 1861

Re: per-file (or, really, per buffer) allowing/disallowing code block execution

2022-09-19 Thread Rudolf Adamkovič
l of any statement following the word 'obviously.'" -- Anna Pell Wheeler, 1883-1966 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Link-words with spaces, allowed or not?

2022-09-09 Thread Rudolf Adamkovič
r - How to define a link-word with spaces using #+link? Rudy -- "Genius is 1% inspiration and 99% perspiration." -- Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Manual Ordering and Dynamic Priority

2022-09-09 Thread Rudolf Adamkovič
the tasks", but I thank myself every day for doing it! Rudy -- "Strange as it may sound, the power of mathematics rests on its evasion of all unnecessary thought and on its wonderful saving of mental operations." -- Ernst Mach, 1838-1916 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Improve the docstring for 'org-html-mathjax-options'

2022-08-31 Thread Rudolf Adamkovič
umberHow to number equations. Valid values are \"none\", \"all\" and \"AMS\". -- 2.37.2 -- "Mathematics takes us still further from what is human into the region of absolute necessity, to which not only the actual world, but every possible world, must conform." -- Bertrand Russell, 1902 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [RFC PATCH] oc-csl: Add support for title, locators and bibentry styles

2022-08-09 Thread Rudolf Adamkovič
tle. I would go for "T" for "Title", or "p" for "publication", or "s" for "subject", or something like that. Rudy -- "It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applications.&

Re: [rounding (ceil in matlab)] (was: calculating quartils, tercils (or percentiles) Using R?)

2022-07-14 Thread Rudolf Adamkovič
n only when a clear picture has been formed in the imagination." -- Walter Warwick Sawyer, Mathematician's Delight, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

<    1   2   3   >