[PATCH] org: fix symbol names and grammar in docstrings

2023-06-30 Thread gerard . vermeulen
Hi, The docstrings of `org-outline-level' and `org-current-level' contain the undefined symbol name `org-odd-levels'. The same lines of the docstrings contain also wording like "Unlike to `org-current-level'" and "Unlike to `org-outline-level'" where "to" should not be there. This patch

Re: org-insert-link completion by description (Re: what is the purpose of "This link has already been stored"?)

2023-06-30 Thread Samuel Wales
i guess i expected completion to show only description with recently saved at top. if i want, i can also select by ido's flex, c-spc, arrow keys, etc. ido is already set up for accessibility for me and is used all the time for other purposes. then there is the opportunity for fanciness with

Re: org-insert-link completion by description (Re: what is the purpose of "This link has already been stored"?)

2023-06-30 Thread Samuel Wales
yes, 9.6.7 has the bug as i described it, at least with my window and ido setup. emacs -q 9.6.7, vaniila except for whatever -q loads, opens a links window that shows descrtipition and truncated link. idk what you do to select. idk what it does with completion setups. one problem is this

org-insert-link completion by description (Re: what is the purpose of "This link has already been stored"?)

2023-06-30 Thread Max Nikulin
On 28/06/2023 08:35, Samuel Wales wrote: 2) org-insert-link, with my ido setup, and i am aware other completion mechanisms exist but find it difficult to switch, offers as completion candidates a completely useless list. The Org version in the Anthony's report is 9.5. Samuel, could

Re: batch breaks bugfix

2023-06-30 Thread Samuel Wales
correction for anybody who bothered to follow all that nonsense: the bizarre bug with not including certain entries only exists in bugfix. i had gotten it to exhibit itself in 2 repos with different names at one point but never mind that.

Re: batch breaks bugfix

2023-06-30 Thread Samuel Wales
On 6/19/23, Ihor Radchenko wrote: > Samuel Wales writes: > >> the bug occurs in recent bugfix, but not recent main, so perhaps we >> could say that it is fixed in main but that the fix has not been >> applied to bugfix? [if only the fix were known.] > > Maybe. > >> does org testing use --batch?

Re: basic git

2023-06-30 Thread Samuel Wales
On 6/30/23, Max Nikulin wrote: > On 30/06/2023 13:55, Samuel Wales wrote: >> the merge conflict is >> >> <<< HEAD >> ;; Version: 9.7-pre >> === >> ;; Version: 9.6.7 > 7da765e459384f68d764589c94fd26472f1c3361 > > It looks like you tried to merge into the "bugfix" branch the "main"

Re: exporting to PDF multi-lingual document

2023-06-30 Thread Dr. Arne Babenhauserheide
Hi, Andrés Ramírez writes: > Could You address me to the proper sintax for the japanese characters to > appear in the output?. I think you have to solve this on the LaTeX-side: including packages that support the required unicode. For a part of that I usually use uniinput, for example this:

Re: [BUG] Source block indentation does not work properly for yaml-mode [9.6.6 ( @ /home/user/.emacs.d/elpa/org-9.6.6/)]

2023-06-30 Thread Sébastien Miquel
Ihor Radchenko writes: But why do we need to avoid indenting empty lines? In the following link, Greg Minshal argues for preserving empty lines: https://list.orgmode.org/725763.1632663...@apollo2.minshall.org/T/ (CCing the mailing list) -- Sébastien Miquel

Re: exporting to PDF multi-lingual document

2023-06-30 Thread Ihor Radchenko
Andrés Ramírez writes: > When exporting this document the Japanese characters do not appear in > the output. > ... > Could You address me to the proper sintax for the japanese characters to > appear in the output?. We discussed a similar issue previously in

exporting to PDF multi-lingual document

2023-06-30 Thread Andrés Ramírez
Hi. When exporting this document the Japanese characters do not appear in the output. --8<---cut here---start->8--- #+TITLE: Doc multi-lingual #+options: author:nil email:nil toc:nil num:nil #+LATEX_HEADER: \usepackage[french,japanese]{babel} #+LaTeX_HEADER:

Re: [RFC] Refactoring org-element API

2023-06-30 Thread Ihor Radchenko
Ihor Radchenko writes: >>> One minor nitpick: I would prefer a function like >>> ~org-element-property-1~ to be named e.g. ~org-element-property-lazy~ >>> (or something similar), because the "-1" is just obfuscation to me. >> ... >> I'd prefer to see several more ideas about the alternative

