Re: [O] HTML presentations using org-html-slideshow?

2017-03-07 Thread Peter Salazar
If anyone's interested, there's a new working version of org-html-slideshow that's compatible with org-mode 9.x available here: https://github.com/aiba/org-html-slideshow. On Mon, Mar 6, 2017 at 10:04 AM, Peter Salazar wrote: > Hi everyone, > > I've been using the excellent org-html-slideshow (

Re: [O] how to export to HTML using old-style numbered div ID's?

2017-03-07 Thread Peter Salazar
Thank you so much for the responses! In fact I did try filing a bug report to the org-html-slideshow developers, but the project is no longer under active development and I never heard back. Fortunately, I was able to convince a friend who's a ClojureScript expert to take a look. He forked the org

Re: [O] Justifying a formula

2017-03-07 Thread Nick Dokos
Lawrence Bottorff writes: > Here's what I have in a buffer: > > * This basic pseudo-code tells of an internally-defined variable that holds, > /accumulates/ as the recursion drills down: > > \begin{align*} > sumprod(x) \equiv if \; eq(x,NIL) \; then \; 2.list(s,p) \\ >  else \\ >   \{let \; z =

Re: [O] Writing exams

2017-03-07 Thread Doyley, Marvin M.
Thanks for the list. I will try them out. Cheers, M > On Mar 7, 2017, at 11:01 AM, Samuel Loury wrote: > > Samuel Loury writes: > >> "Doyley, Marvin M." writes: >> >>> Does anybody have a good system for writing exam in Org-mode ? > >> - >> http://kitchingroup.cheme.cmu.edu/blog/2013/10/2

Re: [O] ascii section references for id links can be inline?

2017-03-07 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > On 3/7/17, Nicolas Goaziou wrote: >>> === possible new output >>> Some recent test results are in section 6.2.2.2 >>> === > >> You can remove the description. Otherwise, Org will do its best to use >> it. > > in maint, [[id:...]] results in the filename, rather tha

Re: [O] Bug: org-export-as

2017-03-07 Thread Nicolas Goaziou
Hello, drymer writes: > I'm trying to debug the package org2nikola, which works on emacs-24.5 > but not on >emacs-25. What I'm trying to see is why the title is > exported when using >emacs-25 but not when prior versions. For what I've > being testing, it doesn't seem related to the package but

Re: [O] verse html export

2017-03-07 Thread Nicolas Goaziou
Hello, Skip Collins writes: > The following block exports to LaTeX/PDF as expected, with a break > between the first and second line: > > #+BEGIN_VERSE > First line > Second line > #+END_VERSE > > The HTML export does not have a line break, so the text runs together > on the same line when shown

Re: [O] ascii section references for id links can be inline?

2017-03-07 Thread Samuel Wales
On 3/7/17, Nicolas Goaziou wrote: >> === possible new output >> Some recent test results are in section 6.2.2.2 >> === > You can remove the description. Otherwise, Org will do its best to use > it. in maint, [[id:...]] results in the filename, rather than the section number.

[O] Justifying a formula

2017-03-07 Thread Lawrence Bottorff
Here's what I have in a buffer: * This basic pseudo-code tells of an internally-defined variable that holds, /accumulates/ as the recursion drills down: \begin{align*} sumprod(x) \equiv if \; eq(x,NIL) \; then \; 2.list(s,p) \\ else \\ \{let \; z = sumprod(cdr(x)) \\ 2.list(car(z) + car(x)

[O] verse html export

2017-03-07 Thread Skip Collins
The following block exports to LaTeX/PDF as expected, with a break between the first and second line: #+BEGIN_VERSE First line Second line #+END_VERSE The HTML export does not have a line break, so the text runs together on the same line when shown in the browser: First line Second line I expec

[O] Bug: org-export-as

2017-03-07 Thread drymer
Hi, I'm trying to debug the package org2nikola, which works on emacs-24.5 but not on >emacs-25. What I'm trying to see is why the title is exported when using >emacs-25 but not when prior versions. For what I've being testing, it doesn't seem related to the package but to org-mode or emacs. I'll

Re: [O] Writing exams

2017-03-07 Thread Samuel Loury
Samuel Loury writes: > "Doyley, Marvin M." writes: > >> Does anybody have a good system for writing exam in Org-mode ? > - http://kitchingroup.cheme.cmu.edu/blog/2013/10/23/Writing-exams-in-org-mode/ > - https://github.com/jkitchin/jmax/tree/master/techela > - http://www-public.tem-tsp.eu/~berg

Re: [O] Writing exams

2017-03-07 Thread Samuel Loury
"Doyley, Marvin M." writes: > Does anybody have a good system for writing exam in Org-mode ? Not tested personally, but with a quick look at my mailing archive (notmuch search to:org-mode exams) , I could find: - http://kitchingroup.cheme.cmu.edu/blog/2013/10/23/Writing-exams-in-org-mode/ - htt

[O] Writing exams

2017-03-07 Thread Doyley, Marvin M.
Does anybody have a good system for writing exam in Org-mode ? Thanks, M signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [O] Make target "card"

2017-03-07 Thread J. David Boyd
Thomas Rikl writes: > Hello, > > "make help" doesn't display the card target. > > "make doc" doesn't make the orgcards. > > Is this behaviour intended? > > Thanks. Does on mine. You seeing any errors go by?

Re: [O] Editing the taskreport plan width value in taskjuggler taskreport output

2017-03-07 Thread Christian Egli
Rob Stewart writes: > The contents of the exported TaskJuggler .tjp file includes: > > # A traditional Gantt chart with a project overview. > taskreport plan "" { > headline "Project Plan" > columns bsi, name, start, end, effort, chart > loadunit shortauto > hideresource 1 > } > > This renders HT

[O] Make target "card"

2017-03-07 Thread Thomas Rikl
Hello, "make help" doesn't display the card target. "make doc" doesn't make the orgcards. Is this behaviour intended? Thanks.

Re: [O] org-bbdb-anniversaries-future

2017-03-07 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> Maybe it's a tiny change, if we strip the comments ;). It's not too >> sophisticated, everyone could have done it. > > I definitely think it _is_ a tiny change. > > Some comments follow. thank you for the valuable comments.

Re: [O] Clock setup stopped working after update

2017-03-07 Thread Nicolas Goaziou
Hello, Markus Heller writes: > So, I did some more digging into this. First, I installed an older version > of org: > > M-x org -version: Org-mode version 8.2.10 (8.2.10-41-g42228a-elpa @ > c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20150601/) I cannot help you with such an old release

Re: [O] [PATCH] Fix issue with ob-clojure not returning output

2017-03-07 Thread Nicolas Goaziou
Hello, Tim Cross writes: > Sure. Commit message > > Fix incorrect argument call in ob-clojure.el > > org-babel-execute-clojure was calling nrepl-sync-request:eval and > nrepl-request:eval with the session ID as the 3rd argument when the > functions expected a clojure namespace. Replaced (cider-c