Hello,
stardiviner writes:
> I added this patch to handle posted question case.
>
> This will improve Org-mode links with org-babel resulta lot. Make
> Org-mode can insert link as user want at many places.
>
> Hope can be merged.
Thank you.
However, before thinking about merging it, it require
Hello,
Vladimir Panteleev writes:
> On 2018-03-26 21:42, Nicolas Goaziou wrote:
>> I'm talking about call_foo() syntax. I see no fundamental difference
>> between (org-sbe-v2 "func" ...) and call_func(...).
>
> Sorry, how do you invoke call_func from lisp, or a table formula?
I'm not sure there
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,
Daniel
Hi,
Roger Mason writes:
> Hello,
>
> An off topic problem. I'm asking here because I noticed this problem
> first in this list, but it has spread.
>
> I read e-mail using gnus (v5.13) in emacs (25.3.1) on FreeBSD (10.3).
> Some months ago I noticed some messages in this list displaying with
> s
Magit now is the most used tools in Emacs now.
I hope can combine Org-mode links with Magit through `org-git-link.el`.
Current `org-git-link` only support local git file.But it definitely
support Magit, like Magit status buffer, Magit log buffer, Magit diff
(revision) buffer.
When user is in
it sounds like you should run something like this at the commandline:
latex /tmp/orgtexhClnu9.tex
and see if any errors come up. Maybe some package is missing.
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon U
This should be this finalize version patch.
The whole discussion is here:
https://github.com/clojure-emacs/clojure-mode/pull/465
After test many case (all passed):
```org
#+begin_src clojure :results pp
;; (def greeting "hi there!")
*ns*
#+end_src
#+RESULTS[<2018-03-26 14:43:51> 2d1907bb790
I added this patch to handle posted question case.
This will improve Org-mode links with org-babel resulta lot. Make
Org-mode can insert link as user want at many places.
Hope can be merged.
On 03/27/2018 02:06 AM, Michael Welle wrote:
Hello,
stardiviner writes:
I tried the following ex
Hello,
Nicolas Goaziou writes:
> Alan Schmitt writes:
>
>> On 2018-03-25 23:06, Nicolas Goaziou writes:
>>
>>> I have reverted your changes from maint.
>>
>> Should there be a new release? This change is present in 9.1.8.
>
> I /think/ I released Org 9.1.9, but I usually goof it up, so I'm Cc'
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.
On 03/27/2018 12:20 AM, Nicolas Goaziou wrote:
Hello,
stardiviner writes:
I have following settings to make org
Hello,
I'm editing a large document, mostly text, that is intended for a
website -- thus html is interspersed throughout, though not enough to
justify editing the document as a dedicated .html file.
I only use html-mode if I have to edit a list with 6-7 uls / ols nested
in, mainly to keep track o
On 2018-03-26 21:42, Nicolas Goaziou wrote:
I'm talking about call_foo() syntax. I see no fundamental difference
between (org-sbe-v2 "func" ...) and call_func(...).
Sorry, how do you invoke call_func from lisp, or a table formula?
--
Best regards,
Vladimir
Hello,
h...@protonmail.com writes:
> Hi,
>
> With the latest release, --2d not work correctly.
> Use the test case in
> http://lists.gnu.org/archive/html/emacs-orgmode/2013-02/msg00554.html
>
> * TODO 1a
> SCHEDULED: <2018-02-24 Sat +1m --2d>
> * TODO 2a
> SCHEDULED: <2018-03-24 Sat +1m --2d
Vladimir Panteleev writes:
> By inline Babel calls, do you mean as described in
> https://orgmode.org/manual/Evaluating-code-blocks.html ? I see there
> "org-babel-execute-src-block", but it seems to attempt to infer the
> src block to execute rather than letting the caller specify one.
I'm talk
Hello,
Alan Schmitt writes:
> On 2018-03-25 23:06, Nicolas Goaziou writes:
>
>> I have reverted your changes from maint.
>
> Should there be a new release? This change is present in 9.1.8.
I /think/ I released Org 9.1.9, but I usually goof it up, so I'm Cc'ing
Bastien.
Regards,
--
Nicolas G
On 2018-03-26 20:16, Nicolas Goaziou wrote:
Hello,
Vladimir Panteleev writes:
What about org-sbe is specific to tables?
I'm thinking that the generic replacement could be used elsewhere, e.g.:
(with-current-buffer some-org-mode-buffer
(org-sbe-v2 "func" ...args...))
The generic replacem
This would appear to be gnus specific. I use mu4e and have not noticed
anything along these lines. Suggest a gnus specific list might be the
go.
Tim
Roger Mason writes:
> Hello,
>
> An off topic problem. I'm asking here because I noticed this problem
> first in this list, but it has spread.
>
Hello,
Vladimir Panteleev writes:
> Hi,
>
> On 2018-03-25 21:06, Nicolas Goaziou wrote:
>> I agree "org-sbe" should be rewritten. However, it is specific to tables
>> because it is meant to be used in a TBLFM line. Its replacement could
>> live in "org-table.el", though.
>
> What about org-sbe i
Hello,
An off topic problem. I'm asking here because I noticed this problem
first in this list, but it has spread.
I read e-mail using gnus (v5.13) in emacs (25.3.1) on FreeBSD (10.3).
Some months ago I noticed some messages in this list displaying with
sender 'nobody' and subject '(none)' in gn
Hello,
stardiviner writes:
> I tried the following example:
>
> ```
>
> #+begin_src shell :mkdir yes :dir "data/tmp" :results file :file
> "crackzor_1.0.c.gz"
> wget -c "http://ben.akrin.com/crackzor/crackzor_1.0.c.gz";
> #+end_src
>
> #+RESULTS:
> [[file:data/tmp/crackzor_1.0.c.gz]]
> ```
>
>
Hello,
stardiviner writes:
> I have following settings to make org-mode export to PDF works better,
> like export with src block syntax highlighting with "minted", and
> support Chinese export with latex package "ctex" and specify default
> font etc all stuffs.
>
> I used to disabled org-mode st
Hello,
Julien Cubizolles writes:
> The options specified by #+ keywords are set during asynchronous export
> whereas those specified by the #+BIND: method aren't. In the following
> example, org-latex-image-default-width is set to .25\linewidth only in
> synchronous export whereas the author is
I have following settings to make org-mode export to PDF works better,
like export with src block syntax highlighting with "minted", and
support Chinese export with latex package "ctex" and specify default
font etc all stuffs.
I used to disabled org-mode startup preview latex fragments. Today
I tried the following example:
```
#+begin_src shell :mkdir yes :dir "data/tmp" :results file :file
"crackzor_1.0.c.gz"
wget -c "http://ben.akrin.com/crackzor/crackzor_1.0.c.gz";
#+end_src
#+RESULTS:
[[file:data/tmp/crackzor_1.0.c.gz]]
```
But the files is empty, I check out Org-mode documen
I have following settings to make org-mode export to PDF works better,
like export with src block syntax highlighting with "minted", and
support Chinese export with latex package "ctex" and specify default
font etc all stuffs.
I used to disabled org-mode startup preview latex fragments. Today
The options specified by #+ keywords are set during asynchronous export
whereas those specified by the #+BIND: method aren't. In the following
example, org-latex-image-default-width is set to .25\linewidth only in
synchronous export whereas the author is set regardless of the type of
export.
--8<-
After dive into scel source code, I use cmake build fix. This seems an
old problem. Now fixed.
On 03/26/2018 07:38 PM, stardiviner wrote:
You `(require 'sclang)` cause error on `(require 'sclang-vars)`
failed. Because there is no file `sclang-vars.el`. Only file
`sclang-vars.el.in` for buil
You `(require 'sclang)` cause error on `(require 'sclang-vars)` failed.
Because there is no file `sclang-vars.el`. Only file `sclang-vars.el.in`
for built-time defaults. When user load sclang from source code of
`scel`. This will cause error.
Really don't understand why you have to `(require '
Hello,
Nick Dokos writes:
[...]
> Michael Welle writes:
> If you are trying to produce documentation and want to show commands
> that the user should type then you probably need an example block:
>
> #+begin_example
> # date
> #+end_example
another idea: How about using shell code blocks for r
Eric S Fraga writes:
> On Sunday, 25 Mar 2018 at 09:52, Julien Cubizolles wrote:
>> Found the cause of the problem, my default configuration exports in
>> async mode, so this variable should be set in
>> org-export-async-init.el.
>>
>> Is there a way to have a variable set during export to avoid
On 2018-03-25 23:06, Nicolas Goaziou writes:
> I have reverted your changes from maint.
Should there be a new release? This change is present in 9.1.8.
Best,
Alan
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2018-02: 408.35, 2017-02: 406.42
signature.asc
De
31 matches
Mail list logo