Re: [BUG] babel runs bash instead of zsh when sessions are used

2020-08-24 Thread Kyle Meyer
Nick Dokos writes: > I was able to reproduce it (with ksh, rather than zsh) on Org mode version > 9.3.7 (release_9.3.7-705-gea9463 @ /home/nick/elisp/org-mode/lisp/). > > --8<---cut here---start->8--- > #+BEGIN_SRC ksh :session z1 > echo $HOME $0 $(which $0) >

Re: Problem in 9.3: (next-error) broken

2020-08-24 Thread Tory S. Anderson
I discovered teh cause of this error is that new versions of orgmode sets next-error-function and so breaks the. I've added a hook to clear this in orgmode and I can navigate my grep properly again. "Tory S. Anderson" writes: > Running 9.3 as included in emacs 27, I have found a breaking error

Re: [BUG] babel runs bash instead of zsh when sessions are used

2020-08-24 Thread Nick Dokos
Kyle Meyer writes: > Rudi C writes: > >> #+BEGIN_SRC zsh :session z1 >> echo $HOME $0 >> #+END_SRC >> >> #+RESULTS: >> : /Users/evar /bin/bash > > What version of Org are you using? > > I tried with both the latest release (9.3.7) and the current master > branch (220f2b0d9), using default configu

Re: configure separator in org-table-insert-hline

2020-08-24 Thread Nick Dokos
Vladimir Alexiev writes: > How can I use radio tables for that? > By writing a translation function, similar to orgtbl-to-{csv,latex,html,texinfon,unicode,orgtbl}. See (info "(org) Tables in Arbitrary Syntax") -- Nick "There are only two hard problems in computer science: cache invalidati

Re: Website revamp?

2020-08-24 Thread Maxim Nikulin
04.08.2020 13:27, TEC wrote: Eric S Fraga writes: I do like the animated images in the features page! Glad you like them! I recently converted the static images to SVGs with the help of someone using Emacs27 w/ Cairo, would be nice go do something like an animated SVG in the future, but tha

[RFC] ob-reticulate: R+Python interface from Babel

2020-08-24 Thread Jack Kamm
Hi all, Reticulate is an R package for interfacing between R and Python. It allows accessing objects in a Python session from R and vice versa. See https://rstudio.github.io/reticulate/ for more info about it. I've written a small patch for using reticulate from org-babel. It allows creating a

[ANN] EmacsConf 2020 Call for Proposals

2020-08-24 Thread Amin Bandali
___ EmacsConf 2020 Online Conference ___ November 28 and 29, 2020 Table of Contents _ 1. Important dates 2. Talk

Re: spreadsheet formulas without a .

2020-08-24 Thread Uwe Brauer
>>> "DG" == Dov Grobgeld writes: > You can do the following: > #+TBLFM: $3=$1*$2;%.0f > Search for % at https://orgmode.org/manual/Formula-syntax-for-Calc.html . Thanks, this was the link I was looking for. Uwe smime.p7s Description: S/MIME cryptographic signature

Re: spreadsheet formulas without a .

2020-08-24 Thread Dov Grobgeld
You can do the following: #+TBLFM: $3=$1*$2;%.0f Search for % at https://orgmode.org/manual/Formula-syntax-for-Calc.html . Regards, On Mon, Aug 24, 2020 at 12:03 PM Uwe Brauer wrote: > > Hi > > Please look at > > > | 20 | 0.9 | 18. | > #+TBLFM: $3=$1*$2;f0 > > > I'd prefer to have the result

spreadsheet formulas without a .

2020-08-24 Thread Uwe Brauer
Hi Please look at | 20 | 0.9 | 18. | #+TBLFM: $3=$1*$2;f0 I'd prefer to have the result 18, just written 18 and not 18. I can't the right format in the documentation. Thanks and regards Uwe Brauer

Re: Website revamp?

2020-08-24 Thread TEC
Hello! Not much has changed since my last message, other than me becoming fairly busy :( I have performed debuzzwordification on the header, and implemented the compacted design prototyped previously. I expect Maxim will likely still think the font-size is too big, but I somewhat like it as

Are we still in a feature freeze?

2020-08-24 Thread TEC
Hi Maintainers, Are we still in a feature freeze? At the start of June Bastien announced a feature freeze (Release 9.3.7). As we are now moving into September, I'm wondering if this is still in effect? I can't see any recent emails from Bastien either so I'm guessing he's just been snowed u