Re: [O] Tasks don't repeat correctly if system-time-locale is set to certain languages

2016-10-31 Thread Bruce V. Chiarelli
2016-10-31 8:23 GMT-07:00 Nicolas Goaziou : > Hello, > > "Bruce V. Chiarelli" writes: > >> I've noticed some unusual behavior with repeating entries when the >> system-time-locale variable is set. Specifically: >> >> It is Sunday, today, October 30th. I

[O] Fontification of collapsed sections with code blocks

2016-10-31 Thread Maciek Starzyk
Hi list, Not sure if this is a bug or a feature: Collapsed sections, which end with a source code block, have the same font (from the ellipsis until the end of line) as the code block last line. The face name is `org-block-end-line'. This propagates also to parent sections. Is there a setting

Re: [O] Fontification of collapsed sections with code blocks

2016-10-31 Thread John Kitchin
I feel like I recall some one recently saying adding an extra blank line after the src blocks or at the end of the blocks might solve it. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh,

Re: [O] Tasks don't repeat correctly if system-time-locale is set to certain languages

2016-10-31 Thread Nicolas Goaziou
"Bruce V. Chiarelli" writes: > org-todo calls org-auto-repeat-maybe, which sees the ".+" style > repeater. It calls org-timestamp-change to move the timestamp up to > today. Point is left at the closing bracket. So far, so good. > > org-timestamp-change sets origin-cat to

Re: [O] Use headings in sitemap

2016-10-31 Thread Thibault Marin
> I think this is a genuine bug. Exclude regexp should be matched against > relative file names, not absolute ones. I fixed it in wip-sitemap. You > may want to rebase the branch if you want to experiment with the fix. The latest update works for me (all my previously reported issues are fixed).

Re: [O] Tasks don't repeat correctly if system-time-locale is set to certain languages

2016-10-31 Thread Bruce V. Chiarelli
2016-10-31 17:04 GMT-07:00 Nicolas Goaziou : > "Bruce V. Chiarelli" writes: > >> org-todo calls org-auto-repeat-maybe, which sees the ".+" style >> repeater. It calls org-timestamp-change to move the timestamp up to >> today. Point is left at the closing

Re: [O] Use headings in sitemap

2016-10-31 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I don't have the `directory-name-p' function (I am still on emacs 24), > so I made a simplistic one: (string= file (file-name-sans-extension > file)), it seems to be sufficient for my test-case. I don't know if not > being on 25 will

Re: [O] “Match data clobbered by buffer modification hooks”

2016-10-31 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > Ahh, OK. But it is still not built-in version, but the one from org’s > ELPA, right? Correct. Anyway, it would be interesting to test the issue with real master branch. Regards, -- Nicolas Goaziou

Re: [O] “Match data clobbered by buffer modification hooks”

2016-10-31 Thread Saša Janiška
Nicolas Goaziou writes: > Correct. Anyway, it would be interesting to test the issue with real > master branch. I might try it, but wonder if there are some relevant commits in master branch? Sincerely, Gour -- One who restrains his senses, keeping them under full

Re: [O] “Match data clobbered by buffer modification hooks”

2016-10-31 Thread Nicolas Goaziou
Saša Janiška writes: > I might try it, but wonder if there are some relevant commits in master > branch? There are 1200+ commits in the master branch that are not in the stable one. It could make a difference. Regards,

Re: [O] Use headings in sitemap

2016-10-31 Thread Thibault Marin
> I'm not sure to understand. Why resulting in an empty file list is > a problem? Is there an error in the new "ox-publish.el"? Sorry for the confusion, I don't think anything is wrong with the new ox-publish.el, but the selection of excluded files by regexp seems to have changed (I personally

Re: [O] “Match data clobbered by buffer modification hooks”

2016-10-31 Thread Saša Janiška
Nicolas Goaziou writes: > This is not master. You are still on stable branch according to the > string above. Ahh, OK. But it is still not built-in version, but the one from org’s ELPA, right? Sincerely, Gour -- One who is not disturbed in mind even amidst the

Re: [O] org-meta-return

2016-10-31 Thread Nicolas Goaziou
Hello, 42 147 writes: > I notice that org-meta-return now inserts a space between the new headline > and the previous headline. This was not the functionality before (not sure > which update changed it). Not sure to understand "before" what. In any case, wouldn't you be

Re: [O] Bug: Please supply stable releases on ELPA or MELPA Stable [8.3.4 (8.3.4-dist @ /usr/local/share/emacs/25.1.50/site-lisp/org-mode/)]

2016-10-31 Thread Reuben Thomas
On 30 October 2016 at 23:57, Josiah Schwab wrote: > Hi Reuben, > > > It would be great if it were possible to install stable org-mode > > versions from GNU ELPA or MELPA Stable. At present, one has to choose > > between installing bleeding-edge versions simply, or stable

Re: [O] Use headings in sitemap

2016-10-31 Thread Nicolas Goaziou
Thibault Marin writes: > Sorry for the confusion, I don't think anything is wrong with the new > ox-publish.el, but the selection of excluded files by regexp seems to > have changed (I personally have no problem with this change, I just > thought I'd mention it). > > My

Re: [O] Tasks don't repeat correctly if system-time-locale is set to certain languages

2016-10-31 Thread Nicolas Goaziou
Hello, "Bruce V. Chiarelli" writes: > I've noticed some unusual behavior with repeating entries when the > system-time-locale variable is set. Specifically: > > It is Sunday, today, October 30th. I did not mark this task, which is > a habit, yesterday. > > -- If I have (setq

Re: [O] Bug: Please supply stable releases on ELPA or MELPA Stable [8.3.4 (8.3.4-dist @ /usr/local/share/emacs/25.1.50/site-lisp/org-mode/)]

2016-10-31 Thread Nicolas Goaziou
Hello, Reuben Thomas writes: > ​That's great! However, is a cut of the release branch as good as an actual > release? It is better, since it contains more bugfixes than last release without adding new features. However, I think we should make more frequent bugfix releases. We

Re: [O] Bug: Please supply stable releases on ELPA or MELPA Stable [8.3.4 (8.3.4-dist @ /usr/local/share/emacs/25.1.50/site-lisp/org-mode/)]

2016-10-31 Thread Reuben Thomas
On 31 October 2016 at 14:56, Nicolas Goaziou wrote: > Hello, > > Reuben Thomas writes: > > > ​That's great! However, is a cut of the release branch as good as an > actual > > release? > > It is better, since it contains more bugfixes than last release

Re: [O] Bug: Please supply stable releases on ELPA or MELPA Stable [8.3.4 (8.3.4-dist @ /usr/local/share/emacs/25.1.50/site-lisp/org-mode/)]

2016-10-31 Thread Achim Gratz
Nicolas Goaziou writes: > However, I think we should make more frequent bugfix releases. We may > even automate such releases, e.g., one week after the last unreleased > bugfix in the branch. I don't do releases however, so this may just be > a weird idea. We already have that, it's the Org

Re: [O] Bug: Please supply stable releases on ELPA or MELPA Stable [8.3.4 (8.3.4-dist @ /usr/local/share/emacs/25.1.50/site-lisp/org-mode/)]

2016-10-31 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> However, I think we should make more frequent bugfix releases. We may >> even automate such releases, e.g., one week after the last unreleased >> bugfix in the branch. I don't do releases however, so this may just be >>