Re: [O] Babel problem: Output incomplete if it contains # character (only in session)

2018-06-04 Thread Berry, Charles
> On Jun 4, 2018, at 9:42 AM, Marian Schubert wrote: > > I'm having trouble with babel block like this: > > > #+BEGIN_SRC shell :results output :session abc > echo foo#bar > #+END_SRC > > When I execute it for the first time I get this result: > > #+RESULTS: > : > : foo#bar > > When I exe

Re: [O] Symbol’s value as variable is void: haskell-prompt-regexp

2018-06-04 Thread Roger Mason
Hello, Nick Dokos writes: > Please provide a backtrace. This source block: #+begin_src haskell :exports results nanmol=[1,1,3,2,1,2,3] ncatmol=[2,1,2,1,2,1,2] #+end_src produces the error in the attached backtrace Steps to reproduce: 1. emacs -Q -l init with init being: Org-mode (ad

Re: [O] Symbol’s value as variable is void: haskell-prompt-regexp

2018-06-04 Thread Nick Dokos
Please provide a backtrace. Instruction on how to produce a *useful* backtrace can be found by evaluating (info "(org) Feedback") in the section "How to create a useful backtrace"). Alternatively, check the same section on the online doc: https://orgmode.org/org.html#Feedback -- Nick "

Re: [O] Symbol’s value as variable is void: haskell-prompt-regexp

2018-06-04 Thread Roger Mason
Hello, Nick Dokos writes: > Try evaluating > > (require 'inf-haskell) > > and then try evaluating the source code block again. > > Untested. That seems to have helped, but now I'm getting: ‘org-babel-script-escape’ expects a string Many thanks, Roger

Re: [O] Symbol’s value as variable is void: haskell-prompt-regexp

2018-06-04 Thread Nick Dokos
Roger Mason writes: > Hello, > > GNU Emacs 25.3.1 (i386-portbld-freebsd11.1, GTK+ Version > 3.22.29) of 2018-04-26 > > Org mode version 9.1.13 (release_9.1.13-784-ged7d1d @ > /home/rmason/.emacs.d/org-git/lisp/) > > Attempting to run a haskell code block: > > #+begin_src haskell :exports results

[O] Bug: org-clock-display conflicts link display in headline [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-06-04 Thread 杨圣
--text follows this line-- I was trying the beloved clock feature of org-mode, and tried `org-clock-display` on an org file. A total time is added to each headline as expected, but it is not the case for headlines with a link in it. The whole link is displayed as if `org-toggle-link-display` is ca

[O] Symbol’s value as variable is void: haskell-prompt-regexp

2018-06-04 Thread Roger Mason
Hello, GNU Emacs 25.3.1 (i386-portbld-freebsd11.1, GTK+ Version 3.22.29) of 2018-04-26 Org mode version 9.1.13 (release_9.1.13-784-ged7d1d @ /home/rmason/.emacs.d/org-git/lisp/) Attempting to run a haskell code block: #+begin_src haskell :exports results cations=["Na","Mg","Al","Si","K","Ti",

[O] Babel problem: Output incomplete if it contains # character (only in session)

2018-06-04 Thread Marian Schubert
Hello, I'm having trouble with babel block like this: #+BEGIN_SRC shell :results output :session abc echo foo#bar #+END_SRC When I execute it for the first time I get this result: #+RESULTS: : : foo#bar When I execute it again I get this: #+RESULTS: : : bar (foo# is missing) Any idea what

[O] org-toggle-comment does not interact well with inlinetask

2018-06-04 Thread Alain . Cochard
Hello. I am aware inlinetasks integration is currently under discussion. I am reporting this issue in case it would be useful for this integration. I do emacs -Q -l ~/tmp/scr.emacs with scr.emacs being (add-to-list 'load-path "/home/cochard/Org/Coch-git/org-mode/lisp") (require 'or

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Holst Thomas (PS-EC/ESE4)
Hello Adam, No problem. I am not that good in elisp, but I like to help testing. So I am glad I could help here. After a git pull the error is gone - but I don't get any entries in the sidebar :-(. In my testfile I have two headlines marked with TODO. The two buffers in the sidebar are empty.

Re: [O] org-detangle seems broken

2018-06-04 Thread Frederick Giasson
Hi Nicolas, Here it is. If you =detangle= the =broken-detangle--working.el= file, it will work as expected. However, if you try to detangle the =broken-detangle--NOT-working.el= file, you should get a "Not in a source block" error in *message*. Another thing I noted while creating the ECM is if

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Adam Porter
Hi Thomas, I just pushed a commit which should fix this problem. My apologies for putting you to so much trouble. It was a simple mistake that I should have figured out on my own. I don't know why it didn't happen on my system; even with "emacs -q" I didn't get it, but when I followed your step

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Thomas Holst
Hi Adam, thank you for looking into this. · Adam Porter wrote: >> Debugger entered--Lisp error: (void-variable main-window) > > Thanks for your email. I wasn't able to reproduce the error on my > system, even with "emacs -q". I also looked at the code again, and I > don't know why that error w

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Adam Porter
Hi Thomas, On Mon, Jun 4, 2018 at 4:03 AM, Thomas Holst wrote: > Hi Adam, > > I really like the idea of org-sidebar. I tried it and followed the > instructions in README.org but I get an error. Here is the > bactrace: > > Debugger entered--Lisp error: (void-variable main-window) Thanks for your

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Thomas Holst
Hi Adam, > Hi all, > > Inspired by a post on Reddit, which was inspired by the Organized plugin > for the Atom editor, I came up with this: > > https://github.com/alphapapa/org-sidebar > > This package presents a helpful sidebar view for Org buffers. At the top > is a chronological list of sch

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Holst Thomas (PS-EC/ESE4)
Hi Adam, > Hi all, > > Inspired by a post on Reddit, which was inspired by the Organized plugin > for the Atom editor, I came up with this: > > https://github.com/alphapapa/org-sidebar > > This package presents a helpful sidebar view for Org buffers. At the top > is a chronological list of sch