Re: [PATCH] before emit an error message, try to load the babel language

2023-04-26 Thread lin Sun
Hi Ihor, I use the `setopt` in my dot-emacs now, and won't make code changes. Please feel free to close this ticket, and any code change to enhance the discussed issue is welcome. Thanks

Re: [PATCH] before emit an error message, try to load the babel language

2023-04-25 Thread lin Sun
Thank you all for the comments, and agree with no code change. Please feel free to close this ticket. Thanks

Re: [PATCH] before emit an error message, try to load the babel language

2023-04-24 Thread lin Sun
Hi Ihor, Thanks for the comment. If we switch to the `add-variable-watcher', it seems we'll load the ob-LANG in the callback immediately. The previous change can lazyly load the babel languages until the user tries to evaluate the source block.

Re: [PATCH] before emit an error message, try to load the babel language

2023-04-22 Thread lin Sun
nction `org-babel-do-load-languages' to load the ob-LANG without capturing the error. I changed the patch to follow your comments. Please review the new patch I attached. Thanks. From acc72f9f42120d07cc728eeebb9dd976b4568c1f Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Sat, 22 Apr 2023 00:00:39 +0

[PATCH] before emit an error message, try to load the babel language

2023-04-22 Thread lin Sun
x27; function, then the error message will be displayed if I run the code in the org file. Please help review that patch. Thanks. Regards From 39a15a34bdb8bd0c397fbd80cdfb0723ce229066 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Sat, 22 Apr 2023 00:00:39 + Subject: [PATCH] *lisp/ob-core.

Re: [BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-12-02 Thread Lin Sun
Hi Ihor, > Considering that you can only reproduce with Spacemacs, it might be > spacemacs screwing the match data. Not Org. > There is no reason to fix something not caused by Org on Org side. Agree with you, I had located the dead loop is cause by the advice function for set-window-buffer from

Re: [BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-12-01 Thread Lin Sun
se the string-match run into wrong result. The attachment is a quick patch for the issue, please help to review and apply it, thanks From 428f989c6e9f846cf6a1bbb25ada56146789a2c6 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Fri, 2 Dec 2022 07:31:05 + Subject: [PATCH] org-table.el: fix matc

Re: [BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-12-01 Thread Lin Sun
Hi Ihor, > I cannot reproduce. > Can you please provide detailed steps starting from emacs -Q? It's not happened with emacs -Q, but happened with Spacemace configuration.

[BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-11-30 Thread Lin Sun
Hi, The emacs builtin org-mode will stuck after try to expand the table with Tab on a table column. After investigate, I found the function org-table-clean-line will run into dead loop for a simply call: (org-table-clean-line "|a|b|") Please help to fix this function. Thanks. Best, Lin

Re: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2022-06-07 Thread lin Sun
Hi lhor, You're totally right, the commit b5f0efc had appended the `-headless` to the jar parameter list. Here is the comment: > *** =org-plantump-executable-args= is renamed and applies to jar as well The original issue does not exist now. Please ignore the previous patch. Thank you so much. B

Re: *doc/org-manual.org: Fix the description for "Internal Link" in the org-mode manual

2022-06-03 Thread Lin Sun
Hi Ihor, Clear! Thank you so much! Please just ignore this patch, and close this ticket. B.R. Lin

Re: *doc/org-manual.org: Fix the description for "Internal Link" in the org-mode manual

2022-06-02 Thread Lin Sun
Hi Ihor, Thank you for the investigation, verify insight, I'll avoid this snapshot from my org files. And changing the "CAPTION" to "PROPERTY" in the foot script, is it correctly? Thanks B.R. Lin

*doc/org-manual.org: Fix the description for "Internal Link" in the org-mode manual

2022-06-02 Thread Lin Sun
3024a5f1e19e00f198d97b1be13789062c82 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Wed, 1 Jun 2022 00:01:07 + Subject: [PATCH] manual: Fix the internal-link document for it depends on the PROPERTY * doc/org-manual.org: The internal-link acctually depends on PROPERTY than CAPTION --- doc/org