I want to auto insert inline image for `org-plot/gnuplot` result plot below
the table. Like this:
```org
#+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange
[0:]"
| Sede | Max cites | H-index |
|---+---+-|
| Chile |257.72 | 21.39 |
| Leed
I see, thanks very much.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
On Sun, Jun 18, 2017 at 9:10 AM, Tim Cross wro
On Sat, Jun 17, 2017 at 7:25 PM Nicolas Goaziou
wrote:
> Hello,
>
> Thank you. LGTM. I only have nitpicks.
>
Thanks!
> > + (let ((action-trimmed (when (org-string-nw-p action)
> > + (org-trim action)))
>
> (and (org-string-nw-p action) ...)
>
Ah! I forgot making th
It looks like you have a combination of both clojure errors and possibly
org babel errors. You need to sort out the clojure errors before you can
verify there are any problems with org babel clojure support.
You mention that
> I start CIDER REPL session with `cider-jack-in` without project in
>
Hello,
Kaushal Modi writes:
> Revised patch is attached.
Thank you. LGTM. I only have nitpicks.
> +NAME is a string identifying the counter.
> +
> +When non-nil, optional argument ACTION is a string.
> +
> +If the string is \"-\", keep the NAME counter at its current
> +value, i.e. do not incr
Message: 25
Date: Sat, 17 Jun 2017 02:25:56 +
From: ed...@openmail.cc
To: emacs-orgmode@gnu.org
* I want this to say "References"
I don't need this to say References again:
bibliographystyle:unsrt
bibliography:References.bib
Hello Lars,
I also found M-x org-ref-help useful (go to **
Message: 27
Date: Sat, 17 Jun 2017 16:56:37 +0100
From: Eric S Fraga
To: emacs-orgmode@gnu.org
Subject: Re: [O] How to export LaTeX amsmath align bmatrix to ODT?
Message-ID: <871sqiehfu.fsf@t3610>
Content-Type: text/plain; charset="us-ascii"
Strange. Maybe post an ECM for others to experiment w
Hi,
Is it possible to group tasks in org-agenda by the state they are in?
For example, I would like to have horizontal divider between all tasks
that are ONGOING and tasks that are in TODO state.
I have already setup `org-agenda-sorting-strategy' to get the desired
order.
Best,
--
Narendra Jos
On Saturday, 17 Jun 2017 at 16:39, Uwe Brauer wrote:
>> On Friday, 16 Jun 2017 at 21:05, Uwe Brauer wrote:
>> [...]
>
>
>> The v c sequence invokes the clock checking code. It has nothing to do
>> with timestamps but looks instead for gaps and overlaps in your
>> clocking. If
> On Friday, 16 Jun 2017 at 21:05, Uwe Brauer wrote:
> [...]
> The v c sequence invokes the clock checking code. It has nothing to do
> with timestamps but looks instead for gaps and overlaps in your
> clocking. If you clock those projects, you will have the information
> tha
> On Friday, 16 Jun 2017 at 10:25, Uwe Brauer wrote:
> [...]
> Thanks for this. Works nicely! Great addition to the repertoire of
> useful emacs-lisp snippets. Would be great to have this incorporated
> into org.
Maybe this is even more useful?
(defun org-table-export-to-spr
I think what you want in this case is to redefine how the bibliography
link is exported.
Maybe something like this:
(org-link-set-parameters
"bibliography"
:export
(lambda (bibfile desc format)
(cond
((eq format 'html) (org-ref-get-html-bibliography))
((eq format 'latex)
""
On Saturday, 17 Jun 2017 at 02:34, ed...@openmail.cc wrote:
[...]
> Thanks, Eric. Unfortunately, that did not work. It does change the
> background and foreground colors, but the \tensor symbol is now
> "invisible" (it is black, and the background is also black). The rest of
> the equation loo
On Saturday, 17 Jun 2017 at 14:54, Nicolas Goaziou wrote:
[...]
> According to `org-odt-convert-processes', `org-odt-convert-capabilities'
> and `org-odt-convert', isn't it already possible?
Indeed.Adding this
(add-to-list 'org-odt-convert-processes '("gnumeric" "ssconvert %i %o"))
(set
Hello Lars,
I am a beginner with Emacs, so my advice may not be very good. I assume
that you are using org-ref (I missed part of the conversation). I have
no problems with PDF and References (well, except that I don't know how
to set an independent headline. I know this is not clear, but I won
Message: 19
Date: Fri, 16 Jun 2017 10:25:55 +
From: Uwe Brauer
To: emacs-orgmode@gnu.org
Subject: [O] org-table export to ods/xlsx etc
Message-ID: <87fuf0i5zg@mat.ucm.es>
Content-Type: text/plain
I am sometimes in need to send my org-table spreadhseets to colleagues
who are using (sigh)
I just want to thank everyone. I really appreciate all the effort that
everyone has put into making Emacs and Org-mode. I may be in love with
this software!
Edgar
-
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the
NS
Check out org-format-latex-options. I have, for the same or similar
scenario:
#+begin_src emacs-lisp
(setq org-format-latex-options
'(:foreground "white" :background "black" :scale 3
:html-foreground "Black" :html-background
"Transparent"
Hello,
Eric S Fraga writes:
> On Friday, 16 Jun 2017 at 10:25, Uwe Brauer wrote:
>> Hi
>>
>> I am sometimes in need to send my org-table spreadhseets to colleagues
>> who are using (sigh) excel. I thought sending csv would be enough but it
>> turns out,
>
> [...]
>
>> I did not find any built i
Hello Nicolas,
Just pinging to check if the patch in the previous email got missed.
Apologies if you were already reviewing it.
Thanks.
On Thu, Jun 15, 2017, 2:07 PM Kaushal Modi wrote:
> On Thu, Jun 15, 2017 at 12:07 PM Nicolas Goaziou
> wrote:
>
>> We do not need this dependency. In partic
Hello,
Bastien Guerry writes:
> Applied, thanks!
I'm not sure to understand commit
a023d670eceb9121ef6a511b108fd82265e6d6a8. In particular, why did you
remove lexical binding? It really should be active in every library, and
is the default when you create a new one.
Regards,
--
Nicolas Goazi
Hello,
Allen Li writes:
> TINYCHANGE
>
> * lisp/org-attach.el (org-attach-delete-one): Respect org-attach-commit
> (org-attach-delete-all): Respect org-attach-commit
> (org-attach-sync): Respect org-attach-commit
Applied. Thank you.
If you plan to provide more patches, please consider signing
On Friday, 16 Jun 2017 at 21:05, Uwe Brauer wrote:
[...]
> Then I use org-agenda and
> v c
>
> But nothing is really done. I don't see any effect of visualizing the
> conflicting date Monday 8:30-9:30
>
> What do I miss?
The v c sequence invokes the clock checking code. It has nothing to do
wi
On Friday, 16 Jun 2017 at 14:19, Eduardo Mercovich wrote:
[...]
> The standard clocking task mechanism will do it fine.
Great.
> However, since there are many multiple small observations along
> one task, maybe a capture template is a bit overdo...
I find that capturing is a lightweight acti
After a new evaluation. I found
```org
#+BEGIN_SRC clojure
(ns user
(:require '[incanter.core :as mm]))
#+END_SRC
#+RESULTS:
: class clojure.lang.Compiler$CompilerExceptionclass
clojure.lang.Compiler$CompilerExceptionCompilerException
java.lang.Exception: Found lib name 'incanter.core' containin
I see, thanks very much.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
On Sat, Jun 17, 2017 at 8:46 PM, Bastien Guerry
I did configure `ob-clojure` with the following settings:
```elisp
(require 'ob-clojure)
;; use CIDER as the Clojure execution backend
(setq org-babel-clojure-backend 'cider)
;; Useful keybindings when using Clojure from Org
;; (org-defkey org-mode-map (kbd "C-x C-e") 'cider-eval-last-sexp)
;; (
"numbch...@gmail.com" writes:
> Did my SSH public key add to org-mode repository?
Now yes.
You first need to pull org-mode again like this:
~$ git clone orgm...@orgmode.org:org-mode.git
Then you will be able to push commits.
Do not commit changes outside of the contrib/ repository.
If you h
Did my SSH public key add to org-mode repository?
After added, if I want to update my `ob-sclang.el`. Command `git push
upstream` (upstream: git://orgmode.org/org-mode.git) will allow my access?
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twit
Applied, thanks!
--
Bastien
Sorry, Marcin,
Since your answer came in the other thread, I didn’t realize that three have
answered my questions.
Thank you for your Manual and Lisp book tip. I’ll try to work through all of
them. Another thousands of pages …
"Of making many books there is no end, and much study is a wearine
Dear group,
To sum up the two (!) answers on these foundational
# questions:
1. Which is the best book to get from Emacs/Org novice to guru?
2. Do I have to learn Lisp in order to master Emacs?
# Answers:
1. All of the mentioned books are good; read the manuals that come with Emacs
and Or
TINYCHANGE
* lisp/org-attach.el (org-attach-delete-one): Respect org-attach-commit
(org-attach-delete-all): Respect org-attach-commit
(org-attach-sync): Respect org-attach-commit
---
lisp/org-attach.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/lisp/org-attach.e
There are multiple places in org-attach.el where org-attach-commit isn't
respected. This means that while adding a new attachment will respect
the user setting and not make Git commits, various other commands will.
Emacs : GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.10)
of 20
On Friday, 16 Jun 2017 at 10:25, Uwe Brauer wrote:
> Hi
>
> I am sometimes in need to send my org-table spreadhseets to colleagues
> who are using (sigh) excel. I thought sending csv would be enough but it
> turns out,
[...]
> I did not find any built in function so I came up with two solutions.
35 matches
Mail list logo