Ihor,
thanks again.
> #+property: header-args :var common_variable = "foo"
ah, hierarchical :var's. i didn't realize such existed. of course,
then, you're right.
a dream might be something like ":var none" to allow the dot source code
block to indicate it wasn't expecting any ":var" anyway.
Karthik Chikmagalur writes:
> Attachment paths are not resolved correctly when the Org file is
> symlinked elsewhere. This may or may not be a bug, but I think it's
> undesired behavior:
> ...
> 3. Symlink test.org from elsewhere, say
>
> /tmp/test.org -> ~/Desktop/test.org
> ...
> - An empty dir
Here is a summary of the discussed topics + comment log:
- Tim reported Org mode hanging (potential infinite loop) when setting
tags in a new capture near the end of a big Org mode buffer.
After ~M-x toggle-debug-on-quit~, the potential offender is
~org-element-cache-map~:
: Debugger e
Max Nikulin writes:
> Isn't it better to modify buggy org-ctags than to add various kludges to
> tests?
Yes, of course.
Thanks for doing this!
Applied, onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=735334445
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/comm
Morgan Smith writes:
>> We need a real-life justification, not a theoretical one.
> ...
> I agree with all your points and I'm sorry for sending noise. However, I
> think
> I actually found a real-life justification.
>
> It turns out that by replacing `org-cached-entry-get' with
> `org-entry-ge
Rudolf Adamkovič writes:
> Rudolf Adamkovič writes:
>
>> Definitely! I am on it.
Thanks!
> All right, how about the attached patch?
> ...
> * lisp/ob-lua.el (org-babel-lua-multiple-values-separator): Change the
> default value from ", " to "|" to avoid '\\,' appearing in strings.
May you ple
Greg Minshall writes:
> a dream might be something like ":var none" to allow the dot source code
> block to indicate it wasn't expecting any ":var" anyway. but, i guess
> then one would want to allow picking and choosing:
>
> : #+header: :var =common_variable
>
> or some such to disabl
Morgan Smith writes:
> I may have rewritten org-clock-sum yet again. See attached patch.
>
> * things I want you to tell me
> 1. Does this look like something that could be eventually merged upstream or
> am
>I wasting my time?
Yes, it could be merged upstream. I do not see why not.
> 2.
On 30/04/2024 17:02, Ihor Radchenko wrote:
Max Nikulin writes:
Isn't it better to modify buggy org-ctags than to add various kludges to
tests?
Applied, onto main.
I was expecting that you would be against it since it is a breaking change.
See a follow-up to
Ihor Radchenko. Re: Autoloading
Jim Porter writes:
> + (setq-local bounds-of-thing-at-point-provider-alist
> + (append bounds-of-thing-at-point-provider-alist
> + '((url . eww--bounds-of-url-at-point
> + (setq-local forward-thing-provider-alist
> + (append forward-thing-provi
Matt Price writes:
> The real problem I have is that, when exporting a subtree, I want to set
> org-md-toplevel-hlevel to "2" and add the title; when exporting a whole
> file, I want to set org-md-toplevel-hlevel to "1" and ignore the title.
You can examine :export-options value in the INFO plis
Nafiz Islam writes:
>> Upon closer look at the `org-capture`, `org-capture-set-target-location`
> and `org-capture-place-entry`, I'm starting to realize that "file+function"
> can be used for what I'm looking for. I was just worried about the use of
> `(org-capture-put :exact-position (point))`
>
Nafiz Islam writes:
> Upon closer look at the `org-capture`, `org-capture-set-target-location`
> and `org-capture-place-entry`, I'm starting to realize that "file+function"
> can be used for what I'm looking for.
So, there is no feature to request.
Canceled.
--
Ihor Radchenko // yantar92,
Org
Hi
With a custom results keyword the function
org-babel-where-is-src-block-result doesn't find the results block
when the src block is unnamed.
#+name: config
#+begin_src emacs-lisp
(setopt org-babel-results-keyword "RÉSULTATS")
#+end_src
#+RÉSULTATS: config
: RÉSULTATS
#+begin_src
caro...@free.fr writes:
> With a custom results keyword the function
> org-babel-where-is-src-block-result doesn't find the results block
> when the src block is unnamed.
>
>
>
> #+name: config
> #+begin_src emacs-lisp
> (setopt org-babel-results-keyword "RÉSULTATS")
> #+end_src
This is not all
Ihor Radchenko writes:
> Applied, onto main.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=735334445
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=badb09d67
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0f0019e32
> https://git.savannah.g
On 30/04/2024 19:59, Ihor Radchenko wrote:
/bin/sh: 1: Syntax error: Bad function name
(ert-test-failed
((should
(test-org-ctags/list-elements-equal-p
(list ...)
(test-org-ctags/with-fake-ctags temp-dir "regexp" ...)
'(2)
"Regexp should be escaped."))
Max Nikulin writes:
> diff --git a/testing/lisp/test-org-ctags.el b/testing/lisp/test-org-ctags.el
> index 7f5fca948..b8e3e4d22 100644
> --- a/testing/lisp/test-org-ctags.el
> +++ b/testing/lisp/test-org-ctags.el
> @@ -76,17 +76,17 @@ (defmacro test-org-ctags/with-fake-ctags
> (,dir
On 4/30/2024 4:39 AM, Ihor Radchenko wrote:
What happens if you have multiple providers for an URL?
You add the provider to the end, so it will have the lower priority in
this scenario. I guess that you want the opposite - EWW provider to take
precedence. Same for other changes.
That's probably
The problem with my implementation is that it modifies the org file before
prompting the user for item entry. As a result, if I cancel/abort my
org-capture, that modification will still be present. I've made another
attempt which is slightly more successful using advice.
(defun my/diary-capture-ad
> I've also fixed a bug in EWW and bug-reference-mode
> where it would return nil for (thing-at-point 'url)
> if point was at the *end* of a URL.
By "at the end" I assume you really mean just
_after_ a URL, i.e., no longer on/at the URL.
FWIW, that's actually _superior_ behavior.
Unfortunately
Hi all,
This patch adds support for "shortdoc:" links.
Best,
Bruno.
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 8dbc3292d..cfe894448 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -1357,6 +1357,10 @@ place the entry in the ~Misc~ category if ~TEXINFO_DIR_CATEGORY~ is missing.
=TEXINFO_DIR
22 matches
Mail list logo