[BUG] icalendar export fails with SCHEDULED/DEADLINE entries [9.5.2 (9.5.2-gbc8c3e @ /home/eliza/.emacs.d/straight/build/org/)]

2022-02-14 Thread Eliza Velasquez
Hello, It seems like `org-icalendar-export-to-ics' fails to consider the SCHEDULED and DEADLINE properties. Consider the following org file `foo.org': * foo SCHEDULED: <2022-02-15 Tue> When invoking `org-icalendar-export-to-ics', we get the following `foo.ics' file. BEGIN:VCALENDAR VERSION:2.0

[PATCH] org-agenda: fix `org-agenda-new-marker`

2022-02-14 Thread Hu Lucius
In some cases, `org-agenda-buffer` is killed while the symbol itself is still non-nil. `org-agena-new-marker` and anything that calls it would end in a message of "Selecting deleted buffer". This commit simply added an additional test that (buffer-live-p org-agenda-buffer) should also be tru

[BUG] S- Overridden by windmove.el [9.5.2 (release_9.5.2-3-geb9f34 @ /usr/local/share/emacs/28.0.91/lisp/org/)]

2022-02-14 Thread Yingnan Cui
Hi all, It seems that org-mode's S- is overriden by windmove.el even though I'm adding the following configurations according to the org manual: ```emacs-lisp ;; Make windmove work in Org mode: (add-hook 'org-shiftup-final-hook 'windmove-up) (add-hook 'org-shiftleft-final-hook 'windmove-left) (add

Re: org-persist uses Emacs 28+ buffer-local-boundp

2022-02-14 Thread Ihor Radchenko
Kyle Meyer writes: > Could you update org-persist-write:elisp to be compatible with older > Emacs versions (e.g., by inlining the short definition and adding a > comment about why buffer-local-boundp isn't used)? Done in 0cb076020. Thanks for the heads up! Best, Ihor

[PATCH v3] Fix FAQ entry about mailto links.

2022-02-14 Thread Max Nikulin
On 11/02/2022 00:42, Robert Goldman wrote: There are a couple of minor issues in the patch you sent (including a couple of grammatical errors), so attached is a revision. Great. Thank you, Robert, it exact reason why I asked for a review. I am sending the updated patch and a diff to your edi