[O] C-c C-c in src block interpret line as table

2018-10-25 Thread Garreau, Alexandre
I tried to eval the following block, and my point was on the last line, of course, but since it begins with a “|”, it was interpreted as a table, and block was not evaled: I believe this is a bug. Why would a org table be inside a non-org source block? it’s not even inside a comment! #+BEGIN_SRC

[O] org-store/insert-link truncating the full subject of mails

2018-10-25 Thread Garreau, Alexandre
Why so? It shouldn’t be this way by default. I tried to link “[[gnus:nnml:lists.gnu.emacs-orgmode#87in1rkqlk@gmail.com][Email from Tim Cross: Re: {O} Ox-html: Replace with and with ]]” and after org-store-link in appropriated buffer, org-insert-link gave me “Email from Tim Cross: Re: {O} O

[O] *markup*, /markup/ and _markup_ true semantics [Was: Re: Ox-html: Replace with and with ]

2018-10-25 Thread Garreau, Alexandre
Sorry, just found out that interesting (to me) thread I shouldn’t have let go: On 2018-10-25 at 08:00, Tim Cross wrote: > Kaushal Modi writes: >> […] >> - b and i are not deprecated >> - b and strong are both valid but their use depends on the writer's >> context (but Org mode has just one mark f

Re: [O] [PATCH] migrate ob-clojure initiate session code from ob-clojure-literate.el into ob-clojure.el

2018-10-25 Thread stardiviner
Nicolas Goaziou writes: >> 6 unexpected results: >>FAILED ob-D/inhomogeneous_table >>FAILED ob-D/list-list-var >>FAILED ob-D/list-var >>FAILED ob-D/vector-var Test ob-D/inhomogeneous_table backtrace: signal(ert-test-failed (((should (equal '(("monday" 34) ("tuesday" 4 e

Re: [O] electric-pair, autopair, smartparens, etc in org-mode

2018-10-25 Thread Samuel Wales
oh i got that slightly wrong. i meant can you give exmaples of what yoa re saying.

Re: [O] electric-pair, autopair, smartparens, etc in org-mode

2018-10-25 Thread Samuel Wales
can either of you give examples of code or settings that you had that made behavior of new modes unpredictable because emacs started supporting the behavior you made the code or settings for? On 10/25/18, Eric S Fraga wrote: > On Thursday, 25 Oct 2018 at 08:24, Tim Cross wrote: >> Likewise, star

Re: [O] org-babel-execute:go crashes on Mac

2018-10-25 Thread Neil Jerram
Mario Martelli writes: > Thank you for your answer. > >> If you haven't already, I suggest checking that there isn't a difference in >> your Go setup, by working out the "go run ..." command that is being run >> below, and running that manually yourself. > > My first assumption was - to be hon

Re: [O] org-babel-execute:go crashes on Mac

2018-10-25 Thread Mario Martelli
Thank you for your answer. > If you haven't already, I suggest checking that there isn't a difference in > your Go setup, by working out the "go run ..." command that is being run > below, and running that manually yourself. My first assumption was - to be honest, still is - that the "go run …

Re: [O] Display-level automatic subtree numbering

2018-10-25 Thread Nicolas Goaziou
Hello, "Garreau, Alexandre" writes: > Le 24/10/2018 à 13h40, Nicolas Goaziou a écrit : >> But you don't need to number the whole buffer, do you? > > At least the screen. > >> A breadcrumb like feature could be enough. E.g., you hit at the >> beginning of a headline and get the numbering in addi

Re: [O] electric-pair, autopair, smartparens, etc in org-mode

2018-10-25 Thread Eric S Fraga
On Thursday, 25 Oct 2018 at 08:24, Tim Cross wrote: > Likewise, started with Emacs 19 and I still have some code which I added > back then in my init! [...] > The two big benefits from the clean up have been much faster start up > (something which never really bothered me as I run emacs for weeks

Re: [O] org-mode: Would like to add custom chars as org-list bullets

2018-10-25 Thread Colin Baxter
> Grant Rettke writes: > On Sat, Oct 13, 2018 at 1:56 AM Colin Baxter wrote: >> >> > Tom Burbage writes: >> >> > When I use simple lists, I would like to be able to mix in '!' >> and > '?' with '-' as these are sometimes more expressive of >> what the > li

Re: [O] [feature proposal] Export in foreign buffers - ASCII (ox-ascii)

2018-10-25 Thread Alexander Adolf
Hello Nicolas, On 2018-10-25, at 16:56 , Nicolas Goaziou wrote: > [...] > I added the functions to "ox-ascii.el", with an autoload cookie, > a simplified docstring, and an entry in the manual. > [...] Wow, many thanks for being so kind as to include them! That was faster and way easier than I

Re: [O] [feature proposal] Export in foreign buffers - ASCII (ox-ascii)

2018-10-25 Thread Nicolas Goaziou
Hello, Alexander Adolf writes: > -- > (defun org-ascii-convert-region-to-ascii () > "Assume the current region has Org syntax, and convert it to > plain ASCII. This can be used in any buffer. For example, you > could write an

[O] org-mime with recent versions of org and emacs

2018-10-25 Thread Matt Price
I had some problems with the MELPA version of org-mime, and wasn't able to solve my issues using the current version. I've rebased off of a PR submitted to the upstream repo by John Kitchin. Core org-mime functions once again work for me and I've added a couple of new features: - mu4e support - in

Re: [O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-10-25 Thread Nicolas Goaziou
Hello, "Basil L. Contovounesios" writes: > I realise that the 'display' property is a pretty complicated beast, so > it may be impractical for 'org-string-width' to do this, but I think > more accurate/useful behaviour would be to calculate the displayed width > of the image via 'image-size' or

Re: [O] An Org-based productivity tool

2018-10-25 Thread Ihor Radchenko
FYI "Note taker and org-clock-in enforcer" https://github.com/roman/clocker.el Best, Ihor Marcin Borkowski writes: > Hi Orgers, > > I am making an Org-mode-based tool to help boost my productivity. > > I am constantly fighting a losing battle with distractions. I figured > out that showing me

Re: [O] [PATCH] migrate ob-clojure initiate session code from ob-clojure-literate.el into ob-clojure.el

2018-10-25 Thread Nicolas Goaziou
Hello, stardiviner writes: > Hi, Nicolas. I fixed those warning. I think this should be a feature. > not a patch. Applied in "next", then. Thank you. > And run `make test`. Here is the result: [...] > executing Vala source code block > Code block evaluation complete. >passed 138/814 ob

Re: [O] ob-core.el macro org-babel-comint-with-output has error

2018-10-25 Thread Nicolas Goaziou
Hello, stardiviner writes: > stardiviner writes: > >> When I try to evaluate js src block code with session. >> I found it is suspended. After edebug, found the problem is on macro >> org-babel-comint-with-output. >> >> Here is a minimal reproduce code: >> >> #+begin_src emacs-lisp >> (org-bab

Re: [O] org-babel-execute:go crashes on Mac

2018-10-25 Thread Neil Jerram
If you haven't already, I suggest checking that there isn't a difference in your Go setup, by working out the "go run ..." command that is being run below, and running that manually yourself. On 25 October 2018 05:28:53 BST, Mario Martelli wrote: >Morning, > >recently I tried to use ob-go and

Re: [O] Inline code block syntax highlighting absence

2018-10-25 Thread Garreau, Alexandre
On 2018-10-25 at 12:12, stardiviner wrote: > Nicolas Goaziou writes: >> Would you want to provide a patch for that? >> >> Thank you. >> >> Regards, > > I did a search of "font-lock-add-keywords", "begin_src", "src_" etc in > Org Mode source code, but have not found exact place where fontify > func