michaelsjackson

Results 88 comments of michaelsjackson

``` #+BEGIN_SRC bash :results raw /home/mj/do_something.sh "michael" #+END_SRC ``` Is there any time limit on such structures inside org-mode as this is working in bash, but not inside emacs? Which...

In ubuntu 18.04 it compiled here nicely, no errors.

What you did looks already useful. Thanks.

Either first paragraph only would be interesting or some other forms where we can tell, ok, include those sections/paragraphs as well, but not all. Not sure which features of org-mode...

You might check this, https://github.com/swhalemwo/obvz/issues/6, I have step by step commands what I did, up to compiling the .cpp code, and it works this way, if you repeat this process...

No, the solutions are also always there, just read thru, try the given solutions there, hope it will work, if not, you can write your scenario, or error messages here,...

This is now where the c++ part comes, you can recompile fruch_v3 in your machine, so getting a fresh .so, exactly for your computer. Very easy, try those steps I...

Installed pybind: `pip3 install pybind11 ` I tried compiling with eigen installation `sudo apt install libeigen3-dev` So I am guessing you installed pybind11 and libeigen3-dev successfully. Then, switching into directory...

Do not type, do copy paste always, then modify, above stays `--includes`, you wrote `--include` , not sure if this is the reason, just saw this difference. Copy paste in...