[PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing colon

2024-05-02 Thread Rudolf Adamkovič
* lisp/org.el (org-options-keywords): Add a trailing colon to the 'PRINT_BIBLIOGRAPHY' keyword to avoid unnecessary user confusion. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index a3d0c4547..ccf552aeb 100644 --- a/lisp/org.el +++

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-05-02 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > I am attaching a V2 of the patch that: Oops, I forgot to attach the patch. Here it is. :) Rudy >From b4d61bf511df74094fbcdf13c8c0c2b57b1e4a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Mon, 29 Apr 2024 21:42:04 +0200 Subject:

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-05-02 Thread Rudolf Adamkovič
Max Nikulin writes: > On 30/04/2024 03:26, Rudolf Adamkovič wrote: >> +local value = result[1] >> +if string.find(value, '[%%(%%[{]') == 1 then >> + return quotes .. value .. quotes > > Am I wrong that quotes in value may cause issues? I expect some way

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-05-02 Thread Rudolf Adamkovič
ify the separator anymore (resulting in 3 failing tests) - adds one more test (which is just a sanity check, you can ignore it) - fixes Lua code indentation (as indented by the Lua major mode) Thank you for your guidance. Rudy -- "Be especially critical of any statement following the word 'obviousl

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-05-02 Thread Rudolf Adamkovič
ify the separator anymore (resulting in 3 failing tests) - adds one more test (which is just a sanity check, you can ignore it) - fixes Lua code indentation (as indented by the Lua major mode) Thank you for your guidance. Rudy -- "Be especially critical of any statement following the word 'obviousl

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-04-29 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > Definitely! I am on it. All right, how about the attached patch? Rudy >From 40270bc62f951cfd20916c17e2dfc52863d6b8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Mon, 29 Apr 2024 21:42:04 +0200 Subject: [PATCH] ob-lua: Quote lis

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-04-29 Thread Rudolf Adamkovič
Ihor Radchenko writes: >> We need *better tests*, otherwise all this is kind of useless. >> >> I will hack on this some more... > > Will you be willing to provide some? Definitely! I am on it. Rudy -- "Genius is 1% inspiration and 99% perspiration." --

Re: Cant expand a heading with tab : Subtree (no children)

2024-04-27 Thread Rudolf Adamkovič
Jonathan Gregory writes: > I see this too. +1 here. Rudy -- "Thinking is a momentary dismissal of irrelevancies." --- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25, 84103 Bratislava, Slovakia, European Union

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-04-27 Thread Rudolf Adamkovič
- "Thinking is a momentary dismissal of irrelevancies." --- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25, 84103 Bratislava, Slovakia, European Union

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-04-24 Thread Rudolf Adamkovič
en dead for billions and billions of years before I was born, and had not suffered the slightest inconvenience from it." --- Mark Twain, paraphrased Rudolf Adamkovič [he/him] Studenohorská 25, 84103 Bratislava, Slovakia, European Union

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-04-23 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > +Lua code blocks can now return values of any type and can also return > +multiple values. Previously, values of certain types were incorrectly > +converted to the empty string =""=, which broke HTML export for inline > +code blocks, an

[PATCH] ob-lua: Support all types and multiple values in results

2024-04-23 Thread Rudolf Adamkovič
* etc/ORG-NEWS (New and changed options): Describe the new option 'org-babel-lua-multiple-values-separator'. (New features): Describe the main change, as per the title of this commit message. * lisp/ob-lua.el (org-babel-lua-multiple-values-separator): Enable the user to customize the string that

Re: Radio links work only in small numbers

2024-04-04 Thread Rudolf Adamkovič
ded]. Great work! 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, European Union

Re: [PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-*

2024-04-04 Thread Rudolf Adamkovič
to match CSS in the next sentence) Rudy -- "It is far better to have a question that can't be answered than an answer that can't be questioned." --- Carl Sagan Rudolf Adamkovič [he/him] Studenohorská 25, 84103 Bratislava, Slovakia, European Union

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-03-30 Thread Rudolf Adamkovič
registry, precisely because Emacs consistently spells the word out in full. 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, European Union

Re: #6 [[bbb:OrgMeetup]] on Wed, Feb 14, 19:00 UTC+3

2024-02-18 Thread Rudolf Adamkovič
Ihor Radchenko writes: > The email you are replying to has been submitted on January 30, two > weeks before Feb 14. Oopsie! My apologies for the noise, Ihor. Rudy -- "The whole science is nothing more than a refinement of everyday thinking." --- Albert Einstein, 1879-1955

Re: #6 [[bbb:OrgMeetup]] on Wed, Feb 14, 19:00 UTC+3

