[O] Table format error

2017-09-13 Thread Cecil Westerhof
I think I found a table format error. I created a table and after formatting it looks like: ​|---+---+---| | 1 | Text | 2 | |---+---+---| | Some text | Some more | And even more | |---+---+-

Re: [O] [RFC] New "kbd" macro?

2017-09-13 Thread Marcin Borkowski
On 2017-09-13, at 16:03, Kaushal Modi wrote: > On Wed, Sep 13, 2017 at 9:23 AM Nicolas Goaziou > wrote: > >> Hello, >> >> I would like to submit a new minor macro for integration within Org: the >> "kbd" macro. >> > > Awesome! +1, I really missed such a feature!!! > It will be tremendously us

Re: [O] Bug in ox.el

2017-09-13 Thread Nick Dokos
Qiang Fang writes: > Can anyone tell me whether if my approach will work: > The author of ox-odt gives me his code as a gift, and it becomes mine, the I > can > do everything with it, right? > No. You can use it for your own personal purposes in accordance with the terms of its license. That's

Re: [O] Strange latex symbol behavior on html export

2017-09-13 Thread Nick Dokos
Lawrence Bottorff writes: > ... I use > > # this makes MathJax work > #+OPTIONS: tex:t > > I just now found this caption weirdness because I started a new .org > file with no latex symbol markup besides in the caption. Quite > bizarre that when my file sees other latex symbols, the caption > symb

Re: [O] Bug in ox.el

2017-09-13 Thread Qiang Fang
>> Does this issue happen with "ox-odt.el" bundled with Org? If so, could >> you provide an ECM? The issue happen with list-table in the unofficial ox-odt, list-table enables list in tables, it's very cool. >> The standard version of org has a lot of limitations. > Please report them, and, if pos

Re: [O] Strange latex symbol behavior on html export

2017-09-13 Thread Lawrence Bottorff
#+options: tex:dvipng is not good because it turns all your latex symbol markup into images, which are inserted into the web page as images, i.e., it's not doing MathJax. Also bad because they don't really fit the text lines, either. I use # this makes MathJax work #+OPTIONS: tex:t I just now fou

Re: [O] Is it possible to repeat tasks only a certain amount of times?

2017-09-13 Thread Jorge Morais Neto
How about a diary-style sexp entry, with org-class? That is, something like ~<%%(org-class 2017 7 31 2018 3 23 1)>~. That example would appear on the agenda on every Monday between 2017-07-31 and 2018-03-23. Regards -- - I am Brazilian. I hope my English is correct and I welcome feedback - Pl

[O] Bug: Setting org-export-use-babel to nil causes exporting to ignore :exports header

2017-09-13 Thread Richard Stanton
Emacs : GNU Emacs 25.2.1 (x86_64-apple-darwin16.7.0, Carbon Version 157 AppKit 1504.83) of 2017-08-28 Package: Org mode version 9.1 (9.1-20-ga4f139-elpa @ /Users/stanton/.emacs.d/elpa/org-20170911/) I typically set org-export-use-babel to nil, to prevent all the code cells being executed on e

Re: [O] Strange latex symbol behavior on html export

2017-09-13 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Lawrence Bottorff writes: > >> Consider this markup: >> >> >> * MATHEMATICS AUXILIARY >> >> ** deriving sines and cosines >> >> #+caption: Right triangle with two $\pi\big/4$ angles. >> [[file:images/45-45-triangle.png]] >> >> $\big/$ >>

Re: [O] [RFC] New "kbd" macro?

2017-09-13 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Can we have {{{kbd(v SPC)}}} export to below for HTML? > > v SPC Good idea. New patch follows. > *Also stuff within angle brackets will hide in HTML if you choose to leave > the export as "v " for HTML too!* Indeed. This is fixed per the change above. Regards,

Re: [O] [RFC] New "kbd" macro?

