Re: [O] emphasis borders, double quotes, and export

2014-04-07 Thread Alan Schmitt
Nicolas Goaziou writes: > Alan Schmitt writes: > >> Thanks, I'm aware this works. I was trying not to manually set some >> default values so that, if default changes, I would benefit from the >> change. But from what I understand there is not really a choice here >> without changing org. > > I g

Re: [O] emphasis borders, double quotes, and export

2014-04-06 Thread Nick Dokos
Nicolas Goaziou writes: > Alan Schmitt writes: > >> Thanks, I'm aware this works. I was trying not to manually set some >> default values so that, if default changes, I would benefit from the >> change. But from what I understand there is not really a choice here >> without changing org. > > I g

Re: [O] emphasis borders, double quotes, and export

2014-04-06 Thread Nicolas Goaziou
Alan Schmitt writes: > Thanks, I'm aware this works. I was trying not to manually set some > default values so that, if default changes, I would benefit from the > change. But from what I understand there is not really a choice here > without changing org. I guess the next stop for this variable

Re: [O] emphasis borders, double quotes, and export

2014-04-06 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I assume the problem is that I want to change only one field of >> `org-emphasis-regexp-components' but it's not possible to do so because >> it's not defined before org is loaded. >> >> I guess one way to proceed is to split up >> `

Re: [O] emphasis borders, double quotes, and export

2014-04-06 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I assume the problem is that I want to change only one field of > `org-emphasis-regexp-components' but it's not possible to do so because > it's not defined before org is loaded. > > I guess one way to proceed is to split up > `org-emphasis-regexp-components' into i

Re: [O] emphasis borders, double quotes, and export

2014-04-06 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> Thank you for the suggestion. How can I do that? Add an "(org-reload)" >> in my async init file? Is there a more efficient way than loading org, >> setting the variable, and immediately reloading org again? > > You can set the variab

Re: [O] emphasis borders, double quotes, and export

2014-04-05 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Thank you for the suggestion. How can I do that? Add an "(org-reload)" > in my async init file? Is there a more efficient way than loading org, > setting the variable, and immediately reloading org again? You can set the variable before loading Org for the first ti

Re: [O] emphasis borders, double quotes, and export

2014-04-05 Thread Alan Schmitt
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm afraid it broke again (it was fixed for a while, but I recently >> updated org and it's now broken). >> >> ECM: >> >> exp_init.el: >> (add-to-list 'load-path "/Users/schmitta/projets/org-mode/lisp") >> >> (require 'o

Re: [O] emphasis borders, double quotes, and export

2014-04-04 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> The custom-set-variables trick should be enough IIUC. org-emphasis-alist >> has a :set 'org-set-emph-re i in its property list, so org-set-emph-re >> gets called to reinitialize everything. > > But `org-set-emph-re' is insufficient at

Re: [O] emphasis borders, double quotes, and export

2014-04-04 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > The custom-set-variables trick should be enough IIUC. org-emphasis-alist > has a :set 'org-set-emph-re i in its property list, so org-set-emph-re > gets called to reinitialize everything. But `org-set-emph-re' is insufficient at the moment, because it only updates `o

Re: [O] emphasis borders, double quotes, and export

2014-04-04 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm afraid it broke again (it was fixed for a while, but I recently >> updated org and it's now broken). >> >> ECM: >> >> exp_init.el: >> (add-to-list 'load-path "/Users/schmitta/projets/org-mode/lisp") >> >> (require 'org) >> (requi

Re: [O] emphasis borders, double quotes, and export

2014-04-04 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I'm afraid it broke again (it was fixed for a while, but I recently > updated org and it's now broken). > > ECM: > > exp_init.el: > (add-to-list 'load-path "/Users/schmitta/projets/org-mode/lisp") > > (require 'org) > (require 'ox-html) > > (setcar (nthcdr 2 org-emp

Re: [O] emphasis borders, double quotes, and export

2014-04-04 Thread Alan Schmitt
Hello Nicolas, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> Looking a little deeper into this, it seems to be a regression. I had >> files with things like ~'a list~ that exported correctly a couple weeks >> ago that no longer export correctly. > > This should be fixed. Thank

Re: [O] emphasis borders, double quotes, and export

2014-03-28 Thread Alan Schmitt
Alan Schmitt writes: > Hello, > > I have removed the single and double quote characters from my > configuration of the emphasis borders: > > #+begin_src emacs-lisp > (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,") > (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))

Re: [O] emphasis borders, double quotes, and export

2014-03-28 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> Looking a little deeper into this, it seems to be a regression. I had >> files with things like ~'a list~ that exported correctly a couple weeks >> ago that no longer export correctly. > > This should be fixed. Thank you. I confirm

Re: [O] emphasis borders, double quotes, and export

2014-03-28 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Looking a little deeper into this, it seems to be a regression. I had > files with things like ~'a list~ that exported correctly a couple weeks > ago that no longer export correctly. This should be fixed. Thank you. Regards, -- Nicolas Goaziou