[O] access value of an export option

2017-06-27 Thread Matt Price
Hi, I'm modifying https://github.com/helloyi/ox-hugo/edit/master/ox-hugo.el to make a few things a little easier. In particular, I'd like to be able to set the hugo content directory and hugo section paths as export options. to this end I have defined some new export options: :options-alist '((

Re: [O] exporting org to docx

2017-06-27 Thread John Kitchin
Your file worked approximately right for me. The code block did not render too well (I set it up to use minted), but everything else did fine I guess. My tex header is different than yours, but I don't know how much that matters. The output I got is attached. I did see two places where

Re: [O] exporting org to docx

2017-06-27 Thread Doyley, Marvin M.
Here is a sample file that I have been using, simple_test.org Description: Binary data simple_test.tex Description: TeX document > On Jun 27, 2017, at 10:53 AM, John Kitchin wrote: > > can you post a small org file that has this problem? > > Doyley, Marvin M.

Re: [O] org table toggle narrowing and true column hiding

2017-06-27 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Here are my impressions. > > > - (org-table-hide-column nil) works nicely! I can hide several columns: I >start with the first, hide it, move to the second hide etc > > - however (org-table-hide-column 1) etc did not work as

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Eric S Fraga
On Tuesday, 27 Jun 2017 at 16:51, M wrote: [...] > @Eric: > does MUA mean mail software (mail user agent)?! Yes, sorry. Too many TLAs (three letter acronyms ;-)). > If I'm away from home, I can only use the web page of my mail provider > to read/reply to the list, but as my mail account is

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Uwe Brauer
>>> "M" == M writes: > @ Uwe Brauer: > I was using the gmane web page to read and reply to this mailing > list and if I try to open the link from the org-mode website > http://news.gmane.org/gmane.emacs.orgmode , I get "Page not found". Right this is down for

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Nick Dokos
Eric S Fraga writes: > On Tuesday, 27 Jun 2017 at 12:56, Uwe Brauer wrote: >> Ooh, what makes you say gmane was shut down? right now I am using gmane >> to read this message and to reply. > > I think the OP means a web interface to gmane which I think no longer > exists? I

[O] import excel files into org

2017-06-27 Thread Uwe Brauer
Hi Maybe the following is helpful: (defun org-table-import-xlsx-to-csv-org () (interactive) (let* ((source-file (file-name-sans-extension (buffer-file-name (current-buffer (xlsx-file (concat source-file ".xlsx")) (csv-file (concat source-file ".csv")))

Re: [O] segfault when org-ellipsis is empty

2017-06-27 Thread Kaushal Modi
Just for the record, this bug was fixed in http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4a5653cd2859308ada4bbf5ffc9fb9b283eef31a And here's the bug report: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27504 On Mon, Jun 26, 2017 at 6:48 PM Michael Ax wrote: > cool

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread M
@ Uwe Brauer: I was using the gmane web page to read and reply to this mailing list and if I try to open the link from the org-mode website http://news.gmane.org/gmane.emacs.orgmode , I get "Page not found". @Eric: does MUA mean mail software (mail user agent)?! At home, I'm using my mail

Re: [O] exporting org to docx

2017-06-27 Thread John Kitchin
can you post a small org file that has this problem? Doyley, Marvin M. writes: > Thanks for point this out, which I have now removed, but I still get an > error. This time I get > > pandoc: nil: openFile: does not exist (No such file or directory) > helm-M-x: Wrong type argument: stringp, nil

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Eric S Fraga
On Tuesday, 27 Jun 2017 at 12:56, Uwe Brauer wrote: > Ooh, what makes you say gmane was shut down? right now I am using gmane > to read this message and to reply. I think the OP means a web interface to gmane which I think no longer exists? I assume you are using an MUA to access gmane lists? --

Re: [O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Uwe Brauer
>>> "Elwood151" == Elwood151 writes: > Hi, > since gmane was shut down, I'm missing the possibility to post, > read and reply to the org-mode mailing list online without having > to use my mail account. Ooh, what makes you say gmane was shut down? right now I am

Re: [O] Replace macros on tangle

2017-06-27 Thread Giacomo M
Dear Nicolas and Chuck, thanks for pointing me in the right direction. I never thought that macros were actually just an export feature, and that noweb replacements could be used as macros! I am experiencing a little quirk though. Since I often edit this org file under Windows, the tangled

[O] After Gmane shutdown: how can I read/write to the org-mode mailing list online

2017-06-27 Thread Elwood151
Hi,   since gmane was shut down, I'm missing the possibility to post, read and reply to the org-mode mailing list online without having to use my mail account.   Is there another way to achieve that?   I only found the Gnu archives, but they seem to be read only - no way to post questions or

Re: [O] [PATCH] org-protocol: fixes open-source and extends rewriting of URLs

2017-06-27 Thread Mario Martelli
Hi, > OK. Could you wrap up the patches needed so far, with appropriate commit > messages, so I can apply them? Sorry for producing noise. Just read the contribution guidelines once again ;) Hope everything is now according to the guidelines.