lin Sun writes:
> Thank you all for the comments, and agree with no code change.
> Please feel free to close this ticket. Thanks
Will you still be interested to improve the patch covering all other
cases in Org code where babel backend is used? Or using
`add-variable-watcher'?
--
Ihor Radchenk
Ruijie Yu writes:
>> And it is not us who needs to use `setopt', but users.
>> We just have to deal with de facto situation with users using `setq'
>> mindlessly.
>
> Makes sense. So, does that mean nothing should be changed, except for
> maybe some additions to documentation mentioning that the
"John Wiegley" writes:
> I have about 21,000 headlines throughout my Org files, most of those tasks.
> Nearly all of them have PROPERTIES drawers, and since those drawers appear at
> the end of the entries, I've grown quite used to that arrangement. Anyway, it
> didn't take much effort to adapt O
Thank you all for the comments, and agree with no code change.
Please feel free to close this ticket. Thanks
Ihor Radchenko writes:
> Ruijie Yu writes:
>
>>> 1. `setopt' already triggers loading when variable is set. It is just
>>>`setq', often used in place of `setopt', that does not trigger
>>>loading/unloading.
>>
>> Speaking of which, since we now (or are about to?) depend on compat, we
>
I have about 21,000 headlines throughout my Org files, most of those tasks.
Nearly all of them have PROPERTIES drawers, and since those drawers appear at
the end of the entries, I've grown quite used to that arrangement. Anyway, it
didn't take much effort to adapt Org 9.x to allow for such position
> Ihor Radchenko writes:
> What am I missing?
My apologies, I really don't know what errant behavior had crept into my
configuration, but even now as I tried the steps, I saw that it had flipped
again, making the "fix" I proposed entirely incorrect, as you surmised. This
is really quite stra
John Wiegley writes:
>> May you please provide a reproducer or at least more details?
>
> - Enter the Org-agenda
> - Press '/ t' to filter by the tag identified by 't'
> - Note that it hides those tags, rather than showing only those tags
I just tried
1. emacs -Q
2. C-x C-f /tmp/1.org
3.
* T
> Ihor Radchenko writes:
> "John Wiegley" writes:
>> In previous version of Org-mode, I was used to "/ t" showing me only
>> entries that matched the tag keyed by 't'. Now it hides them instead.
> May you please provide a reproducer or at least more details?
- Enter the Org-agenda
- Press
"John Wiegley" writes:
> In previous version of Org-mode, I was used to "/ t" showing me only entries
> that matched the tag keyed by 't'. Now it hides them instead.
May you please provide a reproducer or at least more details?
> I was able to
> fix this using:
>
> modified lisp/org-agenda.el
In previous version of Org-mode, I was used to "/ t" showing me only entries
that matched the tag keyed by 't'. Now it hides them instead. I was able to
fix this using:
modified lisp/org-agenda.el
@@ -8578,7 +8578,7 @@ also press `-' or `+' to switch between filtering and
excluding."
(or
Bastien Guerry writes:
> Ihor Radchenko writes:
>
>> So, we should probably remove zero-width shenanigans from the code.
>
> +1.
Upon further look, it appears to me that [^\000] was simply used to
match "anything, including newline" in most places.
Fixed, on main.
https://git.savannah.gnu.org/
Ruijie Yu via "General discussions about Org-mode."
writes:
> Ihor Radchenko writes:
>
>> (let ((org-time-stamp-formats '("%Y-%m-%d" . "%Y-%m-%d %H:%M")))
>> (org-element-timestamp-interpreter timestamp nil))
>
> Thanks for the pointer. I have made this into a macro and redid my
> change
Ihor Radchenko writes:
>> +(defun org-columns--substring-below-width (string start width)
>> + "Similar to `substring', but use `string-width' to check width.
>
> This is not really similar to `substring' as `substring' has totally
> different third argument.
Addressed in v6 -- see my update
Ruijie Yu writes:
>> 1. `setopt' already triggers loading when variable is set. It is just
>>`setq', often used in place of `setopt', that does not trigger
>>loading/unloading.
>
> Speaking of which, since we now (or are about to?) depend on compat, we
> can just do (require 'compat) and
On 25/04/2023 02:44, Marcin Borkowski wrote:
And I assume that FSF might want to look
at my contract, which is in Polish
I had an impression that an FSF form signed by your employer is enough,
but I may be wrong.
Could you, please, test if the attached patch works correctly for you?From eb1b
Ihor Radchenko writes:
> lin Sun writes:
>
>> 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.
Zelphir Kaltstahl writes:
> Subject: [PATCH] org-babel-expand-body:scheme: define header arg vars using
> define
Applied, onto main, adding TINYCHANGE cookie and newline between
variable definitions and body.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d97ba5ba5
You are als
On Tue, 25 Apr 2023 at 07:21, Ihor Radchenko wrote:
> > I don't understand that. Isn't persistence about keeping data across
> > Emacs sessions?
>
> Not only. We also use org-persist to cache downloaded images from
> internet and, in future, to cache image previews (currently, they just
> sit in
Gustavo Barros writes:
>> We cannot just disable persistence completely.
>> For example, remote image export relies on persistence to be working
>> _during_ Emacs session.
>
> I don't understand that. Isn't persistence about keeping data across
> Emacs sessions?
Not only. We also use org-persist
Ruijie Yu writes:
> Just had a try at this, fully untested code (other than starting a
> LANG=zh_CN.UTF-8 Emacs session and running this substring function to
> see its effects).
Thanks!
> +(defun org-columns--substring-below-width (string start width)
> + "Similar to `substring', but use `str
Ihor Radchenko writes:
> (let ((org-time-stamp-formats '("%Y-%m-%d" . "%Y-%m-%d %H:%M")))
> (org-element-timestamp-interpreter timestamp nil))
Thanks for the pointer. I have made this into a macro and redid my
changes accordingly. Please also let me know if more work should be
dedicated
lin Sun writes:
> 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.
Is there any advantage doing the l
23 matches
Mail list logo