Re: [O] Worg isn't publishing

2015-08-29 Thread Robert Klein
Hi, Thomas S. Dye wrote: > > Robert Klein writes: > > > Hi, > > > > Kyle Meyer wrote: > > > >> Thomas S. Dye writes: > >> > >> > Aloha all, > >> > > >> > Worg hasn't published for several days. > >> > > >> > All the best, > >> > Tom > >> > >> I pushed to Worg last night and noticed that

[O] [PATCH] org-mime: Use `compose-mail' to send mail

2015-08-29 Thread Erik Hetzner
* contrib/lisp/org-mime.el (org-mime-compose): Use `compose-mail' to send mail. Allows customization via `mail-user-agent'. TINYCHANGE --- contrib/lisp/org-mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-mime.el b/contrib/lisp/org-mime.el index 078ebe

Re: [O] Set babel scheme to chicken?

2015-08-29 Thread Thomas S . Dye
Lawrence Bottorff writes: > Not sure what the :scheme header argument might be or how to change it. I think this might work, but don't have a scheme to check it out. #+BEGIN_SRC scheme :session one :scheme chicken (define (myadd x y) (+ x y)) #+END_SRC hth, Tom -- Thomas S. Dye http:/

Re: [O] Latex/Table: horizontal line spanning some cells

2015-08-29 Thread Vikas Rawal
> > For now you'd have to go with a filter or maybe use other means to produce > a table. In the past, when I have needed more complex tables I've usually > used a mix of Hmisc in R, babel and some Emacs-lisp to clean it up... Not > so nice. At this stage, I think I will just manually fix the

Re: [O] Set babel scheme to chicken?

2015-08-29 Thread Lawrence Bottorff
Not sure what the :scheme header argument might be or how to change it. However, changing the geiser-impl--implementation (changed order to make sure) and geiser-default-implementation seemed to do the trick. My bad overlooking this. Thanks, LB On Sat, Aug 29, 2015 at 10:45 PM, Thomas S. Dye wro

Re: [O] Set babel scheme to chicken?

2015-08-29 Thread Thomas S . Dye
Aloha Lawrence, Lawrence Bottorff writes: > I have a few schemes installed on my computer (MIT, guile, chicken), but > when I run such code as this > > #+BEGIN_SRC scheme :session one > (define (myadd x y) >(+ x y)) > #+END_SRC > > it works -- beautifully with multiple REPLs (as you name the

[O] gnuplot export: Symbol's value as variable is void: org-export-filters-alist

2015-08-29 Thread Tobias Frischholz
Hi List, I have a hard time getting gnuplot to run. Right now I've done a C-c " g on this table: #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]" | Sede | Max cites | H-index | |---+---+-| | Chile |257.72 | 21.39 | |

[O] Set babel scheme to chicken?

2015-08-29 Thread Lawrence Bottorff
I have a few schemes installed on my computer (MIT, guile, chicken), but when I run such code as this #+BEGIN_SRC scheme :session one (define (myadd x y) (+ x y)) #+END_SRC it works -- beautifully with multiple REPLs (as you name them in the :session) -- but it always grabs the guile. I'd like

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-29 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> I tried to recompile with that line commented out but it doesn't make a >> difference. I also tried to remove that defun from orgstruct-setup, but >> that also didn't make change anything. > > What if you replace the defun with `show-children' in `o

Re: [O] Latex/Table: horizontal line spanning some cells

2015-08-29 Thread Rasmus
Hi, Vikas Rawal writes: > In a table, I would like some horizontal lines that span only some > columns, and not the whole width. My document has to be exported to > latex, in which you need something like \cline{4-5} for a horizontal > line spanning columns 4-5 For bookstabs you'd use \cmidrule

[O] Latex/Table: horizontal line spanning some cells

