Re: [PATCH] org-get-cursor-date regexp patch

2020-08-10 Thread Kyle Meyer
No Wayman writes: > Addressed in attached patch. Applied (ab9b14a80), dropping the unrelated whitespace changes that were introduced in the updated patch.

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-10 Thread Kyle Meyer
Kévin Le Gouguec writes: > Kyle Meyer writes: > >> Okay, let's go with >> >> `((t :inherit shadow ,@(and (>= emacs-major-version 27) '(:extend t >> >> as the org-block spec then. > > Done; patch attached. Applied (81e294847).

Re: org-caldav-sync hangs

2020-08-10 Thread Eric S Fraga
On Monday, 10 Aug 2020 at 14:47, Loris Bennett wrote: > The following used to work ca. 6-8 weeks ago to work and allow me to > synchronise events in an Org file with a calendar provided by a > Nextcloud instance: I had this problem in the past, or something similar. I found that I had to run

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-10 Thread Kévin Le Gouguec
Kyle Meyer writes: > Okay, let's go with > > `((t :inherit shadow ,@(and (>= emacs-major-version 27) '(:extend t > > as the org-block spec then. Done; patch attached. >From 41ab9f8f0c2f02f1951a412265b01a9ac5fa5a96 Mon Sep 17 00:00:00 2001 From:

org-caldav-sync hangs

2020-08-10 Thread Loris Bennett
vely 'org-caldav-sync)) lb/caldav-sync-fu() funcall-interactively(lb/caldav-sync-fu) call-interactively(lb/caldav-sync-fu record nil) command-execute(lb/caldav-sync-fu record) execute-extended-command(nil "lb/caldav-sync-fu" nil) funcall-interactively(execute-extended-command nil

Re: Bug: no math-mode detection for align-environment [9.3.7 (9.3.7-13-ge62ca4-elpaplus @ /home/stefi/.emacs.d/elpa/org-plus-contrib-20200713/)]

2020-08-10 Thread Stefi
Hi Kyle, hi mailing list, I also evaluated (org-inside-LaTeX-fragment-p) and got non-nil values for all blocks, however, inside the align* environment, the "fr" does not get expanded on TAB whereas it does in equation environment. So either the matchers do not include align/align*, or there is

Re: Computing week number

2020-08-10 Thread tomas
On Mon, Aug 10, 2020 at 09:12:27AM +0200, claude fuhrer wrote: > Hi everybody > > It seems that I don't understand how to compute the week number in emacs. There's no such thing as "the week number in emacs". Or... there are at least three. Cribbed from the docs (C-h i format-time-string):

Computing week number

2020-08-10 Thread claude fuhrer
Hi everybody It seems that I don't understand how to compute the week number in emacs. I use emacs 26.3 and org mode version 9.3.7 (release_9.3.7-705-gea9463 1) When I display the agenda (command "org-agenda" + "a"), today 10th of august I have a header like: "Monday 10 August 2020 W33 

Question about org agenda views

2020-08-10 Thread Fredrik Salomonsson
Hi, I got a few questions regarding `org-agenda-list`, I hope this is the right place to ask about them. First of some background to my problem. I've been using org-agenda-super to group my things in the agenda view, for example all todos for that day into one group, all low priority into

Markup border outdated in spec?

2020-08-10 Thread kim . lindberger
Hi, There seems to be an inconsistency between the Org syntax spec and the actual behavior regarding text markup: the spec forbids `,`, `'` and `"` in the border, yet it seems to work just fine to use them there in the current version of Org. I think it's great that Org mode supports this, but