Re: [O] v9.0 running babel blocks

2016-11-22 Thread Alan Schmitt
On 2016-11-22 16:46, Alan Schmitt writes: > On 2016-11-03 19:50, John Kitchin writes: > >> huh.. it seems to have disappeared. I deleted the orgplus directory in >> my elpa directory and reinstalled it, and it seemed to go away. > > This

Re: [O] Possible bug: Emacs hangs on (require 'org)

2016-11-22 Thread Eric Abrahamsen
Luke writes: > On 23/11/16 10:39, Eric Abrahamsen wrote: >> Luke writes: [...] >>> I tried creating a minimal-org.el file with the following contents: >>> >>> ;; activate debugging >>> (setq debug-on-error t >>>

Re: [O] Possible bug: Emacs hangs on (require 'org)

2016-11-22 Thread Luke
On 23/11/16 10:39, Eric Abrahamsen wrote: Luke writes: I have a strange situation on my laptop. I'm running Ubuntu 16.04, with Emacs 24.5.1. I'm also using the latest development branch from the org-mode git repository (latest changes pulled today). Recently,

Re: [O] Possible bug: Emacs hangs on (require 'org)

2016-11-22 Thread Luke
On 23/11/16 09:31, Luke wrote: I have a strange situation on my laptop. I'm running Ubuntu 16.04, with Emacs 24.5.1. I'm also using the latest development branch from the org-mode git repository (latest changes pulled today). Recently, for some unknown reason, emacs suddenly started to hang on

Re: [O] Possible bug: Emacs hangs on (require 'org)

2016-11-22 Thread Eric Abrahamsen
Luke writes: > I have a strange situation on my laptop. > > I'm running Ubuntu 16.04, with Emacs 24.5.1. I'm also using the latest > development branch from the org-mode git repository (latest changes > pulled today). > > Recently, for some unknown reason, emacs

[O] Possible bug: Emacs hangs on (require 'org)

2016-11-22 Thread Luke
I have a strange situation on my laptop. I'm running Ubuntu 16.04, with Emacs 24.5.1. I'm also using the latest development branch from the org-mode git repository (latest changes pulled today). Recently, for some unknown reason, emacs suddenly started to hang on startup. Placing some

Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-22 Thread Peter Davis
So I figured out how to do all these things, but it doesn't work. Does anyone know how to fix this export problem? I just installed emacs from on a new MacBook Pro. Emacs version: GNU Emacs 25.1.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build

Re: [O] Math equations in html export

2016-11-22 Thread Thierry Banel
Le 21/11/2016 19:37, Orm Finnendahl a écrit : > Hi, > > I can't seem to get Math equations exported correctly to html from an > org file. Can someone provide me with a full example? > > I set > > #+OPTIONS: tex:t > > on top of the org file and tried these things, but they all render >

Re: [O] org-lint how to include ob-rec parameters

2016-11-22 Thread Charles Millar
Hi, again, On 11/22/2016 12:25 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: The following is not a critical issue. I use ob-rec to generate tables from my recfiles. org-lint issues a warning for ob-recs parameters, such as data, type, fields, sort, etc.

Re: [O] org-lint how to include ob-rec parameters

2016-11-22 Thread Nicolas Goaziou
Hello, Charles Millar writes: > The following is not a critical issue. > > I use ob-rec to generate tables from my recfiles. > > org-lint issues a warning for ob-recs parameters, such as data, type, > fields, sort, etc. > > Is there some code that I could include in my

Re: [O] v9.0 running babel blocks

2016-11-22 Thread Alan Schmitt
On 2016-11-03 19:50, John Kitchin writes: > huh.. it seems to have disappeared. I deleted the orgplus directory in > my elpa directory and reinstalled it, and it seemed to go away. This just appeared for me, as I updated to 9.0.1. Should I downgrade to 9.0? Thanks,

Re: [O] Release 9.0 test failed: test-ob/indented-cached-org-bracket-link

2016-11-22 Thread David Talmage
On Sun, Nov 20, 2016 at 3:38 AM, Nicolas Goaziou wrote: > Hello, > > "Charles C. Berry" writes: > > > OTOH, (expand-file-name "test.txt") resolves double-slashes and seems > > like the right idiom in any case. > > Fixed. Thank you. > It worked for me,

Re: [O] Fix a regression in C-u TAB behavior with point in org table cell

2016-11-22 Thread Kaushal Modi
Please dis-regard that patch. I learnt that M-0 TAB still works, and the documented C-u C-c ` also works. I will update the bindings in orgcard and provide a patch for that. On Mon, Nov 21, 2016 at 9:56 AM Kaushal Modi wrote: > Hello, > > I was going through the

Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-22 Thread Peter Davis
On Tue, Nov 22, 2016, at 03:00 AM, Alan Schmitt wrote: > On 2016-11-21 14:16, Peter Davis writes: > > > I'm on a Mac, and don't know how to start the Emacs.app without loading > > the init file. > > This is how I do it: > open /Applications/Emacs.app -n --args -Q -l

Re: [O] Generating LaTeX SRC block during HTML export broken in 9.0.1

2016-11-22 Thread Éric Würbel
Oh, I forgot to mention that the html file is not generated at all also. E. Le 22/11/2016 à 09:37 CET, Éric Würbel a dit: > This was working in 9.0, but is not working anymore. Consider the > following_example : > > #+BEGIN_SRC org > #+TITLE LaTeX export minimal test

[O] Generating LaTeX SRC block during HTML export broken in 9.0.1

2016-11-22 Thread Éric Würbel
This was working in 9.0, but is not working anymore. Consider the following_example : #+BEGIN_SRC org #+TITLE LaTeX export minimal test * Let's go A really interresting algorithm : #+header: :headers '( "\\renewcommand{\\familydefault}{\\sfdefault}" "\\usepackage{lmodern}"

Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-22 Thread Alan Schmitt
On 2016-11-21 14:16, Peter Davis writes: > I'm on a Mac, and don't know how to start the Emacs.app without loading > the init file. This is how I do it: open /Applications/Emacs.app -n --args -Q -l ~/tmp/emacs_debug/init.el the '-n' says to open the application again even