2024-02-17 Thread Rudolf Adamkovič
"in two weeks" from Feb 14, or perhaps you meant "the second Wednesday of *March*" (Mar 13), which is "in four weeks and one day" from Feb 14? Rudy -- "'Obvious' is all too often a synonym for 'wrong'." --- Jeff Erickson, Algorithms, 2019 Rudolf Adamkovi

Re: Why not enable extra keys by default?

2024-01-12 Thread Rudolf Adamkovič
Dear Ihor, Thank you for taking the time to explain the matter to me. All is clear now! Rudy -- "Simplicity is complexity resolved." --- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Moving to the next heading does not always work

2024-01-12 Thread Rudolf Adamkovič
to the second heading. ACTUAL: The cursor moves to the end of file. Rudy -- “I do not fear death. I had been dead for billions and billions of years before I was born, and had not suffered the slightest inconvenience from it.” --- Mark Twain, paraphrased Rudolf Adamkovič [he/him

Why not enable extra keys by default?

2024-01-10 Thread Rudolf Adamkovič
' customization? Thank you for your time. 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

Re: [PATCH] org-babel-tangle: Do not allow tangling into self

2024-01-10 Thread Rudolf Adamkovič
ely.) Rudy -- "I do not fear death. I had been dead for billions and billions of years before I was born, and had not suffered the slightest inconvenience from it." --- Mark Twain, paraphrased Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: custom function for org-babel src block export

2023-12-26 Thread Rudolf Adamkovič
deffun%20%28h%29%0A%20%20%20%20%28+%20x%20y%29%29%0A%20%20%28h%29%29%0A%28f%29}{execute on stacker} Rudy -- "Genius is 1% inspiration and 99% perspiration." --- Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] Re: [feature request] startup variable for link display

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

Re: #4 [[bbb:OrgMeetup]] on Wed, Dec 13, 19:00 UTC+3

2023-12-17 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Time & Date: <2023-12-13 Wed 19:00-21:00 @+03,Europe/Istanbul> When I click on the timestamp above, Org says: This should not happen Is that normal? Rudy -- "Simplicity is complexity resolved." --- Constantin Brâncuși, 1876-1957 Ru

Re: Consider removing newlines from org-insert-link help message

2023-12-17 Thread Rudolf Adamkovič
le eyes; one always learns something new! Rudy -- “I do not fear death. I had been dead for billions and billions of years before I was born, and had not suffered the slightest inconvenience from it.” --- Mark Twain, paraphrased Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Consider removing newlines from org-insert-link help message

2023-12-10 Thread Rudolf Adamkovič
nks) -- 2.39.3 (Apple Git-145) -- "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: Consider removing newlines from org-insert-link help message

