Re: patch: ob-clojure improvements

2020-07-02 Thread agzam . ibragimov
There seems to be a bit of lack of interest for these things. But I'm sure some people (myself included) would love to see these kinds of improvements. As I said before, I have never participated in contributing to Org source, some guidance would be appreciated. Should I keep building it and

Re: [O] Bug: org-read-date ignores hours?

2019-10-24 Thread agzam . ibragimov
While fooling around with capture templates, I have also noticed this: (progn (setq org-popup-calendar-for-date-prompt t) (read-date t))) When prompted, if you type something like "13:00" - it returns correct, expected datetime. But, if you do: (progn (setq

Re: [O] Bug: refile from capture template doesn't update org-clock-current-task [9.1.6 (9.1.6-57-gec8590-elpaplus @ /Users/ag.ibragimov/.emacs.d/elpa/26.0/develop/org-plus-contrib-20180219/)]

2018-05-18 Thread agzam . ibragimov
I sumbitted this long time ago and although it looks like it was fixed (it updates the modeline), I just noticed that it still doesn't update `org-clock-current-task` and I think it should, because otherwise there's no way of accessing current-task value from outside of org-mode and outside of

Re: [O] Feature request: results type json

2018-03-28 Thread agzam . ibragimov
Hmm, it works for emacs-lisp, however I specifically wanted to use it with ob-sql, and can't find a way. On Wed, Mar 28, 2018 at 2:05 PM John Kitchin wrote: > Does this do what you want: > > #+BEGIN_SRC emacs-lisp :wrap json > (json-encode '((type . "text"))) >