Re: org-read-date-minibuffer-local-map should use C-n/p/f/b

2020-05-29 Thread Matthew Lundin
Alex Branham writes: > I find it unintuitive that the usual calendar keys C-n/p/f/b don't work > when scheduling tasks in org mode (yes, I know about S-right, etc). I've > something like this to my init file for those four keys (based on their > setup in org-keys.el) for some time with no

[BUG] recently commits on master branch breaks command 'org-babel-demarcate-block'

2020-05-29 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 When I have a source block (The "|" represents the point): #+begin_src sh :eval no chrome --remote-debugging-port | #+end_src Then press =[C-c C-v d]=, it becomes like this: #+begin_src sh :eval no chrome --remote-debugging-port #+end_src

Re: [PATCH] Fix org-capture-place-entry narrow bounds

2020-05-29 Thread Kevin Liu
Sorry, corrected patch format: >From 8e7b28054492424170f14f11297b416ef7575540 Mon Sep 17 00:00:00 2001 From: nivekuil Date: Fri, 29 May 2020 16:48:31 -0700 Subject: [PATCH] capture: Fix org-capture-place-entry narrow bounds * lisp/org-capture.el (org-capture-place-entry): Prevent breaking the

[PATCH] Fix org-capture-place-entry narrow bounds

2020-05-29 Thread Kevin Liu
This is a patch to fix my previous report of a regression in capture behavior between 9.3 and 9.3.6: > Basically, the last position in the narrowed org-capture is actually > the first position on the next line, so when you go to (end-of-buffer) > and start typing you start clobbering the next

Re: wip-cite status question and feedback

