[O] Dynamic Org-capture Templates

2017-11-03 Thread Eric Thomas
Does anyone know how to approach creating dynamic Org-capture templates? I'm looking for IDO/Helm type of completion after a template has been selected. If string does not exist, it is created and added to future completions, similar to new files in emacs. Example: C-c c "a" (activity) Activity:

Re: [O] [PATCH] org-capture: cannot abort cleanly after inserting at end of buffer

2017-11-03 Thread Nicolas Goaziou
Hello, Xavier Martinez-Hidalgo writes: > After the following steps: > > - Start a capture. > - Move to end of capture buffer (M->). > - Type some text. > - Abort capture (C-c C-k). > > the capture is aborted but its contents are not removed from the > target buffer

Re: [O] ``make test'' failure

2017-11-03 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Yes, indeed: the test passes here with the patch. I merged the updated test in master branch. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug? Encoding trouble in org-id-locations-load

2017-11-03 Thread Jorge Morais Neto
On 3 November 2017 at 12:11, Anders Johansson wrote: > I use org-id and got some surprising reports of duplicate IDs. It seems that > the issue is that one of my files containing IDs has a filename consisting > of some non-ascii characters (a Swedish ä). This may be

Re: [O] org-set-tags-command and org-agenda-set-tags not displaying minibuffer with org-tag-alist options

2017-11-03 Thread Adrian Bradd
​After further investigation this issue disappeared.​ Checked out and built b5f075aa05244b and had no issues. Sorry for the noise, Adrian On 3 November 2017 at 10:11, Adrian Bradd wrote: > Hello, > > When updating from commit 2567fee3c90 to HEAD on maint I noticed that

Re: [O] MathJax beyond org-html-mathjax-options?

2017-11-03 Thread Rasmus
Lawrence Bottorff writes: > Bottom line: we can't expand org-html-mathjax-options to add in MathJax's > cancel.js, etc. I did not say that. With the current version, you could do it yourself by adding (extensions "ext1.js, ..., extn.js") to org-html-mathjax-options and

Re: [O] MathJax beyond org-html-mathjax-options?

2017-11-03 Thread Lawrence Bottorff
Bottom line: we can't expand org-html-mathjax-options to add in MathJax's cancel.js, etc. Yes, your first "quick-and-dirty" worked just fine. Q: How did you know how to format #+html: \(\require{cancel}\) ? Also, how does the org world know that we're talking about loading MathJax's cancel.js? As

[O] Bug? Encoding trouble in org-id-locations-load

2017-11-03 Thread Anders Johansson
Hi, I use org-id and got some surprising reports of duplicate IDs. It seems that the issue is that one of my files containing IDs has a filename consisting of some non-ascii characters (a Swedish ä). When this filename is read in from ~org-id-locations-file~ in ~org-id-locations-load~ the ä

[O] org-set-tags-command and org-agenda-set-tags not displaying minibuffer with org-tag-alist options

2017-11-03 Thread Adrian Bradd
Hello, When updating from commit 2567fee3c90 to HEAD on maint I noticed that the minibuffer that displays `org-tag-alist' shortcuts when running `org-set-tags-command' or `org-agenda-set-tags' doesn't show up anymore. Instead I get a prompt with a list of tags below it. I haven't had a chance