[O] coderef link should support external file path link.

2018-08-21 Thread stardiviner
When I use ~org-store-link~ in an opened src block to create a coderef link, then I ~org-insert-link-global~ in another Org file, but it only has "~(use formdata to send url with params)~" in link source (without file path). It should contains the source file path like following. (I have to manuall

Re: [O] 'foo' in '# [[foo]]' not underlined

2018-08-21 Thread Samuel Wales
;; make links in org comments fontified (highlight-regexp org-any-link-re 'org-link) ;; fixme maybe a different re here (highlight-regexp org-ts-regexp3 'org-date) ;; fixme in comments -- fixme refactor ;; fixme is this needed? (highlight-regexp "fixme" 'red)

Re: [O] 'foo' in '# [[foo]]' not underlined

2018-08-21 Thread Samuel Wales
On 8/21/18, Nicolas Goaziou wrote: > Indeed. If any volunteer wants to tweak the fontification code. Here be > dragons... i know it is possible at least as a kludge, because in maint, links in comments show and work. that's probably because i have a hook that highlights them or something. dunno

Re: [O] decimal hours for clocking

2018-08-21 Thread Samuel Wales
seems to work in maint now. :] On 8/21/18, Nicolas Goaziou wrote: > Org maint is more or less outdated. It was mainly used for merge with > Emacs. Now we are waiting for Org 9.2 to be released so that master can > become the new maint branch.

Re: [O] Bug: org-indent-boundary-char doesn't have org-indent face [9.1.9 (release_9.1.9-65-g5e4542 @ c:/Program Files/emacs-26.1-x86_64/share/emacs/26.1/lisp/org/)]

2018-08-21 Thread Nicolas Goaziou
Hello, HIRATA Tadashi writes: > I found a bug that org-indent-boundary-char doens't have > org-indent face property in org-indent-mode. This causes an > appearance issue when you use org-mode with whitespace-mode > that you can't control org-indent-boundary-char's face > neither whitespace-space

Re: [O] decimal hours for clocking

2018-08-21 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > i used to be able to do (setq org-duration-format '(("h" . nil) > (special . 2)) to get decimal hours for clocking, like 43.22h meaning > 43 hours and 22/60 minutes. > > in recent org maint, this seems to show up like 2d 11:22. Org maint is more or less outdated. I

Re: [O] [Bug] org-attach-set-directory

2018-08-21 Thread Nicolas Goaziou
Hello, Florian Lindner writes: > doing C-a s on an entry with an existing attachement produces > > make-directory: Die Datei existiert bereits: /home/florian/test/data/ > > (translation: File already exists) > > Actually, I implemented this functionality with the help of Nicolas Goaziou, > but

Re: [O] Problem jumping back & forth between foonote ref and def with 'C-c C-c'

2018-08-21 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: > Now, I visit a file which contains only > >* head >foo[fn:1] bar >* Footnotes > >[fn:1] tnote > > If the cursor is anywhere within the 1st instance of '[fn:1] ' (that > is, including the space) and I type 'C-c C-c' the cursor ends up on >

Re: [O] ob-lilypond and 'Symbol’s function definition is void: org-babel-get-header'

2018-08-21 Thread Nicolas Goaziou
Hello, Henrik Frisk writes: > I have been trying out ob-lilypond and it works really well, except for the > arrange mode. Any attempt to run ly-tangle results in 'Symbol’s function > definition is void: org-babel-get-header' and so does an attempt to export > a file, such as the example file, in

Re: [O] 'foo' in '# [[foo]]' not underlined

2018-08-21 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Wednesday, 4 Jul 2018 at 07:37, alain.coch...@unistra.fr wrote: >> Hello. >> >> In the comment line >> >># [[foo]] >> >> there is only 'foo' which remains visible (which I understand), but >> 'foo' is not even underlined. > > This is probably because the f

Re: [O] Request - make comments `bracket-dumb'

2018-08-21 Thread Nicolas Goaziou
Hello, Colin Baxter writes: > If I launch emacs -q, create an org-mode file and enter a comment as > > # Blah blah [[bib:blah]] blah blah. > > then the brackets close up such that only one pair is visible. If I > want both pairs visible then I have to write [ [bib:blah] ]. If I use > #+begin_c

[O] Multi-step ledger org-capture template

2018-08-21 Thread Stefan Huchler
I want to insert a table from a email (gnus) into org-mode but before it gets saved it should first be converted. I can do it manually, copy the ascii table to a org-file: mark it then use that command: #+begin_src emacs-lisp (defun my-make-table () "docstring" (interactive) (or