2020-05-29 Thread Bruce D'Arcus
One thing on a detail: On Fri, May 29, 2020 at 6:00 PM András Simonyi wrote: ... > From the citeproc-el (and CSL) perspective, the list of bibliography database > files, the place where the bibliography should be placed (if it's specified) > ... Particularly if citeproc.el gets incorporated

Re: wip-cite status question and feedback

2020-05-29 Thread Bruce D'Arcus
On Fri, May 29, 2020 at 6:00 PM András Simonyi wrote: > > Hi, > > apologies for reacting that late (it seems that I messed up my email filtering > royally) ... I wondered what happened to you; glad you sorted it out though! ... > (i) Default ("built in") citation processor in Org > > I think

Re: wip-cite status question and feedback

2020-05-29 Thread András Simonyi
Hi, apologies for reacting that late (it seems that I messed up my email filtering royally) -- it is very nice to see progress in this area. Thanks to all of you for trying to bring this forward, and, of course, to Bruce for initiating the thread. I think that the syntax that has crystallized is

bug#41584: 26.3; org-indent-mode's line-prefix text property flickers near overlays

2020-05-29 Thread Kévin Le Gouguec
Eli Zaretskii writes: > Fixed. AFAICT you've scared the moles away, so I'll boldly close this report. Thanks a lot for the efficient whacking! (I guess xdisp.c is something we won't to touch with a 10-foot pole on the release branch, especially for a bug that users have lived with for so

bug#41584: 26.3; org-indent-mode's line-prefix text property flickers near overlays

2020-05-29 Thread Eli Zaretskii
> From: Kévin Le Gouguec > Cc: 41...@debbugs.gnu.org, dgu...@yandex.ru > Date: Fri, 29 May 2020 20:11:40 +0200 > > This time, instead of hitting RET, insert a pair of parentheses, and > wait blink-matching-delay seconds until the opening parenthesis stops > being highlighted. Before and after

bug#41584: 26.3; org-indent-mode's line-prefix text property flickers near overlays

2020-05-29 Thread Kévin Le Gouguec
Eli Zaretskii writes: > Should be fixed now on the master branch. Thanks a lot! I'm sorry I didn't notice it earlier, but I may have found another mole for you to whack; starting with the same recipe: > - emacs -Q > - C-x C-f repro.org > - M-x org-indent-mode > - M-: (insert "*

org-read-date-minibuffer-local-map should use C-n/p/f/b

2020-05-29 Thread Alex Branham
Hello - I find it unintuitive that the usual calendar keys C-n/p/f/b don't work when scheduling tasks in org mode (yes, I know about S-right, etc). I've something like this to my init file for those four keys (based on their setup in org-keys.el) for some time with no negative repercussions (that

Re: [random sorting] (was: org table: one column of random numbers (but natural ones))

2020-05-29 Thread Stig Brautaset
Uwe Brauer writes: "SB" == Stig Brautaset writes: > >>> > In row 67 you would have a random integer in the range [0..67) >>> > f0 format removes any fractional part leaving only an integer number >>> >>> Aha thanks, a minor thing, which I thank, cannot be really done: >

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-05-29 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthew Lundin writes: > Ihor Radchenko writes: > >>> As I said, PATCH welcome, I admired many times I don't have ability to >>> build a >>> complex archive functionality on url.el or wget or curl. >> >> I have found the following solution [1]

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-05-29 Thread Matthew Lundin
Ihor Radchenko writes: >> As I said, PATCH welcome, I admired many times I don't have ability to build >> a >> complex archive functionality on url.el or wget or curl. > > I have found the following solution [1] using wget: > > wget --mirror -p --convert-links -P ./LOCAL-DIR WEBSITE-URL > I

bug#41584: 26.3; org-indent-mode's line-prefix text property flickers near overlays

2020-05-29 Thread Eli Zaretskii
> Date: Fri, 29 May 2020 10:12:27 +0300 > From: Eli Zaretskii > Cc: 41...@debbugs.gnu.org, dgu...@yandex.ru > > In fact, it's enough to type "M-x". Which is a clear sign that some > redisplay optimization kicks in where it shouldn't. And indeed, > setting inhibit-try-window-id non-nil solves

Failing tests (was: Possible fix for :includes header argument in org-babel C source blocks)

2020-05-29 Thread Kévin Le Gouguec
Kyle Meyer writes: > The source for that page is in the worg repo: > https://code.orgmode.org/bzg/worg/src/master/org-contrib/babel/languages/ob-doc-C.org Thanks for the pointer, and for applying the patches! >>> FAILED ob-tangle/jump-to-org >>> FAILED test-org-attach/dir > > :( > >

Re: [random sorting]

2020-05-29 Thread Eric S Fraga
On Friday, 29 May 2020 at 13:19, Uwe Brauer wrote: > But random repeats, however org-table-sort-lines sorts anyway > And what I truly needed is a random sorting of sorts. (now that I am awake... ;-)) What you want is a "permutation" vector. Calc does appear to have some support for permutation

[random sorting] (was: org table: one column of random numbers (but natural ones))

2020-05-29 Thread Uwe Brauer
>>> "SB" == Stig Brautaset writes: >> > In row 67 you would have a random integer in the range [0..67) >> > f0 format removes any fractional part leaving only an integer number >> >> Aha thanks, a minor thing, which I thank, cannot be really done: >> >> Is it possible to

Re: Possible fix for :includes header argument in org-babel C source blocks

2020-05-29 Thread Kévin Le Gouguec
Brandon Guttersohn writes: > Apologies for the regression, and thank you for fixing it. I neglected > to run the tests before suggesting that fix -- I'll try not to do that > again.. No biggie, that got me to finally try out Babel ;) I don't know if it's been mentioned in the "issue tracker?"

Emacs brings itself to the foreground when preparing agenda with org-agenda-include-diary t

2020-05-29 Thread Friedrich Delgado
Hi! I've set up my emacs to prepare the org-agenda whenever I start it up. While emacs starts up, I'm doing other things and it's frequently annoying me that emacs brings itself to the foreground (with qtile, if that's relevant). I've come up with the following minimal configuration that

Re: bug#41584: 26.3; org-indent-mode's line-prefix text property flickers near overlays

2020-05-29 Thread Eli Zaretskii
> From: Kévin Le Gouguec > Date: Thu, 28 May 2020 21:54:09 +0200 > Cc: emacs-orgmode@gnu.org, Dmitry Gutov > > - emacs -Q > - C-x C-f repro.org > - M-x org-indent-mode > - M-: (insert "* heading\ntext") > - M-: > (let ((ov (make-overlay (point-at-bol) (point-at-bol))) > (val (propertize "

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-05-29 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ihor Radchenko writes: >> As I said, PATCH welcome, I admired many times I don't have ability to build >> a >> complex archive functionality on url.el or wget or curl. > > I have found the following solution [1] using wget: > > wget --mirror -p