2023-12-09 Thread Rudolf Adamkovič
upport org-link--insert-history))) (setq link (org-completing-read - "Link: " + (concat "Insert link" + (if-let ((default (caar org-stored-links))) + (format " [default %s]" default) + "") +

Org contributors: Typo in a heading

2023-12-04 Thread Rudolf Adamkovič
Algorithms, 2019 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: No-description <> links

2023-10-22 Thread Rudolf Adamkovič
r good. Thank you! Rudy -- "Simplicity is complexity resolved." -- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Case insensitivity of simple [[links]]

2023-10-21 Thread Rudolf Adamkovič
ism, akin to the existing #+OPTIONS, where I could say "show literal links", right? 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

No-description <> links

2023-10-21 Thread Rudolf Adamkovič
is is a link." where the word "link" is the actual link? WDYT? Rudy -- "Simplicity is complexity resolved." -- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Consider removing newlines from org-insert-link help message

2023-10-20 Thread Rudolf Adamkovič
quot; --- T. S. Eliot, Little Gidding, Four Quarters, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Case insensitivity of simple [[links]]

2023-10-19 Thread Rudolf Adamkovič
ffer-local value of 'org-link-descriptive' necessitates it? Rudy -- "It is far better to have a question that can't be answered than an answer that can't be questioned." --- Carl Sagan Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Case insensitivity of simple [[links]]

2023-10-16 Thread Rudolf Adamkovič
olumn: 79; org-link-descriptive: nil -*- The line seems to confuse Org in that not only it shows descriptive links but the first call to 'org-toggle-link-display' does nothing. Rudy -- "'Obvious' is all too often a synonym for 'wrong'." -- Jeff Erickson, Algorithms, 2019 Rudolf A

Re: Exporting elisp: and shell: links

2023-10-11 Thread Rudolf Adamkovič
nd remove one pair of parentheses? That would give: Message Hello (message "Hello") Rudy -- "Genius is 1% inspiration and 99% perspiration." -- Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Case insensitivity of simple [[links]]

2023-10-06 Thread Rudolf Adamkovič
densely linked Org documents. Rudy -- "Simplicity is complexity resolved." -- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: org-ctags-find-tag should not prompt inside org-open-at-point

2023-09-28 Thread Rudolf Adamkovič
udy -- "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: Exporting elisp: and shell: links

2023-09-28 Thread Rudolf Adamkovič
e code. 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: Case insensitivity of simple [[links]]

2023-09-27 Thread Rudolf Adamkovič
m willing to sponsor it financially, as the current behavior is my biggest problem with the Org mode. Rudy -- "'Obvious' is all too often a synonym for 'wrong'." -- Jeff Erickson, Algorithms, 2019 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Case insensitivity of simple [[links]]

2023-09-24 Thread Rudolf Adamkovič
t;the solution". Do I have that right? 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

Case insensitivity of simple [[links]]

2023-09-22 Thread Rudolf Adamkovič
s-in-org-mode-case-insensitive -- "All you have to do is write one true sentence. Write the truest sentence that you know." --- Ernest Miller Hemingway (1899-1961) Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Exporting elisp: and shell: links

2023-09-22 Thread Rudolf Adamkovič
of the understanding and the reason takes place." -- Immanuel Kant, 1785 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Exporting elisp: and shell: links

2023-09-18 Thread Rudolf Adamkovič
mething else... WDYT? Rudy -- "Thinking is a momentary dismissal of irrelevancies." -- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [BUG] tikz latex figures don't render properly in the html output. [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-18 Thread Rudolf Adamkovič
port.html [2] https://youtu.be/n-AfvuV-bYo?si=k-5QY9MdrJXazmPv -- "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, 19

Re: Addendum

2023-09-17 Thread Rudolf Adamkovič
t does, cut the file down to the problematic part. 4. Finally, share the cut-down file here. Rudy -- "It is far better to have a question that can't be answered than an answer that can't be questioned." --- Carl Sagan Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3mpjk70si-emacs-org-9.6.7/share/emacs/site-lisp/org-9.6.7/)]

2023-09-17 Thread Rudolf Adamkovič
acs notes, as they do not export correctly. 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

[PATCH] org-manual: Fix a preposition and capitalization

2023-09-15 Thread Rudolf Adamkovič
* doc/org-manual.org (Capturing column view): Replace "in the ... line" with "on the ... line" and capitalize the containing sentence as well. --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index

Re: [PATCH] Fix a possibly problematic string comparison

2023-08-29 Thread Rudolf Adamkovič
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: [PATCH] Fix a possibly problematic string comparison

2023-08-28 Thread Rudolf Adamkovič
ect-equal to a literal "" but not string-equal to the same literal "" or vice versa? 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 Ada

[PATCH] Fix a possibly problematic string comparison

2023-08-27 Thread Rudolf Adamkovič
* lisp/org-table.el (org-table-make-reference): Replace 'eq' with 'string-empty-p' to resolve "Warning: 'eq' called with literal string that may never match" issued on every 'make' invocation. --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: ox-html: no tests, besides mathjax?

2023-08-09 Thread Rudolf Adamkovič
Whitehead, 1861-1947 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-08-05 Thread Rudolf Adamkovič
Max Nikulin writes: > On 05/08/2023 05:57, Rudolf Adamkovič wrote: >> +*** Make ~ob-sqlite~ use in-database by default > > "use in-memory database" Oops! Fixed. >> +SQLite source blocks with no ~:db~ argument now execute against a >> +transient in-memory

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-08-04 Thread Rudolf Adamkovič
-memory database. - header :: if present, turn on headers in the output format. Headers are also output with the header argument =:colnames yes=. - echo :: if present, set the SQLite dot command =.echo= to =ON=. -- 2.37.1 (Apple Git-137.1) -- "We shall not cease from explora

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-08-03 Thread Rudolf Adamkovič
gination." -- Walter Warwick Sawyer, Mathematician's Delight, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-06-19 Thread Rudolf Adamkovič
ecedent somewhere in Org Babel, and we could do something similar? Rudy -- "Music is the mathematics of the sense, mathematics is the music of the reason." -- James Joseph Sylvester, 1814-1897 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-06-04 Thread Rudolf Adamkovič
or. Rudy -- "Great minds discuss ideas; average minds discuss events; small minds discuss people." --- Anna Eleanor Roosevelt (1884-1962) Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-05-26 Thread Rudolf Adamkovič
ture has been formed in the imagination." -- Walter Warwick Sawyer, Mathematician's Delight, 1943 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-05-06 Thread Rudolf Adamkovič
Rudy -- "Thinking is a momentary dismissal of irrelevancies." -- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

[PATCH] ob-sqlite: Use a transient in-memory database by default

2023-05-03 Thread Rudolf Adamkovič
* etc/ORG-NEWS (New features): Add a news entry. * lisp/ob-sqlite.el (org-babel-execute:sqlite): Default ':db' to ":memory:". * testing/lisp/test-ob-sqlite.el (ob-sqlite/in-file): Test the old behavior. * testing/lisp/test-ob-sqlite.el (ob-sqlite/in-memory): Test the new behavior. ---

Re: [RFC] Limit inline image width by default (was: feature request: easy embedding of images)

2023-04-05 Thread Rudolf Adamkovič
Ihor Radchenko writes: > See the tentative patch. This looks fantastic! +1 for using the Fill Column by default. Rudy -- "The introduction of suitable abstractions is our only mental aid to organize and master complexity." -- Edsger Wybe Dijkstra, 1930-2002 Rudolf Adamk

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

2023-04-01 Thread Rudolf Adamkovič
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: [PATCH v2] org-manual.org: $n$-th is not math

2023-03-23 Thread Rudolf Adamkovič
conform." -- Bertrand Russell, 1902 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

Re: [PATCH v2] org-manual.org: $n$-th is not math

2023-03-22 Thread Rudolf Adamkovič
then `$3 or =$5' to `$3-$5' would not cause any troubles, right? What common, real-world use-case would trigger problems with this simple heuristic? Rudy -- "Thinking is a momentary dismissal of irrelevancies." -- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Stu

Re: org-ctags land grab

2023-03-21 Thread Rudolf Adamkovič
d 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: [PATCH v2] org-manual.org: $n$-th is not math

2023-03-21 Thread Rudolf Adamkovič
sed (with tests, so that it would not break again). 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] Studenohorská 25 84103 Bratislava Slovakia

