David Masterson writes:
>> I am mostly questioning "for purposes described in this chapter".
>> All the TODO items can be labelled with multiple dates/times, not just in
>> "this chapter".
>
> I see. I'm trying to say that the rest of this chapter describes how,
> where and why you would use dat
Ihor Radchenko writes:
>> I also wonder if this means the caching is performed by each indirect buffer
>> independently, and doesn't carry over.
>
> Caching is using base buffer actually.
> I guess we can explicitly set reference to the cache root to nil in
> indirect buffers.
Done, on main.
ht
John Wiegley writes:
>> Ihor Radchenko writes:
>
>> Changing the current behaviour will be a breaking change.
>>
>> I am inclined to change the current behaviour and document it, unless there
>> are objections.
>
> I would also note that in Org-mode 8 and earlier, ‘/ ’ would limit to
> all u
Rudolf Adamkovič writes:
> Max Nikulin writes:
>
>> Perhaps it is better to keep current behavior with error by default
>> and just to recommend [...] a user is experimenting with sqlite
>> features.
>
> This is exactly the case where the user SHOULD use
>
> #+PROPERTY: header-args:sqlite :db
>
Ruijie Yu writes:
> -Worried about aligning free text tables?
> -Org mode does it in a single keystroke -- =tab=.
> +担心无法在文本表格中对齐?你只需按一个键 - =tab=。
May I know the purpose of adding extra "-"?
>>>
>>> Double-dash only renders as a short dash on HTML, whereas quintuple-das
[Adding Org ML back to CC]
Sebastian writes:
> Thank you so much for the detailed explanation!
>
> Maybe memory-report is counting what's at the end of the reference, and
> your change fixes it.
memory-report is counting buffer data separately, even when buffer-local
variables reference to the
The org-checkbox face does not get applied when using alphabetical
bullets in plain lists. See the attached ECM.
This might be intentional, and if so I'd like to know the reasoning
behind it, but I couldn't find any information about it in the code or
the manual. When checking Org's git history I
just a note that org-link-minor-mode produces this error upon e.g.
find-file on a bash file, presumably due to org links in it: File mode
specification error: (error org-link is not a valid folding spec)
my version is url = https://github.com/swhahn/org-link-minor-mode and
it is up to date.
does
seems this bug also prevents further loading of stuff like my fixme
highlighting.
On 6/13/23, Samuel Wales wrote:
> just a note that org-link-minor-mode produces this error upon e.g.
> find-file on a bash file, presumably due to org links in it: File mode
> specification error: (error org-link is
On Jun 13, 2023, at 20:02, Ihor Radchenko wrote:
>
> Ruijie Yu writes:
>
>> -Worried about aligning free text tables?
>> -Org mode does it in a single keystroke -- =tab=.
>> +担心无法在文本表格中对齐?你只需按一个键 - =tab=。
>
> May I know the purpose of adding extra "-"?
Doub
> "IR" == Ihor Radchenko writes:
IR> Are you sure?
IR> I can see 124017b6d that changes
IR> (setq org-agenda-tag-filter
IR> (cons (concat (if exclude "-" "+") tag)
IR> current))
IR> to
IR> (setq org-agenda-tag-filter
IR> (cons (concat (if exclude "-" "+") tag)
Ihor Radchenko writes:
> Would you mind updating the patch?
See below.
> If you do not use magit, you can easily re-create patches for a given
> file from Emacs using
> M-x vc-diff M-x write-file /path/to/your.path
I do use magit, but I'm not good with it. In particular, I wanted to
walk t
12 matches
Mail list logo