[O] custom ellipsis is underlined after package-initialize

2017-06-26 Thread Michael Ax
Here's the smallest example I could come up with for a rendering problem i don't know how to debug: using tmp.org= * asd ** def and tmp.el= (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/;)) (package-initialize) (setq

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

2017-06-26 Thread Michael Ax
cool compromise; covers my use-cases. tks! But that would still allow the user to use setq to set that variable. True, but can we always prevent them from shooting themselves in the foot?

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

2017-06-26 Thread Nicolas Goaziou
Kaushal Modi writes: > On Mon, Jun 26, 2017 at 4:19 PM Nicolas Goaziou > wrote: > >> >> Meanwhile, we could simply change :safe keyword from `org-ellipsis' to >> >> (lambda (v) (and (string-or-null-p v) (not (equal v "" >> >> >> WDYT? >> > >

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

2017-06-26 Thread Kaushal Modi
On Mon, Jun 26, 2017 at 4:19 PM Nicolas Goaziou wrote: > > Meanwhile, we could simply change :safe keyword from `org-ellipsis' to > > (lambda (v) (and (string-or-null-p v) (not (equal v "" > > > WDYT? > But that would still allow the user to use setq to set that

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

2017-06-26 Thread Nicolas Goaziou
Hello, Mario Martelli writes: > Selector: "test-org-protocol/" > Passed: 2 > Failed: 0 > Skipped: 0 > Total: 2/2 Great! >> Another round of tests for the cases you solve >> would be nice, too. > > I added the configuration part. That

Re: [O] Bug: Org loses data if the user types C-u C-c C-c while composing a state change note [9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/)]

2017-06-26 Thread Nicolas Goaziou
Hello, Jorge Morais Neto writes: > 1. emacs -q > 2. M-x package-initialize > 3. M-x org-version >- Just to confirm we are running Org 9.0.9. > 4. M-x customize-option RET org-todo-keywords RET > 5. Add "(@)" to DONE and set it for current session (C-c C-c) > 6. C-x C-f

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

2017-06-26 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > The right place to report emacs segfault (whether caused by another package > or not) would be by M-x report-emacs-bug from within emacs. If you haven't > set up to send emails from within emacs (I haven't), then copy the To email > address,

Re: [O] Export Dollar symbol (as currency)

2017-06-26 Thread Nicolas Goaziou
Hello, thomas writes: > I'm struggling with exporting a text with dollar currency symbols > which get interpreted as latex delimiters. > > The following paragraph does not export as intended: > >

[O] Export Dollar symbol (as currency)

2017-06-26 Thread thomas
Hi, I'm struggling with exporting a text with dollar currency symbols which get interpreted as latex delimiters. The following paragraph does not export as intended: -- Zu Beginn der 1960er-Jahre entstanden die

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

2017-06-26 Thread Kaushal Modi
On Mon, Jun 26, 2017 at 2:10 PM Michael Ax wrote: > Hello, I trust that this is the right place to report a segfault. > The right place to report emacs segfault (whether caused by another package or not) would be by M-x report-emacs-bug from within emacs. If you haven't set

[O] segfault when org-ellipsis is empty

2017-06-26 Thread Michael Ax
Hello, I trust that this is the right place to report a segfault. Using whatever is current in debian 9, emacs segfaults from a minimum setup when using an empty string for org-ellipsis. Here's how to reproduce it: > emacs -Q (setq org-ellipsis "") C-x C-e (org-mode) C-x C-e * asd **

Re: [O] Replace macros on tangle

2017-06-26 Thread Charles C. Berry
On Mon, 26 Jun 2017, Nicolas Goaziou wrote: Hello, Giacomo M writes: Dear all, how can I add macro replacement support when a source block is being tangled? I don't think so. Macro replacement is an export feature. If Giacomo's macros operate outside of src blocks,

Re: [O] Replace macros on tangle

2017-06-26 Thread Nicolas Goaziou
Hello, Giacomo M writes: > Dear all, > how can I add macro replacement support when a source block is being > tangled? I don't think so. Macro replacement is an export feature. Regards, -- Nicolas Goaziou

Re: [O] [setting is not read]

2017-06-26 Thread Nick Dokos
Uwe Brauer writes: "Eric" == Eric S Fraga writes: > > > On Saturday, 17 Jun 2017 at 14:54, Nicolas Goaziou wrote: > > [...] > > >> According to `org-odt-convert-processes', > `org-odt-convert-capabilities' > >> and `org-odt-convert',

Re: [O] Non-appearance of tables in PDF export under \listoftables

2017-06-26 Thread Nick Dokos
Sharon Kimble writes: > I'm having great difficulty in getting my tables to show up in > '\listoftables', the 'Table' header shows in my pdf but nothing else > related to tables in the preamble after the TOC. > I would take a look at the TeX file produced during

[O] [setting is not read] (was: org-table export to ods/xlsx etc)

2017-06-26 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Saturday, 17 Jun 2017 at 14:54, Nicolas Goaziou wrote: > [...] >> According to `org-odt-convert-processes', `org-odt-convert-capabilities' >> and `org-odt-convert', isn't it already possible? > Indeed.Adding

[O] Bug: Org loses data if the user types C-u C-c C-c while composing a state change note [9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/)]

2017-06-26 Thread Jorge Morais Neto
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] Replace macros on tangle

2017-06-26 Thread Giacomo M
Dear all, how can I add macro replacement support when a source block is being tangled? Thanks, Giacomo

Re: [O] Fwd: Re: How to export LaTeX amsmath align bmatrix to ODT?

2017-06-26 Thread edgar
On 2017-06-25 21:11, Nicolas Goaziou wrote: I fixed a bug in "ox-odt.el". Now, when using convertion to png, you can add #+latex_header: \newcommmand{\mysymbol}[1]{\mathrm{my_{#1}}} Hopefully, it should solve, at least partly, your issue. Hey! That's great! Thank you very much. Edgar

[O] Non-appearance of tables in PDF export under \listoftables

2017-06-26 Thread Sharon Kimble
I'm having great difficulty in getting my tables to show up in '\listoftables', the 'Table' header shows in my pdf but nothing else related to tables in the preamble after the TOC. Taking this table as an example - --8<---cut here---start->8--- #+LABEL:

Re: [O] problem with babel call with post action

2017-06-26 Thread Eric S Fraga
On Saturday, 24 Jun 2017 at 10:05, Nicolas Goaziou wrote: [...] > I think this was fixed recently. Could you confirm it? Yes, thank you. Seems to work just fine now! I had to change my original babel src blocks and remove a ":wrap src dot" that I had in the intermediate block but otherwise I