Dear maintainer,
I have an Org file with contents like the following:
This is a test 1 [fn:n24aa:These are the contents] and here is more.
When I do an HTML export, the footnote's label (n24aa) is not preserved
in the exported HTML. Is this intended behaviour? I was expecting it to
keep the
Ihor Radchenko writes:
>> Consider the following minimal example, a nested list with a table in a
>> sub-item (regardless of list types and empty lines):
>>
>> #+BEGIN_EXAMPLE
>> 1. List item
>>- Sub-item
>> | Table |
>> #+END_EXAMPLE
>>
>> This causes a format error on ODT export (I'm r
Ihor Radchenko writes:
> Unlike `org-columns' command (C-c C-x C-c), dynamic column blocks are
> ignoring the width specs. Handling specs is simply not implemented. This
> is not explicitly stated in the manual though.
>
> One can just add column width specs in `org-dblock-write:columnview'.
Fix
Ihor Radchenko writes:
> Björn Bidar writes:
>
>>> Fixed, on main.
>>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fef873b1c
>>
>> I noticed that `org-insert-structure-template' and possibly others are
>> also affected
>>
>> Is a new bug needed or this one enough?
>
> This on
Ihor Radchenko writes:
> Sharon Kimble writes:
>
>> Could the manual be amended to show how to use it with an example like the
>> one you showed above please?
>
> Sure. Feel free to propose what to add.
Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=2230668
Hi!
I think I have discovered a possible leap-year bug in todo-cycle.
I have a TODO-entry which looks like this:
SCHEDULED: <2024-02-29 Thu ++1y>
When I cycle the TODO-entry with c-c c-t it becomes
SCHEDULED: <2025-03-01 Sat ++1y>
In my opinion it should become "2025-02-28 Fri" instead. If yo
I had an agenda view opened for a while, went away, came back to toggle a
task DONE by using C-c C-t as usual. Normally have not seen any errors. Now
this occured, and Emacs asked me to report it:
Warning (org-element-cache): org-element--cache: Org parser error in
tasks.org::#. Resetting.
Th
I made a quick video demonstrating:
https://www.dropbox.com/scl/fi/jckftu7bi4753b1autt0a/org-bug.mp4?rlkey=nghlh36s84hzz8omo00lbsdlg&dl=0
Thanks!
Joe Gilder
Emacs : GNU Emacs 28.2 (build 1, aarch64-apple-darwin21.1.0, NS appkit-2113.00
Version 12.0.1 (Build 21A559))
of 2023-02-22
Package:
Also I just downloaded Emacs version 29.3 and am still getting the same bug.
GNU Emacs 29.3 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version
12.6.6 (Build 21G646)) of 2024-03-24
> On Apr 4, 2024, at 11:20 AM, Joe Gilder wrote:
>
>
> I made a quick video demonstrating:
>
> h
Rudolf Adamkovič writes:
> While you are on it, ...
> ...
See the attached updated patch.
>From b4942ba19db7e7b2c250e3dc2c5b0c6b6b7346d0 Mon Sep 17 00:00:00 2001
Message-ID:
From: Ihor Radchenko
Date: Thu, 4 Apr 2024 14:22:01 +0300
Subject: [PATCH v2] org-faq.org (How can I preserve faces...)
Ihor Radchenko writes:
> ...
> So, there is no bug here.
After discussing off-list, I have clarified several docstrings.
Handled, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d72feeb09
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b45b39326
--
Ihor
Hi org-mode community,
The patch ensures the header of an org-table displays without the cursor
inside the table when org-table-header-line-mode is enabled.
BTW, this is my first patch for org-mode, so please correct me if there
are any issues with it.
Also, I've done the paperwork before.
Regar
Protesilaos Stavrou writes:
> I have an Org file with contents like the following:
>
> This is a test 1 [fn:n24aa:These are the contents] and here is more.
>
> When I do an HTML export, the footnote's label (n24aa) is not preserved
> in the exported HTML. Is this intended behaviour? I was exp
Martin Kjær Jørgensen writes:
> I had an agenda view opened for a while, went away, came back to toggle a
> task DONE by using C-c C-t as usual. Normally have not seen any errors. Now
> this occured, and Emacs asked me to report it:
>
>
> Warning (org-element-cache): org-element--cache: Org parse
On Fri, Apr 05 2024, Ihor Radchenko wrote:
> Martin Kjær Jørgensen writes:
>
>> I had an agenda view opened for a while, went away, came back to toggle a
>> task DONE by using C-c C-t as usual. Normally have not seen any errors. Now
>> this occured, and Emacs asked me to report it:
>>
>>
>> Wa
Regarding
https://list.orgmode.org/orgmode/36a62fbf-6484-456f-9537-a7aa40530...@app.fastmail.com/
Was the intention with this change to remove alphabetical lists from
text (ascii) exporter?
#+begin_src
,#+title: Test document
,#+options: toc:nil author:nil
,* test of alphabetical export
Ihor Radchenko writes:
"Thomas S. Dye" writes:
The @ character in an Org citation seems to block import to an
SQLite table.
Has anyone successfully imported an Org citation to an SQLite
table?
Could you please elaborate?
It appears I let this drop. My apologies.
I think my problem
Joe Gilder writes:
> I made a quick video demonstrating:
>
> https://www.dropbox.com/scl/fi/jckftu7bi4753b1autt0a/org-bug.mp4?rlkey=nghlh36s84hzz8omo00lbsdlg&dl=0
Thanks for reporting!
I tried
1. emacs -Q
2. M-: (setq org-use-speed-commands t)
3. Open file
* Heading 1
** Subheading
* Heading 2
Anton Haglund writes:
> I think I have discovered a possible leap-year bug in todo-cycle.
>
> I have a TODO-entry which looks like this:
>
> SCHEDULED: <2024-02-29 Thu ++1y>
>
> When I cycle the TODO-entry with c-c c-t it becomes
>
> SCHEDULED: <2025-03-01 Sat ++1y>
This is expected. When we try
Lei Zhe writes:
> The patch ensures the header of an org-table displays without the cursor
> inside the table when org-table-header-line-mode is enabled.
>
> BTW, this is my first patch for org-mode, so please correct me if there
> are any issues with it.
> Also, I've done the paperwork before.
Martin Kjær Jørgensen writes:
>> Thanks for reporting!
>> Did it happen once or do you keep seeing the error regularly?
>
> I have only experienced it this once.
Let us know if a similar error shows up again.
If it does, we can investigate further.
(This kind of error is sometimes reported for
Sławomir Grochowski writes:
>> Do not forget to add :package-version.
>
> Thank you for bringing it to my attention.
>
> Patch in attachment.
Thanks!
I improved the patch a bit, with minor changes to the commit message and
adding more to the docstring and type spec of the defcustom. I also
chan
On Fri, Apr 05, 2024 at 06:34:29PM +, Ihor Radchenko wrote:
> > In my opinion it should become "2025-02-28 Fri" instead.
>
> Keeping "end of a month" being end of a month is indeed an alternative
> approach in such a situation. Both are possible; we just use the one
> that is easier to implemen
> Generally, I did see several requests to change the strategy when
> calculating next month/year. However, that would be a breaking change.
> I'd only go for it if people are strongly in favor of the change.
> So, changing this to a poll.
I don't particularly have a skin in the game but I ask a
jman writes:
> I don't particularly have a skin in the game but I ask a question: what would
> be the impact of this breaking change for users with existing Orgmode
> documents?
Mostly that people familiar with the current behaviour might be
surprised.
I am personally slightly in favour of th
> May you please explain in more details what problem you are trying to
> solve?
Sure. I've identified an issue on the master branch where, if the cursor is
not inside the table at WS, `org-table-begin' in
`org-table-header-set-header'
gets the beginning position of the next table in the buffer.
s
Hi all,
In an Org file with:
#+TODO: TODO(t) | DONE(d!)
and
(setopt org-log-into-drawer t)
After marking a heading as DONE, the newly created :LOGBOOK: can't be unfolded.
This is similar to
https://lists.gnu.org/archive/html/emacs-orgmode/2024-03/msg00338.html
Org mode version 9.7-pre (re
27 matches
Mail list logo