Re: [O] ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-06-17 Thread numbch...@gmail.com
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'

Re: [O] Just sharing another orgmode use: usability tests

2017-06-17 Thread Eric S Fraga
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

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-17 Thread Nicolas Goaziou
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, --

Re: [O] org-table export to ods/xlsx etc

2017-06-17 Thread Nicolas Goaziou
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

Re: [O] Bibliograph:ref.bib vs. \printbibliograpy (WAS: Re: > Citations with org-ref in apa style)

2017-06-17 Thread edgar
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

Re: [O] ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-06-17 Thread numbch...@gmail.com
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) ;;

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-17 Thread numbch...@gmail.com
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

Re: [O] [PATCH] Respect org-attach-commit everywhere

2017-06-17 Thread Nicolas Goaziou
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

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-17 Thread numbch...@gmail.com
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

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-17 Thread Bastien Guerry
"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/

Re: [O] agenda mode overlapping dates

2017-06-17 Thread Eric S Fraga
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

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-17 Thread Kaushal Modi
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 >

Re: [O] org-table export to ods/xlsx etc

2017-06-17 Thread edgar
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

[O] THANK YOU!

2017-06-17 Thread edgar
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

Re: [O] How to export LaTeX amsmath align bmatrix to ODT?

2017-06-17 Thread edgar
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"

[O] Bug: org-attach-commit not respected everywhere [9.0.8 (9.0.8-elpa @ /home/mir/.emacs.d/elpa/org-20170606/)]

2017-06-17 Thread Allen Li
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

Re: [O] Best book to get from novice to guru?

2017-06-17 Thread Birnle
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

[O] [PATCH] Respect org-attach-commit everywhere

2017-06-17 Thread Allen Li
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

Re: [O] How to get rid of first line indent?

2017-06-17 Thread Birnle
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

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-17 Thread Bastien Guerry
Applied, thanks! -- Bastien

Re: [O] org-table export to ods/xlsx etc

2017-06-17 Thread Eric S Fraga
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

Re: [O] Bibliograph:ref.bib vs. \printbibliograpy (WAS: Re: Citations with org-ref in apa style)

2017-06-17 Thread John Kitchin
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)

Re: [O] agenda mode overlapping dates

2017-06-17 Thread Eric S Fraga
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

Re: [O] How to export LaTeX amsmath align bmatrix to ODT?

2017-06-17 Thread Eric S Fraga
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

Re: [O] org-table export to ods/xlsx etc

2017-06-17 Thread Uwe Brauer
> 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

Re: [O] org-table export to ods/xlsx etc

2017-06-17 Thread Eric S Fraga
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"))

Re: [O] agenda mode overlapping dates

2017-06-17 Thread Uwe Brauer
> 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 >

[O] Grouping tasks with todo-keywords

2017-06-17 Thread Narendra Joshi
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

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-17 Thread Kaushal Modi
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) ...)

Re: [O] ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-06-17 Thread numbch...@gmail.com
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

[O] How to auto insert inline image link for org-plot/gnuplot result plot?

2017-06-17 Thread numbch...@gmail.com
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 | |

Re: [O] How to export LaTeX amsmath align bmatrix to ODT?

2017-06-17 Thread edgar
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

Re: [O] Bibliograph:ref.bib vs. \printbibliograpy (WAS: Re: Citations with org-ref in apa style)

2017-06-17 Thread edgar
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

Re: [O] Add an optional HOLD argument to "n" Org macro

2017-06-17 Thread Nicolas Goaziou
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 >

Re: [O] ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-06-17 Thread Tim Cross
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 >