Re: help with gnus-icalendar.el and orgmode agenda

2024-02-07 Thread Stephen J. Eglen
> <2024-02-22 18:30-20:00> is a valid timestamp. Agenda not handling it is > an oversight that should be fixed. Thanks for checking this. If the agenda could parse these, great. However, with a workaround (C-c C-c on the timestamp), I can handle this for now. Incidentally, org-lint says the

help with gnus-icalendar.el and orgmode agenda

2024-02-07 Thread Stephen J. Eglen
hi, I have the following snippet set up so that mu4e will parse icalendar attachments and add them to an org file ... this seems to be the standard prescription: (when (fboundp 'gnus-icalendar-org-setup) (setq gnus-icalendar-org-capture-file "~/todo.org") (setq

[BUG] simple documentation update [9.7-pre (release_9.6.11-923-g6f960f @ /Users/stephen/.emacs.d/straight/build/org/)]

2024-01-04 Thread Stephen J. Eglen
Line 32 and 33 of org-id.el state: ;; Identifiers consist of a prefix (default "Org" given by the variable ;; `org-id-prefix') ... I think that should now read: ;; Identifiers may consist of a prefix (given by the variable ;; `org-id-prefix') ... as the default for org-id-prefix is now nil for

Re: Bug report for ox-icalendar: newlines should be CRLF

2023-04-15 Thread Stephen J. Eglen
> It's in rfc5545 [1], referenced to from rfc7986 [2]. yes, that's it. There is also this validator that can check files against the spec: https://icalendar.org/validator.html Stpehen

Re: Bug report for ox-icalendar: newlines should be CRLF

2023-04-03 Thread Stephen J. Eglen
> Ihor Radchenko writes: > >> Sorry for the late reply. >> >> Do I understand correctly that all the ical lines must use \r\n? [1] > > Following up here that I have pushed a fix for the EOL issue in > ox-icalendar: > >

Re: Docstring fixes

2023-03-26 Thread Stephen J. Eglen
and a commit message. org.el: Docstring fixes. * lisp/org.el (org-hide-emphasis-markers) (org-hide-macro-markers) (org-pretty-entities-include-sub-superscripts): Follow elisp convention for docstrings: 'Non-nil means ...'. On Sat, Mar 25 2023, Stephen J. Eglen wrote: > Some sm

Re: Document org-hide-emphasis-markers

2023-03-26 Thread Stephen J. Eglen
: > "Stephen J. Eglen" writes: > >> Here is a small patch to document org-hide-emphasis-markers > > Thanks! > Could you please also add a commit message, as described in > https://orgmode.org/worg/org-contribute.html#first-patch ?

Docstring fixes

2023-03-25 Thread Stephen J. Eglen
Some small docstring fixes to align with convention in Emacs for 'Non-nil means ...' Stephen diff --git a/lisp/org.el b/lisp/org.el index 4d12084d9..08a6f1a50 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3600,13 +3600,13 @@ following symbols: (const :tag "Entities" entities

Document org-hide-emphasis-markers

2023-03-25 Thread Stephen J. Eglen
Here is a small patch to document org-hide-emphasis-markers Best wishes, Stephen diff --git a/doc/org-manual.org b/doc/org-manual.org index 37fd3df14..50662669e 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -11005,6 +11005,10 @@ To turn off fontification for marked up text, you

Bug report for ox-icalendar: newlines should be CRLF

2023-01-07 Thread Stephen J. Eglen
st.ics file, but copied here too: BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID//Stephen J. Eglen//Emacs with Org mode//EN X-WR-TIMEZONE:GMT X-WR-CALDESC: CALSCALE:GREGORIAN BEGIN:VEVENT *** DTSTAMP:20230105T221431Z *** UID:TS1-81DE7E9C-0385-49CE-8528-C2FD51372CB4 *** DTSTART:20230105T1

Re: [O] orgstruct-mode with custom headline prefix

2013-02-19 Thread Dr Stephen J Eglen
Christopher Schmidt christopher at ch.ristopher.com writes: Christopher Schmidt christopher at ch.ristopher.com writes: I will push a fix ASAP. I did that now. d6f69f5 org.el: Use let instead of progv in org-run-like-in-org-mode ea2d107 org.el: Declare orgstruct-mode