Re: [O] Org without Emacs?

2019-01-29 Thread nly
btw, you can run emacs on android, and use org from there. You can install termux from fdroid and then, at a termux shell, enter: $ pkg install emacs I use emacs for org and matrix because matrix clients on android are not as nice. Cheers, Amar On January 29, 2019 3:46:43 PM UTC, Scott

Re: [O] [PATCH] Add feature to org-drill to auto pronounce word

2019-01-29 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> stardiviner writes: >>> A gentle ping.. >>> >>> I'm not sure "org-drill.el" is still actively maintained. I'm Cc'ing >>> Paul Sexton. In the long run, I think this package could

Re: [O] Definitive answer to org-mode export HTML versus LaTeX

2019-01-29 Thread Nick Dokos
Lawrence Bottorff writes: > > > My educated guess is that the org-mode HTML export processes is > handled by MathJax, which is a subset of LaTeX. But then I'd like to > know definitively what can be done and what cannot be done > LaTeX-wise for the HTML export. > I think you are basically

Re: [O] Org without Emacs?

2019-01-29 Thread Amin Bandali
Hi Scott, On 2019-01-28 10:51 PM, Scott Randby wrote: [...] > I was under the mistaken impression that Orgzly was proprietary > software. Since it is free software, I'm going to start using it. > You weren’t wrong; it did use to be proprietary before, but the author GPL’ed it about a year or

Re: [O] Bug: `comment-line` within a SRC block moves point to beginning of block [9.2 (9.2-43-gf9a8cc-elpaplus)]

2019-01-29 Thread Nicolas Goaziou
Hello, Spencer Russell writes: > I've been trying to troubleshoot an issue where running `comment-line` > within a SRC block moves point to the beginning of the block, rather > than after the commented line. > I've boiled it down to a reproduction that duplicates the root cause. > Open an org

[O] an org-mode linking question

2019-01-29 Thread Jude DaShiell
I have two files one with notes in it and another containing a table. I'd like to keep the notes out of the file with the table in it and like to keep the table out of the notes file. Though these two files mostly have the same names I'm wondering if putting the notes file in a drawer contained

[O] latest org-mode ignores visibility property selectively

2019-01-29 Thread Michael Maurer
I'm currently using org-mode version 9.1.14, where everything seemingly works fine. The problem is, when I upgrade to the latest version via the packaging system, one particular headline no longer folds and hides its children, although the visiblity properties are identical to other headlines,

Re: [O] please read: bug when marking tasks done

2019-01-29 Thread Robert Horn
Nicolas Goaziou writes: > However, I also suggest to add a new hook, run after repeating > timestamps. With this hook, and a proper, user-specific, markup, it > should be possible to pick inactive timestamps in the section and > "repeat" them manually, i.e., on a case-by-case basis. > > WDYT? >

Re: [O] best suited latex document class for html export ?

2019-01-29 Thread John Kitchin
unless you are going to html/odt/etc. through latex (e.g. pandoc or latex2html) you don't need a latex class to for the other backends. Joseph Vidal-Rosset writes: > Hello, > > A question that I had maybe asked (I apologize): is there a best suited > style (document class for latex) for

[O] Definitive answer to org-mode export HTML versus LaTeX

2019-01-29 Thread Lawrence Bottorff
I keep being stymied by the apparent incompatibility of HTML and LaTeX export. Here's what I have in my .org file header: #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: [american] #+LATEX_HEADER: \usepackage{tikz} #+LATEX_HEADER: \usepackage{commath} #+LATEX_HEADER: \usepackage{stackengine}

Re: [O] Org Elpa deployment failing for past 2 weeks

2019-01-29 Thread Detlef Steuer
Am Tue, 22 Jan 2019 18:26:54 + schrieb Sharon Kimble : > Kaushal Modi writes: > > > Hello, > > > > The Org Elpa deploys a new release every week on Mondays. > > > > But it looks like that release has been failing for past 2 weeks. > > > > Here's the log file from yesterday that shows the

Re: [O] Org without Emacs?

2019-01-29 Thread Scott Randby
On 1/28/19 11:42 PM, Tim Cross wrote: > Of course, this says nothing about the ethical position associated with > re-implementing functionality from a GPL'd sysem under a non-free license. We > can hope people do the right thing, but have no control to enforce it. I also > doubt it will cause

Re: [O] best suited latex document class for html export ?

2019-01-29 Thread Joseph Vidal-Rosset
Many thanks John, your reply is helpful. Precisely, I used recently pandoc and tried also to export to html an org file. That explains my question. Best wishes, Jo. Le mar. 29 janv. 2019 à 15:07, John Kitchin a écrit : > unless you are going to html/odt/etc. through latex (e.g. pandoc or >

Re: [O] Bind pcomplete to C-M-i

2019-01-29 Thread Nicolas Goaziou
Hello, Johannes Altmanninger writes: > Hi Nicolas, > > On Sun, Jan 27, 2019 at 10:01 PM Nicolas Goaziou > wrote: >> >> Hello, >> >> Johannes Altmanninger writes: >> >> > However, I want to use org-plus-contrib from the Org ELPA repository. >> > which uses a slightly different definition: >>

[O] best suited latex document class for html export ?

2019-01-29 Thread Joseph Vidal-Rosset
Hello, A question that I had maybe asked (I apologize): is there a best suited style (document class for latex) for org-export in html, odt, etc. ? I would be happy to get the more convient setup in org-mode for multiple exports. If my question does not make sense, please, forget it. Best

[O] floatp test in babel

2019-01-29 Thread cédric ody
Hello, I am trying to understand why the floatp lisp function does not seem to detect exponential scientific notation in babel octave mode. If I do #+BEGIN_SRC emacs-lisp (floatp 1e4) #+END_SRC #+RESULTS: : t whereas in the following table is converted into char due to the presence of