Re: [O] Boxquote for code in UTF-8 export

2014-09-27 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > * ox-ascii.el (org-ascii--box-string): Choose more universal Unicode > characters for boxquote corners. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Boxquote for code in UTF-8 export

2014-09-26 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > Sebastien Vauban writes: > >> I'd advice to use UTF-8 characters more wildly available in the >> different fonts for drawing the Boxquote around code, in function >> `org-ascii--box-string'. >> >> The results is that only \u250C and \u2514 are "universal" (except in

Re: [O] Boxquote for code in UTF-8 export

2014-09-13 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > if boxquote is going to be changed, perhaps another option that would > be nice for boxquote would be to optionally not print anything to the > left of the contents? > > On 9/12/14, Sebastien Vauban wrote: >> ╭ >> │ (defun org-ascii--box-string (s info) >

Re: [O] Boxquote for code in UTF-8 export

2014-09-12 Thread Samuel Wales
if boxquote is going to be changed, perhaps another option that would be nice for boxquote would be to optionally not print anything to the left of the contents? On 9/12/14, Sebastien Vauban wrote: > ╭ > │ (defun org-ascii--box-string (s info) ^ here -- The Kafka Pandemic: ht

Re: [O] Boxquote for code in UTF-8 export

2014-09-12 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > I'd advice to use UTF-8 characters more wildly available in the > different fonts for drawing the Boxquote around code, in function: > > ╭ > │ (defun org-ascii--box-string (s info) > │ "Return string S with a partial box to its left. > │ INFO is

[O] Boxquote for code in UTF-8 export

2014-09-12 Thread Sebastien Vauban
Hello, I'd advice to use UTF-8 characters more wildly available in the different fonts for drawing the Boxquote around code, in function: ╭ │ (defun org-ascii--box-string (s info) │ "Return string S with a partial box to its left. │ INFO is a plist used as a communication channel."