[O] Error handling in org-make-link-string

2018-04-13 Thread Bob Newell
Aloha, I've got a subsystem for capturing snippets of information (I mentioned it here, scraps.el, quite some while back). Some information is captured from w3m or eww browser buffers. To do this I use org-w3m-copy-for-org-mode or org-eww-copy-for-org-mode. This is nice in that links are

Re: [O] git push to Worg error

2018-04-13 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jay Kamat writes: > I'm not sure if anything changed since you sent this, but I'm able to > push to my forked repo on code.orgmode.org just fine. > You mean you forked https://code.orgmode.org/bzg/worg.git ? Not push to this

Re: [O] How to set org-make-link-description-function

2018-04-13 Thread Eric Abrahamsen
John Kitchin writes: > Here is a globally defined version that would let you define a function for > any other kind of link I think. There are probably many > variations on this theme, like storing functions in some variable as an > alist, etc. Something like that is

Re: [O] git push to Worg error

2018-04-13 Thread Jay Kamat
I'm not sure if anything changed since you sent this, but I'm able to push to my forked repo on code.orgmode.org just fine. -Jay stardiviner writes: > I got following error when I push to Worg repo. > > 0 git … remote set-url --add origin

Re: [O] How to set org-make-link-description-function

2018-04-13 Thread John Kitchin
Here is a globally defined version that would let you define a function for any other kind of link I think. There are probably many variations on this theme, like storing functions in some variable as an alist, etc. Something like that is what would happen if this was defined in the link

Re: [O] M4 support take#2

2018-04-13 Thread Nicolas Goaziou
Hello, Brad Knotwell writes: > Given the code review from earlier, I've added a second file with the > requested changes. Thank you. Some minor comments follow. > (defconst org-babel-header-args:m4 > '((:cmd-line . :any) > (:quote . :any) > (:unquote . :any) >

Re: [O] [BUG] Org manual without correct org-version

2018-04-13 Thread Nicolas Goaziou
Hello, Vladimir Lomov writes: > I'm using org-mode from git and found that now it is not show the > 'git' version but simply 9.1 in Info file. In doc/ there is > 'org-version.inc', it is included into 'orgguide.texi' but not in > 'org.texi'. > > As I understand the

Re: [O] How to set org-make-link-description-function

2018-04-13 Thread Eric Abrahamsen
John Kitchin writes: > Not with the way I wrote it. It should only affect your links and pass > everything else through I > think. I just meant, you can only have one of these functions set. So if I provide special behavior for ebdb links, no other function would be

[O] org-calc-default-modes not found!

2018-04-13 Thread AW
Dear list! org-version: Org mode version 9.1.9 (9.1.9-8-gf05c2e-elpa @ .../.emacs.d/elpa/ org-20180409/) [I shortened the path] C-h v org-calc TAB results in [No match] Expected result: find variable org-calc-default-modes But I'd like to set (float 8) to (float 16) in orgtbl-mode tables,

Re: [O] How to display babel src block language on exported PDF code block?

2018-04-13 Thread John Kitchin
You can add an export menu of your own: (defun my-src-block (src-block contents info) (concat "got you\n" (org-latex-src-block src-block contents info))) (org-export-define-derived-backend 'my-latex 'latex :translate-alist '((src-block . my-src-block)) :menu-entry '(?z "my special

Re: [O] [OT] org-mode bindings in markdown-mode?

2018-04-13 Thread John Kitchin
I think lentic is the wrong tool for this. I think it is most useful with mixed markups, e.g. code in some language, and comments in org/md/... Your best solution in md is probably to create your own key-bindings that are similar to what you use in org-mode, but that use functions from

Re: [O] [OT] org-mode bindings in markdown-mode?

2018-04-13 Thread Marcin Borkowski
On 2018-04-13, at 15:14, Matt Price wrote: > Hi eveyrone, > > I'm using markdown more and more in collaborative projects (sigh). I am > getting used to the syntax but it drives me crazy not to be able to edit > document structure with commands like C-return,, M-return, etc.

[O] git push to Worg error

2018-04-13 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I got following error when I push to Worg repo. 0 git … remote set-url --add origin https\://code.orgmode.org/bzg/worg.git 0 git … remote set-url --delete origin \^git\@code\\.orgmode\\.org\:bzg/worg\\.git\$ 1 git … push -v origin

[O] Problems created by inlinetasks in agenda views

2018-04-13 Thread Alain . Cochard
Hello. I have the file (with name 'bug.org'): * foo :foofoofoo: *** TODO an inlinetask foo *** END barXXX (1) 'C-c a m foofoofoo' gives be Headlines with TAGS match: foofoofoo Press `M-0 r' to search again with new search string bug:foo

[O] Making a variable persistent when refreshing the agenda

2018-04-13 Thread Luke
I like to be able to view a list of tasks that need to be done today, along with warnings of any upcoming deadlines within the next few days. The number of "deadline warning days" that I require varies from time to time, so I have one of my agenda commands set up like so: ("d" "Daily Action

[O] [PATCH] ob-clojure.el and ob-clojure-literate.el support new header argument :ns

2018-04-13 Thread stardiviner
After about 5 times test, And about 4 times review. I decide to PR. About new header argument :ns, I don't know how to write the test for it with loading CIDER in ERT. So have not write test. But I load my patch code, and run test on the following examples works fine. #+begin_src clojure

[O] [OT] org-mode bindings in markdown-mode?

2018-04-13 Thread Matt Price
Hi eveyrone, I'm using markdown more and more in collaborative projects (sigh). I am getting used to the syntax but it drives me crazy not to be able to edit document structure with commands like C-return,, M-return, etc. Does anyone have a solution for this that works with recent versions of

Re: [O] How to get 'repeating footnotes' please?

2018-04-13 Thread Sharon Kimble
"Berry, Charles" writes: >> On Apr 10, 2018, at 5:42 AM, Sharon Kimble >> wrote: >> >> Samuel Wales writes: >> >>> [fn:apples: ...] >>> >>> [fn:apples] >> >> I'm sorry Samuel, but it seems like you haven't read all of my