Re: [SPAM] Re: I Am Interested In Guest Posts On The Site orgmode.org

2023-06-30 Thread Ihor Radchenko
Bastien Guerry writes: >> Looks like accidental moderation slip. > > Yes, probably, sorry for that. > > I continue to moderate the list once a week. > > I will ping the moderators to see if they are still available > to moderate this list or if we need to find new volunteers. AFAIU, this email

Re: [PATCH v4.1] Re: Improve the performance of `org-set-tags-command` on large `org-tag-alist`

2023-06-30 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I improved the code a little. Can't figure out how to implement upper logic. > Can you finish the last part? Thanks > > #+begin_src emacs-lisp > (setq tbl (let* ((tags-grouped (org-tag-alist-to-groups fulltable)) >... I tried to improve the code readability in

Re: [SPAM] Re: I Am Interested In Guest Posts On The Site orgmode.org

2023-06-30 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > Looks like accidental moderation slip. Yes, probably, sorry for that. I continue to moderate the list once a week. I will ping the moderators to see if they are still available to moderate this list or if we need to find new volunteers. -- Bastien Guerry

Re: [BUG] Org parser error in org-ai [9.6.5 (release_9.6.5-3-g2993f4 @ /usr/local/Cellar/emacs-plus@29/29.0.90/share/emacs/29.0.90/lisp/org/)]

2023-06-30 Thread Ihor Radchenko
Mariusz Klochowicz writes: > org-ai buffer encountered a bug during execution, whilst populating the > answer from `org-ai-explain-code`. > > > Here's the log: > > ⛔ Warning (org-element-cache): org-element--cache: Org parser error in > *org-ai-on-region*::2885. Resetting. > The error was:

[SPAM] Re: I Am Interested In Guest Posts On The Site orgmode.org

2023-06-30 Thread Ihor Radchenko
> We are interested in articles on iGames, poker, forex and crypto ... A rare beast here---spam :/ Bastien, should we do something about it? Looks like accidental moderation slip. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support

Re: iphone app plain org

2023-06-30 Thread Ihor Radchenko
Jude DaShiell writes: > I just found this app and paid for it and I think it may have been a good > investment. I mostly use orgmode for tables and think this app may work out > well from what I’ve found so far. I’ve checked other orgmode apps out but > this one appears to be the most

Re: [BUG] org tangle ignores :dir header arg [9.6.6 ( @ /home/me/.config/emacs/elpa/org-9.6.6/)]

2023-06-30 Thread Ihor Radchenko
A Z writes: > is this a bug the way that the src block ignores the :dir args? > #+PROPERTY: header-args :dir "/sudo::/" :results drawer > #+begin_src conf :tangle /require-root > test :) > #+end_src > > `emacs -Q`; C-c C-c on the property line; C-u C-c C-v C-t on > the src line; permission

[BUG] org tangle ignores :dir header arg [9.6.6 ( @ /home/me/.config/emacs/elpa/org-9.6.6/)]

2023-06-30 Thread A Z
hello all :) is this a bug the way that the src block ignores the :dir args? #+PROPERTY: header-args :dir "/sudo::/" :results drawer #+begin_src conf :tangle /require-root test :) #+end_src `emacs -Q`; C-c C-c on the property line; C-u C-c C-v C-t on the src line; permission denied. Emacs :

