Kyle Meyer writes:
> Done in 9bc3a2b98.
Thanks a lot,
--
Bastien
Ihor Radchenko writes:
> Bastien writes:
>
>> If you feel confident the change is mature enough for being merged
>> into the main branch, please go ahead, this will boost the feedback.
>
> Merged to main just now.
Thanks!
--
Bastien
Hi,
Sun Lin writes:
> Please help to review this patch.
I will - but please be aware that we have a policy of waiting at least
one month before bumping a thread:
https://orgmode.org/worg/org-mailing-list.html#i-didnt-receive-an-answer
Thanks,
--
Bastien
Hi Bastien,
Please help to review this patch. Thanks
Best Regards
Lin Sun
- Forwarded Message -
From: Sun Lin
To: emacs-orgmode@gnu.org
Sent: Saturday, October 16, 2021, 03:25:40 AM UTC
Subject: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to
html
Hi,
When t
Uwe Brauer writes:
> ** All groups
> #+BEGIN: columnview :hlines 2 :match "H1" :maxlevel 2 :skip-empty-rows t
> :indent nil :format "%5TODO(Status) %5Id(Group) %5Ex(Exercise)
> %5Sheet(Sheet) %7ST1(Status){X/}"
> | Status | Group | Exercise | Sheet | Status |
> |+---+--+-
Hi
Please look at this example
#+begin_src lisp
* Sheets :noexport:
:PROPERTIES:
:COLUMNS: %10SSheet(Sheet Nr) %10Ex(Exercise Nr) %17Date(Date)
%7STATUS(Status){X/}
:ID2: Sheet1
:END:
** DONE G1
Ihor Radchenko writes:
> autofrettage writes:
>
>> * DONE Apple
>> ** TODO Banana
>>
>> ...instead of these:
>>
>> * baz Apple
>> ** foo Banana
>
> Confirmed.
>
> Currently, checkbox to todo keyword mapping is hard-coded in
> org-list-to-subtree.
>
> We may use something like
> [ ] -> (car org
On 16/10/2021 13:52, Ihor Radchenko wrote:
Max Nikulin writes:
It seems, each case of `org-no-popups' may require specific code. I have
tried to take some code related to completion. It overrides
display-buffer-base-action, but something more is required for
pop-up-frames.
I think you went to
close 51167
quit
On 17/10/2021 03:02, Andreas Röhler wrote:
On 13.10.21 14:59, Max Nikulin wrote:
On 13/10/2021 01:35, Kévin Le Gouguec wrote:
Andreas Röhler writes:
With following stuff in org-mode buffer:
* bla
asd
M-x org-indent-line RET on second line has no effect.
Andreas, do the f
autofrettage writes:
> * DONE Apple
> ** TODO Banana
>
> ...instead of these:
>
> * baz Apple
> ** foo Banana
Confirmed.
Currently, checkbox to todo keyword mapping is hard-coded in
org-list-to-subtree.
We may use something like
[ ] -> (car org-not-done-keywords);
[-] -> (car org-not-done-keyw
Dear all,
Here comes a minor gripe.
If I start with:
-
#+TODO: foo bar | baz
+ [X] Apple
+ [ ] Banana
...and then apply org-toggle-headline (C-c *) on the two items,
one after the other, I end up with these headlines:
* DONE Apple
** TODO Banana
Hello,
False alert. I missed texinfo on my system. Many thanks Ihor,
for the lead.
Best regards
Jeremie
Samuel Wales writes:
> i should clarify. bulk archiving slows down even with /nonexistent/
> (have not tried empty) archives. as part of normal and expected
> operation, bulk creates the archive for the first entry, and then
> subsequent entries are added. those get slower and slower.
Hi. I j
Hello William,
Many thanks for reporting your issue and many thanks to Greg for testing.
Sorry, I cannot reproduce the issue either. I don't think it is related
to async. Could you try with 'emacs -Q'?
my minimal configuration is along with emacs -Q is the following:
#+begin_src elisp
(add-to-
Jeremie Juste writes:
> Hello,
>
> I just tried make on 0ef88e2d9 and got the following error.
>
> org-version: 9.5 (release_9.5-142-g0ef88e)
> makeinfo --no-split org.texi -o org.info
> make[1]: makeinfo: No such file or directory
> make[1]: *** [Makefile:72: org] Error 127
> make[1]: Leaving di
Hello,
I just tried make on 0ef88e2d9 and got the following error.
org-version: 9.5 (release_9.5-142-g0ef88e)
makeinfo --no-split org.texi -o org.info
make[1]: makeinfo: No such file or directory
make[1]: *** [Makefile:72: org] Error 127
make[1]: Leaving directory '/home/djj/src/gnu/org-mode/doc'
16 matches
Mail list logo