[O] Release 9.2.6

2019-09-03 Thread Bastien
Hi all, I released Org 9.2.6, a bugfix release. Enjoy! -- Bastien

Re: [O] Move Currently clocked in task to left on modeline

2019-09-03 Thread Nathan Neff
Thanks Nick, Anyone else, I would like to hear how you can keep the currently clocked task in plain site - I use MacOS and Linux, so if there's any OS-specific status software that you recommend let me know. Thanks, --Nate On Mon, Jul 22, 2019 at 6:39 PM Nick Dokos wrote: > Nathan Neff

Re: [O] git-annex-related org-attach tests failing on master

2019-09-03 Thread Kyle Meyer
Gustav Wikström writes: > I've taken a look and have fixed the issues on my > local machine. Thank you! > I must say the whole git-annex thing feels misplaced in the > Org mode repository though. I guess, as long as git annex isn't installed > it's not really an issue. But it surely would fit

[O] sql code block #+BEGIN_SRC sql :tangle qry/testthis.sql :cmdline "-v this=\\'asdf\\'"

2019-09-03 Thread Cook, Malcolm
I am surprised by the level of quoting seemingly required by org-mode to pass a variable to psql in :cmdline The following works: #+PROPERTY: header-args:sql :engine postgresql :dbhost my.host :database mydb :dbuser me #+PROPERTY: header-args:sql+ :tangle no :results table :exports

[O] [Performance] org-indent-mode slows down checklists

2019-09-03 Thread Dmitrii Korobeinikov
Reproduction steps: 1. emacs -Q 2. (progn (end-of-buffer) (insert "* Section [0/0]\n") (dotimes (n 150 nil) (insert "- [ ] item\n")) (org-mode)) 3. Try C-c on an item 4. turn on (org-indent-mode) and C-c gets noticably slow(er) Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @

Re: [O] Bug: org-edit-src keeps splitting the window [9.2.5 (release_9.2.5-504-g3c24be @ /home/immanuel/.emacs.d/straight/build/org/)]

2019-09-03 Thread Nicolas Goaziou
Hello, Immanuel Litzroth writes: > You want me to do that and send a new patch or are you going > to do it after you apply the patch? The former, if you don't mind. Regards, -- Nicolas Goaziou

Re: [O] Duplicate tags

2019-09-03 Thread Dmitrii Korobeinikov
BTW one possible behavior is to move the old tag to the end, providing both feedback and function вт, 3 сент. 2019 г. в 16:29, Dmitrii Korobeinikov : >org-set-tags-command allows duplicates. Example: >- M-x org-set-tags-command -> "tag" >- M-x org-set-tags-command -> "tag" >

[O] Duplicate tags

2019-09-03 Thread Dmitrii Korobeinikov
org-set-tags-command allows duplicates. Example: - M-x org-set-tags-command -> "tag" - M-x org-set-tags-command -> "tag" Result: * Title:tag:tag: I think it would be handy to prevent this. Not unimaginable that someone could use this as a feature, though, in which case, a

Re: [O] Disallow empty tags

2019-09-03 Thread Julius Dittmar
Am 02.09.19 um 18:48 schrieb Dmitrii Korobeinikov: > Creating an empty tag renders TAB-completion useless. > > Example: > > * Title     :a::b: > > Pressing TAB in org-set-tags-command will now insert a colon `:`, which > is quite puzzling to see. > I thought something was wrong w/ my bindings till

Re: [O] Disable typo-mode in org source code blocks

2019-09-03 Thread garjola
On Mon 02-Sep-2019 at 20:26:22 +02, John Kitchin wrote: > You can use cursor-sensor mode for this if you have emacs 26ish. The idea is > you set cursor-sensor functions on a region that do something depending on > whether you enter or leave the region. Below, I tie into > the org font lock