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
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
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
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
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