Hi all,
I released Org 9.2.6, a bugfix release.
Enjoy!
--
Bastien
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 write
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
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 both
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 @
/usr/s
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
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"
>Result
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