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
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
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.
Hello,
"make help" doesn't display the card target.
"make doc" doesn't make the orgcards.
Is this behaviour intended?
Thanks.
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
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?
Does anybody have a good system for writing exam in Org-mode ?
Thanks,
M
signature.asc
Description: Message signed with OpenPGP using GPGMail
"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
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
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
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
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)
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.
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
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
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
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
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 =
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
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 (
20 matches
Mail list logo