Re: Hyphen after LaTeX fragments

2023-03-21 Thread Rudolf Adamkovič
lem is not going anywhere ... ever. 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 841

Re: [PATCH v2] org-manual.org: $n$-th is not math

2023-03-19 Thread Rudolf Adamkovič
s were always rejected. So, just a "bummer". :) 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: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-03-15 Thread Rudolf Adamkovič
011010 > #b > #b]) The good old hourglass is back! :) Love 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 Ru

Re: [PATCH] org-manual.org: $n$-th is not math

2023-03-15 Thread Rudolf Adamkovič
native speaker, but "may be a source of confusion" (note the "a") sounds more correct. 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 Adamko

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

2023-03-14 Thread Rudolf Adamkovič
-- Anna Pell Wheeler, 1883-1966 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

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

2023-03-08 Thread Rudolf Adamkovič
t the weird use of whitespace. P.S. <> is for projects, so we should not use that, IMO. 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-babel guile source block bug in handling multiple values

2023-03-07 Thread Rudolf Adamkovič
e bottom of): https://github.com/joaotavora/sly/issues/334 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: [PATCH] org-clock: Add a trailing space to the mode line string

2023-03-07 Thread Rudolf Adamkovič
Thomas Alva Edison, 1932 Rudolf Adamkovič [he/him] Studenohorská 25 84103 Bratislava Slovakia

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

2023-03-07 Thread Rudolf Adamkovič
ard", like nothing else. 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] Fix LaTeX misspelled as Latex

2023-03-07 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Applied, onto bugfix. I amended the commit message removing the > duplicate comments. Thank you! Rudy -- "The introduction of suitable abstractions is our only mental aid to organize and master complexity." -- Edsger Wybe Dijkstra, 1930-2002 Rudolf Ad

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

2023-03-05 Thread Rudolf Adamkovič
(should (equal "*Org Src Buffy [emacs-lisp]*" + (buffer-name))) +(org-edit-src-exit))) (provide 'test-org-src) ;;; test-org-src.el ends here -- 2.39.2 -- "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: [PATCH] Fix LaTeX misspelled as Latex

2023-03-05 Thread Rudolf Adamkovič
(org-element-cache-map #'ignore :granularity 'element) (backward-delete-char 1) (org-element-type (org-element-at-point)) -- 2.39.2 -- "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

[PATCH] Fix BibTeX spelled as Bibtex

2023-03-05 Thread Rudolf Adamkovič
* lisp/ol-bibtex.el: Spell BibTeX correctly * etc/ORG-NEWS (Org-BibTeX -- major improvements): Spell BibTeX correctly --- etc/ORG-NEWS | 2 +- lisp/ol-bibtex.el | 22 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index

[PATCH] Fix LaTeX misspelled as Latex

2023-03-05 Thread Rudolf Adamkovič
* etc/ORG-NEWS (Non-floating minted listings in LaTeX export): Spell LaTeX correctly. * lisp/ob-latex.el: (org-babel-execute:latex): Spell LaTeX correctly. * lisp/org-element.el (org-element-latex-fragment-parser): Spell LaTeX correctly. * lisp/ox-ascii.el (org-ascii-latex-fragment): Spell LaTeX

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

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

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

2023-03-04 Thread Rudolf Adamkovič
(org-clock-get-clock-string) +" ") + (org-clock-out)) + (provide 'test-org-clock) ;;; test-org-clock.el end here -- 2.39.2 -- "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: [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

  1   2   3   >