2017-09-13 Thread Eric S Fraga
On Wednesday, 13 Sep 2017 at 15:22, Nicolas Goaziou wrote: > Hello, > > I would like to submit a new minor macro for integration within Org: the > "kbd" macro. My first inclination was to say that something like this belongs in org-contrib (or on Worg, I guess) but if there is a need for this for

Re: [O] Is it possible to repeat tasks only a certain amount of times?

2017-09-13 Thread Eric S Fraga
On Wednesday, 13 Sep 2017 at 14:01, Göktuğ Kayaalp wrote: > I have tried the following: > > <2017-09-18 Pzt 14:25-18:40 +1w>-- I think this is discussed in the FAQ on the org mode web site but, in any case, no, you cannot do what you want. You may wish to look at , | org-clone-subtree-with-t

Re: [O] Git repo for org-odt-export

2017-09-13 Thread Nick Dokos
Qiang Fang writes: > Anyone trying to hack ox-odt can definitely get help here: > https://github.com/kjambunathan/org-mode-ox-odt/ > You need to be aware of some history. At the very least, read the "Some context" section of this LWN article: https://lwn.net/Articles/543339/ It is higly un

Re: [O] [Feature request] LaTeX blocks preview

2017-09-13 Thread edgar
On 2017-08-19 08:57, Nicolas Goaziou wrote: to be previewed in the same way as \begin{align} I_{0} & > \max{(\lambda_{f}^{2})} \\ & > 2^{2} \\ I_{0} & > 4 \end{align} It is not possible in the general case. The

Re: [O] shift-return no longer increments dates?

2017-09-13 Thread Alan Schmitt
On 2017-09-13 14:17, Nicolas Goaziou writes: >> I just updated emacs and org-mode, and I am having a small issue. When I >> hit shift-return on a date field, it simply copies it and no longer >> increments it. > > Fixed. Thank you. Thanks! Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Monthly Ath

Re: [O] [RFC] New "kbd" macro?

2017-09-13 Thread Kaushal Modi
Oh, and the reference to [1] that I forgot to paste.. [1]: https://github.com/kaushalmodi/ox-hugo/blob/a486141e4e2c3f9f67e799e20af150611d77f850/ox-hugo.el#L535-L542 On Wed, Sep 13, 2017 at 10:03 AM Kaushal Modi wrote: > On Wed, Sep 13, 2017 at 9:23 AM Nicolas Goaziou > wrote: > >> >> The "kbd"

Re: [O] [RFC] New "kbd" macro?

2017-09-13 Thread Kaushal Modi
On Wed, Sep 13, 2017 at 9:23 AM Nicolas Goaziou wrote: > Hello, > > I would like to submit a new minor macro for integration within Org: the > "kbd" macro. > Awesome! > The "kbd" macro focuses on normalizing keybinding during export. For > example, during Texinfo export, {{{kbd(v SPC)}}} becom

Re: [O] LaTeX > PDF blocked by extender chars in filename

2017-09-13 Thread Adonay Felipe Nogueira
You're welcome! :) Eduardo Mercovich writes: > Aló Felipe. > > > I usually do it from the export menu: C-c C-e l p (export, latex, > pdf). > > > I still never customized that export, thanks a lot for the information > (emacs and orgmode depth and power never cease to amaze me). > I will investi

[O] [RFC] New "kbd" macro?

2017-09-13 Thread Nicolas Goaziou
Hello, I would like to submit a new minor macro for integration within Org: the "kbd" macro. The "kbd" macro focuses on normalizing keybinding during export. For example, during Texinfo export, {{{kbd(v SPC)}}} becomes @kbd{v @key{SPC}} whereas in another back-end, it becomes v More spe

Re: [O] Strange latex symbol behavior on html export

2017-09-13 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > Consider this markup: > > > * MATHEMATICS AUXILIARY > > ** deriving sines and cosines > > #+caption: Right triangle with two $\pi\big/4$ angles. > [[file:images/45-45-triangle.png]] > > $\big/$ > > > If I remove the second $\big/$, the

