Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2015-06-05 Thread Nicolas Goaziou
Hello, Kaushal writes: > I would suggest that that fci-mode specific code be removed from the > master. Done in 9540ff8d7a7a480b18dd1af94e7eb062f020b9ff. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2015-06-04 Thread Kaushal
Hi all, I was finally able to solve this problem without tweaking anything inside ox-html.el I noticed that htmlize has provided few hooks and I used those. Here is the code that I now have in my emacs init to disable fci (and flyspell too) while htmlize-region is doing its job: (defvar mod

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-27 Thread Aaron Ecay
Hi Nicolas and Kaushal, 2014ko irailak 26an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Kaushal writes: > >> I have fci-mode installed and enabled for programming modes. >> >> When org exports to html, htmlize figures out the syntax highlighting of >> the code by calling =(funcall lang-m

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-26 Thread Kaushal
The problem is that `(funcall prog-mode)' in `org-html-fontify-code' enables fci-mode. So disabling it in `org-export-before-parsing-hook' won't work. But your reply gave me another idea.. I can remove enabling of fci-mode from my prog mode hook in `org-export-before-parsing-hook'. But then wher

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-26 Thread Nicolas Goaziou
Hello, Kaushal writes: > I have fci-mode installed and enabled for programming modes. > > When org exports to html, htmlize figures out the syntax highlighting of > the code by calling =(funcall lang-mode)=. > > That activates =fci-mode=. > > =fci-mode= shows the fill column using a unicode cha

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Thorsten Jolitz
Grant Rettke writes: > Yes. I faced the issue here: > > https://github.com/alpaker/Fill-Column-Indicator/issues/45 I don't use fci-mode, but have a long-standing problem with underscores _ that once in a while appear almost randomly in html output that is returned when calling emacsclient on the

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Kaushal
Do you mean that the fix works perfectly? Thanks. -- Kaushal Modi On Sep 25, 2014 7:55 PM, "Grant Rettke" wrote: > Works perfectly on this: > > ╭ > │ (print emacs-version) > │ (print org-version) > ╰ > > ╭ > │ "24.3.1" > │ > │ "8.2.7c" > ╰ >

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Grant Rettke
Yes. I faced the issue here: https://github.com/alpaker/Fill-Column-Indicator/issues/45 On Thu, Sep 25, 2014 at 6:58 PM, Kaushal wrote: > Do you mean that the fix works perfectly? > > Thanks. > > -- > Kaushal Modi > > On Sep 25, 2014 7:55 PM, "Grant Rettke" wrote: >> >> Works perfectly on this:

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Grant Rettke
Works perfectly on this: ╭ │ (print emacs-version) │ (print org-version) ╰ ╭ │ "24.3.1" │ │ "8.2.7c" ╰

[O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Kaushal
Hi all, I have fci-mode installed and enabled for programming modes. When org exports to html, htmlize figures out the syntax highlighting of the code by calling =(funcall lang-mode)=. That activates =fci-mode=. =fci-mode= shows the fill column using a unicode character. The issue is that org