[BUG] incorrect org-mode dynamic blocks docs [9.5.4 (release_9.5.4-3-g6dc785 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2023-06-30 Thread pva-outdoor
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.

[PATCH 2/3] lisp/org.el: Fix docstring for S-cursor commands

2023-06-30 Thread Evgenii Klimov
* lisp/org.el (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft): Document hooks for S-cursor commands in the docstring. --- lisp/org.el | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index b396456a2..bf61062b1

Re: basic git

2023-06-30 Thread Ihor Radchenko
Samuel Wales writes: > apropos of nothing, btw what does one do to make org these days? > > make cleanall;make? make oldorg? Just make will trigger compilation. make oldorg will also trigger building Info manual (in addition to compilation). make cleanall is good to do to avoid Emacs re-using

[BUG] manual should explain how to insert literal dollar sign

2023-06-30 Thread Paul Rubin
Context: I wanted to mention in a document that a certain item cost "$12.98+$.77 s/h".  Since the period after the second $ is punctuation, the parsing heuristic interpreted that as LaTeX, giving math output in the html export.  So I spent a while muddling around trying to figure out how to

Add final hooks to S-/M-/S-M-cursor commands

2023-06-30 Thread Evgenii Klimov
`org-shiftup' and other S-cursor commands not only provide initial hooks but also final hooks, while M-cursor and S-M-cursor commands lack them. These patches add final hooks to all of these commands and document both hooks in the docstring if they are not already present.

iphone app plain org

2023-06-30 Thread Jude DaShiell
I just found this app and paid for it and I think it may have been a good investment. I mostly use orgmode for tables and think this app may work out well from what I’ve found so far. I’ve checked other orgmode apps out but this one appears to be the most complete of all of them from what I

[PATCH 3/3] lisp/org.el: Add final hooks to the S-M-cursor commands

2023-06-30 Thread Evgenii Klimov
* lisp/org.el (org-shiftmetaleft-final-hook, org-shiftmetaright-final-hook, org-shiftmetaup-final-hook, org-shiftmetadown-final-hook): Define final hooks for the S-M-cursor commands. (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup, org-shiftmetadown): Add final hooks to the S-M-cursor

[PATCH 1/3] lisp/org.el: Add final hooks to the M-cursor commands

2023-06-30 Thread Evgenii Klimov
* lisp/org.el (org-metaleft-final-hook, org-metaright-final-hook, org-metaup-final-hook, org-metadown-final-hook): Define final hooks for S-cursor commands. (org-metaleft, org-metaright, org-metaup, org-metadown): Add final hooks to M-commands and document them in the docstring. --- lisp/org.el |

Re: [BUG] Source block indentation does not work properly for yaml-mode [9.6.6 ( @ /home/user/.emacs.d/elpa/org-9.6.6/)]

2023-06-30 Thread Ihor Radchenko
Sébastien Miquel writes: > + ;; Trim contents: `org-src--contents-for-write-back' may have > + ;; added indentation at the beginning, which we remove. May you also mention that we remove the indentation to avoid adding spaces to latex fragments in the middle of a paragraph? >>>

Re: [PATCH] org-faq.org: Inline comments

2023-06-30 Thread Max Nikulin
On 29/06/2023 17:47, Ihor Radchenko wrote: Max Nikulin writes: I think, it is time to add a FAQ entry, see the attachment. The proposed FAQ entry is overwhelming. It would work fine as a blog, A blog with a couple of posts a year has a little sense. Moreover it is closer to a wiki article

Re: basic git

2023-06-30 Thread Max Nikulin
On 30/06/2023 13:55, Samuel Wales wrote: the merge conflict is <<< HEAD ;; Version: 9.7-pre === ;; Version: 9.6.7 7da765e459384f68d764589c94fd26472f1c3361 It looks like you tried to merge into the "bugfix" branch the "main" branch. Do you have history of last git commands, e.g. in

Re: basic git

2023-06-30 Thread Samuel Wales
i did it a few times, it broke, i did what you did, which is really the same except like -a, it works, i moved that to my dir, it works for now. thanks. older git. === apropos of nothing, btw what does one do to make org these days? make cleanall;make? make oldorg? as for other repos [i

Re: basic git

2023-06-30 Thread Dumitru Sipos
It behaves quite normally on my side: $ git clone https://git.savannah.gnu.org/git/emacs/org-mode.git Cloning into 'org-mode'... remote: Counting objects: 141138, done. remote: Compressing objects: 100% (30420/30420), done. remote: Total 141138 (delta 110608), reused 141085 (delta 110576)

Re: basic git

2023-06-30 Thread Samuel Wales
how can a freshly cloned bugfix be any different from upstream? On 6/29/23, Samuel Wales wrote: > i pulled vanilla bugfix and got errors. i deleted the repo, cloned > org, did git checkout bugfix, pulled, and still got errors. > > git clone https://git.savannah.gnu.org/git/emacs/org-mode.git >

basic git

2023-06-30 Thread Samuel Wales
i pulled vanilla bugfix and got errors. i deleted the repo, cloned org, did git checkout bugfix, pulled, and still got errors. git clone https://git.savannah.gnu.org/git/emacs/org-mode.git i am gitophobic. === On branch bugfix Your branch and 'origin/bugfix' have diverged, and have 424 and 3