[O] Announce: Audio presentations with reveal.js from Org mode

2017-09-13 Thread Jens Lechtenboerger
Hi there, you may be aware of Org-Reveal [1] to generate reveal.js [2] presentations, which are HTML presentations, from Org mode. I extended Org-Reveal to generate presentations with embedded audio and bundled that along with some reveal.js plugins and necessary configuration in the GitLab reposi

Re: [O] Unable to open some files in emacs with emacs 25.3.

2017-09-13 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > Ever since updating to emacs 25.3 yesterday I find that I cannot open > some of my files in emacs. This is the case in point - > > [[~/cron/boudiccas.crontab]] > > On Monday that link would open the file in emacs, today, it doesn't and > the only change is the new

Re: [O] shift-return no longer increments dates?

2017-09-13 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I just updated emacs and org-mode, and I am having a small issue. When I > hit shift-return on a date field, it simply copies it and no longer > increments it. Fixed. Thank you. Regards, -- Nicolas Goaziou

[O] Is it possible to repeat tasks only a certain amount of times?

2017-09-13 Thread Göktuğ Kayaalp
Hi, I have a task with the following timestamp: <2017-09-18 Pzt 14:25-18:40 +1w> which represents an event that's going to repeat every week during a certain period (it's not a TODO item). With this timestamp however in my agenda it repeats forever until when I'll finally archive it. Ideally I'

[O] Unable to open some files in emacs with emacs 25.3.

2017-09-13 Thread Sharon Kimble
Ever since updating to emacs 25.3 yesterday I find that I cannot open some of my files in emacs. This is the case in point - --8<---cut here---start->8--- [[~/cron/boudiccas.crontab]] --8<---cut here---end--->8--- On Monda

Re: [O] jumping from Agenda/Timeline to .org source file

2017-09-13 Thread Nicolas Goaziou
Hello, use...@internet.lu writes: > I've been using org mode for several months now on my Mac without > problems. Since most of what I do is for work I've tried using it on > our company Windows 7 machines, using the official GNU Emacs 25.1 > for Windows. Unfortunately, I've had a nagging issue b

Re: [O] Bug in ox.el

2017-09-13 Thread Nicolas Goaziou
Hello, Qiang Fang writes: > The standard version of org has a lot of limitations. Please report them, and, if possible, help fixing them. > In case you won't check the issue because of it not copy right. The complete > bug > report is: > > "Lisp nesting exceeds ‘max-lisp-eval-depth’" exceeded

[O] Babel: filtering code to produce another block

2017-09-13 Thread Jarmo Hurri
Greetings. This question can again be described shortly and in more detail. 1. Short form: what would be a convenient way to filter the source code in a Babel source code block so that the output would be the source code in another block? 2. Then the long form. I need to emulate the very

Re: [O] Bug in ox.el

2017-09-13 Thread Qiang Fang
The standard version of org has a lot of limitations. Is it possible that the author of ox-odt gives his repos as a gift to me, and let me deal with the copyright stuff? I am living in China, a quasi-communist country, :<. In case you won't check the issue because of it not copy right. The complet

Re: [O] Bug in ox.el

2017-09-13 Thread Eric S Fraga
On Wednesday, 13 Sep 2017 at 09:26, Qiang Fang wrote: > The original issue is at > https://github.com/kjambunathan/org-mode-ox-odt/issues/25 > > "org-export-table-cell-alignment uses org-export-data to infer cookies > of some columns. I think, it should use other mechanisms like > org-element-inter

[O] shift-return no longer increments dates?

2017-09-13 Thread Alan Schmitt
Hello, I just updated emacs and org-mode, and I am having a small issue. When I hit shift-return on a date field, it simply copies it and no longer increments it. I do have `org-table-copy-increment' set to t: > org-table-copy-increment is a variable defined in ‘org-table.el’. > Its value is t