Derek Chen-Becker <[email protected]> writes: > OK, I have a fix for the `org-entry-property` issue and the LaTeX > issue, attached.
The patch looks good. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f08922964 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ac0727b6e Note that we also need to update worg/org-syntax.org. > ... I think that the `org-entry-property' fix also fixes > column view, and I've added a unit test for that as well You still missed one failing scenario - default priority. Consider #+PRIORITIES: 1 7 7 #+COLUMNS: %ITEM %PRIORITY * This * That * Foo And try either column view of org-entry-get "PRIORITY". > ... One thing I > noticed, though, was that the code around org-priority, even before my > latest set of patches, doesn't seem to consider buffer-level priorities > (e.g. "#+PRIORITIES: A D B"). That might be another thing that needs > fixing, so I've added it as a follow-up in my TODOs to look at (I could > just be missing something, but it didn't work in manual testing). Sorry, but I am not sure which code you are referring to. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
