Ihor Radchenko writes:
> David Masterson writes:
>> To assist project planning, TODO items can be labeled with a date
>> -and/or a time. The specially formatted string carrying the date and
>> +and/or a time for purposes like a timestamp on an event, a deadline
>> +for a task, or clocking time
On 6/14/23, Ihor Radchenko wrote:
> Samuel Wales writes:
>
>> 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 =
> "IR" == Ihor Radchenko writes:
IR> It would be nice to bisect down to the commit that changed the behaviour.
IR> As it usually goes with agenda, consequences of some changes are not
IR> always straightforward.
I have found the cause of the change in behavior:
(org-agenda-filter-make-mat
Samuel Wales writes:
> 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-m
Ruijie Yu writes:
>> May you please rebase the patchset onto current master?
>> I had problems applying the patchset on my side.
>
> Will do this weekend. Please note that I will no longer have much time
> during weekdays, and that I really want to have my employer disclaimer done
> before thi
Samuel Culpepper writes:
>> Do I understand correctly that you are trying to get #+calls to LOB
>> blocks expanded as usual via org-babel-expand-src-block?
>
> Sure, uniformity in "expansion" is the ideal case.
>
> I use LOB pretty extensively, so this hack allows such uniformity along
> the "kil
dongdigua writes:
> look at this commit:
> https://git.sr.ht/~bzg/org-mode/commit/8134e80bdfb55bbce9aecf3f5958a2bd43cc0b63
> the document didn't catch up with source code
>
> I encountered this problem in:
> https://emacs-china.org/t/org-emacs-script-org-publish-all/20782
> and documented it in:
wolf writes:
> Reproduction steps:
> 1. Have org-mode and yaml-mode installed.
> 2. C-x C-f /tmp/x.org RET
> 3. Type in:
>
> #+begin_src yaml
> a:
> b:
> c:
> d:
> #+end_src
>
> After each line, press RET to go to the next one. RET is bound to org-return.
> Notice that when you
David Masterson writes:
> Ihor Radchenko writes:
>
>> Would you mind updating the patch?
>
> See below.
Thanks!
>> 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
che...@posteo.org writes:
> I set org-list-allow-alphabetical to allow alphabetical item
> enumeration. But it seems that the org-checkbox face is not set if there
> are checkboxes.
>
> Example:
>
> #+begin_src org
> - [ ] Hello
>1. [ ] World
> a. [ ] foo
> #+end_src
>
> In my setup, the
pondersson writes:
> The org-checkbox face does not get applied when using alphabetical
> bullets in plain lists. See the attached ECM.
Thanks for reporting and taking time to search previous reports!
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a07260856
--
> Do I understand correctly that you are trying to get #+calls to LOB
> blocks expanded as usual via org-babel-expand-src-block?
Sure, uniformity in "expansion" is the ideal case.
I use LOB pretty extensively, so this hack allows such uniformity along
the "kill-expanded-SRC".
Would you consider
look at this commit:
https://git.sr.ht/~bzg/org-mode/commit/8134e80bdfb55bbce9aecf3f5958a2bd43cc0b63
the document didn't catch up with source code
I encountered this problem in:
https://emacs-china.org/t/org-emacs-script-org-publish-all/20782
and documented it in: https://dongdigua.github.io/or
Hello,
Thanks a lot for letting me know. I will join the discussion.
Ravi
On Mon, Jun 12, 2023 at 11:34 AM Ihor Radchenko wrote:
> Russell Adams writes:
>
> > On Wed, Apr 26, 2023 at 04:13:47PM -0500, Corwin Brust wrote:
> >> On Wed, Apr 26, 2023 at 9:31 AM Matt wrote:
> >> >
> >> > FSF asso
On 2023-06-09 09:34, Ihor Radchenko wrote:
Emacs master tracks the latest stable Org release.
OK, so I cobbled up Org main with branch emacs-29.
./src/emacs -Q
M-x org-version
Org mode version 9.7-pre (release_9.6.6-408-g9082fa @ ...)
(setq org-adapt-indentation 'headline-data)
Paste the
Hello,
when editing a source block of yaml type, the indentation does not work properly
(tabs are used instead of spaces). I am not sure if org or yaml-mode are the
cause, however since RET is bound to org-return, I am reporting it here first.
I did test it inside a container with nothing but em
Dear Marcin and everybody,
I had a similar requirement for "simplest HTML" and have documented how I
tackled this under
http://web222.webclient5.de/doc/swdev/emacs/orgmode/html
In summary, it is
- a few settings in init.el:
+ org-html-text-markup-alist similar to below
+ setting org-export
17 matches
Mail list logo