2015-08-29 Thread Vikas Rawal
In a table, I would like some horizontal lines that span only some columns, and not the whole width. My document has to be exported to latex, in which you need something like \cline{4-5} for a horizontal line spanning columns 4-5 (http://tex.stackexchange.com/questions/8549/how-can-i-draw-a-hori

Re: [O] Strange behavior of C-c C-x C-d

2015-08-29 Thread Nicolas Goaziou
Marcin Borkowski writes: > org-clock-display-default-range is a variable defined in `org-clock.el'. > Its value is thisyear > > Documentation: > Default range when displaying clocks with `org-clock-display'. > > I skimmed through the definition of `org-clock-special-range', and I'm > not sure whe

[O] [bug] org-open-file: ignores browse-url settings

2015-08-29 Thread Rasmus
Hi, >From Emacs-devel: From: ra...@google.com Subject: org-open-file: ignores browse-url settings Date: the 21st of August 2015 at 20:07 Archived-At: Function org-open-file uses customization variable org-file-apps to

Re: [O] Strange behavior of C-c C-x C-d

2015-08-29 Thread Marcin Borkowski
On 2015-08-29, at 13:31, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> I have this: >> >> * TODO Some task >> :LOGBOOK: >> CLOCK: [2015-08-29 sob 08:45]--[2015-08-29 sob 08:50] => 0:05 >> CLOCK: [2014-11-06 czw 01:41]--[2014-11-06 czw 01:53] => 0:12 >> :END: >> >> and pres

Re: [O] Auto org-mobile-push kills buffer

2015-08-29 Thread Jorge
This has happened two more times. On Wed, Aug 26, 2015 at 11:43 AM, Jorge wrote: > Hi. I use MobileOrg. To automate org-mobile-push I have installed > the code below from > https://github.com/matburt/mobileorg-android/wiki/FAQ. However, the > code sometimes does weird things, such as killing t

Re: [O] "no such file or directory" "gnuplot"

2015-08-29 Thread Grant Rettke
If you initial issue is addressed then please start a new email thread. Include information about the version of emacs, version of org mode, version of gnuplot, and walk us through the steps that you performed, on what data, what you expected would happen, and then what actually happened. That way

Re: [O] problems with beamer under the new exporter: no theme; unable to specify heading level; slides fill from bottom up

2015-08-29 Thread Joseph Vidal-Rosset
2015-07-27 6:06 GMT+02:00 Christopher W. Ryan : > Below is a minimal working example of my problem. The trouble is that > the Berlin theme is not applied--it remains the default theme. > Hello the list, I meet exactly the same problem. I just followed this web-page : http://emacs-fu.blogspot.ca

Re: [O] Strange behavior of C-c C-x C-d

2015-08-29 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > I have this: > > * TODO Some task > :LOGBOOK: > CLOCK: [2015-08-29 sob 08:45]--[2015-08-29 sob 08:50] => 0:05 > CLOCK: [2014-11-06 czw 01:41]--[2014-11-06 czw 01:53] => 0:12 > :END: > > and pressing C-c C-x C-d reveals that the 12 minutes of last year are > no

Re: [O] org-mode 3.5.1 emacs 24: invalid-functon 41

2015-08-29 Thread Martin Steffen
Hi, thanks for the info. I tried to reproduce the error but failed, which means, in the meantime org 3.5.1 works. Note, however, that it's no longer the same git-reversion. When I first stumbled upon it, it was org-version 3.5.1 and the then latest pull from the git-server. Since it basically

Re: [O] "no such file or directory" "gnuplot"

2015-08-29 Thread Tobias Frischholz
On 28 Aug 2015, at 15:50, Grant Rettke wrote: Perhaps it isn't in your =PATH=. Try https://github.com/purcell/exec-path-from-shell . That seems like a wonderful solution - *Messages* isn't showing the error any more! However: all it says now is gnuplot-mode 0.7-beta -- determining gnuplot v

Re: [O] Worg isn't publishing

2015-08-29 Thread Thomas S . Dye
Robert Klein writes: > Hi, > > On Fri, 28 Aug 2015 12:38:57 -0400 > Kyle Meyer wrote: > >> Thomas S. Dye writes: >> >> > Aloha all, >> > >> > Worg hasn't published for several days. >> > >> > All the best, >> > Tom >> >> I pushed to Worg last night and noticed that it did not update. I >> r