Hello!
Maybe there is typo in orgmode manual:
https://orgmode.org/org.html#capture-protocol
> To use this feature, add a bookmark with an arbitrary name, e.g. ‘Org:
> capture’ and enter this as ‘Location’:
>
> javascript:location.href='org-protocol://template=x'+
> '&url='+encodeURICompone
From: Robert Hambrock
* lisp/ob-clojure.el (org-babel-execute:clojure): Implement :ns.
---
lisp/ob-clojure.el | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el
index 890f60ada..b8c5c6375 100644
--- a/lisp/ob-clojure.el
+++ b/lisp/
Hi
I have a document with many automatically generated tables that contain
numbers in exponential Format, e.g. 2e09. When I export the tables to LaTeX
and pdf I get something like 2 (-09) in the pdf, if there is no character
after the number in the table
Minimal Example:
|--|
| 1.
From: Robert Hambrock
Dear Org maintainer,
this patch implements namespace specification for Clojure source blocks,
necessary in Org files with Clojure source blocks segregated from their
applicable namespace declaration (Clojure source file, REPL declaration, or
another source block).
As I w
>
>
>
>>
>>> (while (string-match
>>> "\\(<\\([0-9]+\\)cid\\([0-9]+\\)?>[[:blank:]]*\\([^&]+\\)\\)" row)
>>
>> Could it be that you need to change the last + to *?
>> Haven't tried it, mind you.
>> --
>
> That does not change the result. Still pick only two.
>
> Vikas
>
>
>>
>>
>>>
(while (string-match
"\\(<\\([0-9]+\\)cid\\([0-9]+\\)?>[[:blank:]]*\\([^&]+\\)\\)" row)
>>>
>>> Could it be that you need to change the last + to *?
>>> Haven't tried it, mind you.
>>> --
>>
>
> The problem is in this part of the code:
>
> (while (string-ma
hi, I moved my org and data/ files to another machine and now when I go to
open an attachment I can't do it with org-attach open. I can however hit
enter on the heading like a link and it opens dired which then allows me to
select it. Any idea why this no longer works?
Nicolas Goaziou writes:
> Hello,
>
> Julien Cubizolles writes:
>
>> I have some long tables with wide cells that are not easy to scroll
>> through. It would be convenient to fold some columns or rows. Has
>> someone managed it ?
>
> This is `C-c ' in master (for columns).
That is so great ! Tha
Hello,
Julien Cubizolles writes:
> I have some long tables with wide cells that are not easy to scroll
> through. It would be convenient to fold some columns or rows. Has
> someone managed it ?
This is `C-c ' in master (for columns).
Regards,
--
Nicolas Goaziou
According to the log, you need to configure the export to use xelatex.
The error using xelatex is at this point, where it seems you should not
use math-mode:
l.86 $\LaTeX
$
Do you have this in your code? Did you try removing the enclosing $?
Best,
Alan
--
OpenPGP Key ID : 040D0A3
I have some long tables with wide cells that are not easy to scroll
through. It would be convenient to fold some columns or rows. Has
someone managed it ?
Julien.
After run command, got error outputthe following output:
(I'm trying to make those settings buffer-local and can be toggled by a
minor mode, so this can be separate with default setting, and enabled
when needed)
#+begin_src shell :eval no
latex /tmp/orgtexhCLnu9.tex
#+end_src
#+RESULTS:
: T
Thanks for your suggestion. This is great.
On 03/27/2018 02:04 PM, Daniel Kraus wrote:
Hi!
stardiviner writes:
I hope can combine Org-mode links with Magit through `org-git-link.el`.
[...]
Is there anyone want to or can implement this?
There is https://github.com/magit/orgit
Cheers,
Da
Nicolas Goaziou writes:
> Hello,
>
> Julien Cubizolles writes:
> I don't think it is related. Maybe `org-export-allow-bind-keywords' is
> nil in your async configuration.
You're right, it was nil. When it is set, #+BIND: works as
expected. Thanks.
Julien.
Things got good on my side with 9.1.9 in org-plus-contrib-20180327.
Thanks a lot for your great help, Nicolas!
Thanks,
hhkg
On Tue, Mar 27, 2018 at 5:51 AM, Nicolas Goaziou wrote:
> Hello, h...@protonmail.com writes: > Hi, > > With the latest release, --2d
> not work corre
On 2018-03-27 08:57, stardiviner writes:
> I have divsvgm program on my arch linuxsystem. And "/tmp/orgtexhClnu9.dvi"
> does
> not exist, it is not produced. Only "/tmp/orgtexhClnu9.tex" and
> "/tmp/orgtexhClnu9.log" two file.
What does the log file say? There will probably be a hint about what
16 matches
Mail list logo