Re: [O] Bilingual text in org

2017-12-08 Thread org-mode
I have added @@latex: to my template in order to generate an HTML preview. Here ist the current version: #+OPTIONS: ':t *:t -:t ::t <:t H:3 \n:nil ^:{} arch:headline author:t #+OPTIONS: broken-links:nil c:nil creator:nil d:(not "LOGBOOK") #+OPTIONS: date:t e:t email:nil f:t inline:t num:t p:nil p

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-08 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: dov.grobg...@gmail.com, 11...@debbugs.gnu.org > Date: Mon, 04 Dec 2017 22:02:00 +0100 > > Eli Zaretskii writes: > > > Such tests can only be run interactively, because bidi reordering is a > > display-time feature in Emacs. Is that OK with you? > > That's better

[O] Prevent auto-filling of export snippets

2017-12-08 Thread Kaushal Modi
Hello, If I have a long Export Snippet like: @@html:This HTML Export Snippet will also get exported for Hugo exports, verbatim.@@ and with auto-fill-mode enabled (70 cols), if I hit Enter at the end of the line, I becomes: @@html:This HTML Export Snippet will also get exported for Hugo exports,

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2017-12-08 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: > Can one of you please provide a short Lisp snippet that generates a > 2x2 Org table and inserts it in a buffer, which I could use as the > basis for the test? That would get me off the ground quicker, since > I'm a very infrequent user of Org tables. For tests, w

Re: [O] Prevent auto-filling of export snippets

2017-12-08 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > and with auto-fill-mode enabled (70 cols), if I hit Enter at the end of the > line, I becomes: > > @@html:This HTML Export Snippet will also get exported for Hugo > exports, verbatim.@@ [...] > So then, obviously, that auto-filled export snippet doesn't get parsed

Re: [O] Prevent auto-filling of export snippets

2017-12-08 Thread Kaushal Modi
On Fri, Dec 8, 2017 at 12:11 PM Nicolas Goaziou wrote: > > So then, obviously, that auto-filled export snippet doesn't get parsed by > > Org as an Export Snippet. > > Why obviously? AFAICT, the parser can handle snippets that span over > multiple lines. > Ah, sorry, pilot error. I had something

[O] run shell command after publishing project

2017-12-08 Thread Matt Price
Hi everyone, Feeling a little rude after a long absence in which I dropped all my non-work commitments -- but still here to ask a question! I'm setting up a new workflow using Kauhsal's ox-hugo. I keep all my course materials in a few org files & publish to hugo-flavoured markdown. My source mate

Re: [O] run shell command after publishing project

2017-12-08 Thread Kaushal Modi
On Fri, Dec 8, 2017, 2:29 PM Matt Price wrote: > Hi everyone, > Feeling a little rude after a long absence in which I dropped all my > non-work commitments -- but still here to ask a question! > Hello! I'm setting up a new workflow using Kauhsal's ox-hugo. I keep all my > course materials in a

Re: [O] [patch] structure snippet completions

2017-12-08 Thread Rasmus
Kaushal Modi writes: > On Thu, Dec 7, 2017 at 6:51 PM Rasmus wrote: > >> Rasmus writes: >> One possible "bug" that I discovered is illustrated by the following >> example. >> >> * foo >> suggested indention >> > >> When I tab at point ("|") extra indention will be stripped. I don’t >>

Re: [O] [patch] structure snippet completions

2017-12-08 Thread Berry, Charles
> On Dec 7, 2017, at 3:37 PM, Rasmus wrote: > > I have also pushed the code. " enabled by requiring org-tempo. > Thanks. I was in a deep funk without " Let me know about any issues. > Maybe make `tempo-match-finder' be "^ *\\(<[[:word:]]+\\)" so it will match things like "

Re: [O] [patch] structure snippet completions

2017-12-08 Thread Rasmus
"Berry, Charles" writes: >> On Dec 7, 2017, at 3:37 PM, Rasmus wrote: >> >> I have also pushed the code. "> enabled by requiring org-tempo. >> > > Thanks. I was in a deep funk without "> Let me know about any issues. >> > > Maybe make `tempo-match-finder' be "^ *\\(<[[:word:]]+\\)" so it wil

Re: [O] run shell command after publishing project

2017-12-08 Thread Matt Price
This sounds fantastic, Kaushal. I'm struggling to follow, so wl lask some questions inline. On Fri, Dec 8, 2017 at 2:58 PM, Kaushal Modi wrote: > On Fri, Dec 8, 2017, 2:29 PM Matt Price wrote: > >> Hi everyone, >> Feeling a little rude after a long absence in which I dropped all my >> non-work

Re: [O] run shell command after publishing project

2017-12-08 Thread Kaushal Modi
On Fri, Dec 8, 2017 at 4:38 PM Matt Price wrote: > This sounds fantastic, Kaushal. I'm struggling to follow, so wl lask some > questions inline. > Sure, my answers are below. - the doc/ directory contains the full Hugo source directory, with > config.toml, content/, layouts, etc., as well as th

[O] Broken org-mode "Column width and alignment" in latest version

2017-12-08 Thread Ruy Exel
The "Column width and alignment" feature of org-mode ( http://orgmode.org/manual/Column-width-and-alignment.html) is not working in the latest GIT version (as of Fri Dec 8 20:06:59 BRST 2017). I have just tested it in the table |---+--| | | <6>

Re: [O] Broken org-mode "Column width and alignment" in latest version

2017-12-08 Thread Kaushal Modi
On Fri, Dec 8, 2017 at 5:21 PM Ruy Exel wrote: > The "Column width and alignment" feature of org-mode ( > http://orgmode.org/manual/Column-width-and-alignment.html) is not working > in the latest GIT version (as of Fri Dec 8 20:06:59 BRST 2017). > > I have just tested it in the table > > |---+-

Re: [O] Broken org-mode "Column width and alignment" in latest version

2017-12-08 Thread Kaushal Modi
Hello Ruy, First of all, thanks for confirming that this worked for you. Secondly, no question is a newbie question :) This mailing list is one of the friendliest mailing lists I've participated in. So don't worry about upsetting someone, or getting offended. So I am continuing this thread on the

[O] Prevent auto-filling of export snippets

2017-12-08 Thread edgar
Hello, AFAIK, you are an Org guru (or at least have much more experience than I do), and I know that you are asking this for the benefit of everyone. I just want to say: and with auto-fill-mode enabled (70 cols), if I hit Enter at the end of the line, I becomes: I recommend using visual-fi