[O] Bug: #+begin_html.. #+end_html export bugs [8.3beta (release_8.3beta-1038-gcd7cbd @ d:/ZballInstall/EZWinSoft/msys64/mingw64/home/github/org-mode/lisp/)]

2016-01-05 Thread kuangdash
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-mode mailing list.

[O] Suggestion about org-babel: executing source block asynchronously

2015-10-07 Thread kuangdash
Sometime I will run source block (such as python) which take a long time before I  get the final result. Then I thought about whether or not the source block can be executed asynchronously, and the answer is ‘YES’. But it seems to be difficult for me to hack the code, so I just talk about the

[O] Suggestion about org-babel: executing source block asynchronously

2015-10-06 Thread kuangdash
Sometime I will run source block (such as python) which take a long time before I get the final result. Then I thought about whether or not the source block can be executed asynchronously, and the answer is ‘YES’. But it seems to be difficult for me to hack the code, so I just talk about the

[O] Bug of org-export radio targets with utf-8 characters

2015-04-11 Thread kuangdash
中文字符 and 片仮名 can’t be exported correctly whether in latex or html. It seems to be the problem of function “org-export-solidify-link-text”…… So, I change the function “org-export-solidify-link-text” in ox.el with the codes below (defun org-export-solidify-link-text (s) Take link text S

Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread kuangdash
Hi, buddies: a little change has been made…… Sent from Windows Mail From: kuangd...@163.com Sent: ‎Saturday‎, ‎February‎ ‎28‎, ‎2015 ‎4‎:‎05‎ ‎AM To: Nicolas Goaziou Cc: Andreas Leha, emacs-orgmode@gnu.org I have seen the newest org.el. The request below can be done by the

Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread kuangdash
you can open the patch file, see it manually……a little change I think it's useful. as to “trailing whitespace”, I’m sorry about this format problem…… Sent from Windows Mail From: Nick Dokos Sent: ‎Saturday‎, ‎February‎ ‎28‎, ‎2015 ‎11‎:‎43‎ ‎PM To: emacs-orgmode@gnu.org

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread kuangdash
Actually, I’m just talking about ‘org-toggle-latex-fragment’…… I'm not sure if the patch proposed may cause any other problems, but I think this feature should be added by someone. Thank you for your guide. Sent from Windows Mail From: Nicolas Goaziou Sent: ‎Friday‎, ‎February‎

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread kuangdash
what if search for ‘org-remove-latex-fragment-image-overlays’ in org.el ? I see it in the function ‘org-ctrl-c-ctrl-c’ (org 8.2.10) Sent from Windows Mail From: Nicolas Goaziou Sent: ‎Saturday‎, ‎February‎ ‎28‎, ‎2015 ‎1‎:‎32‎ ‎AM To: kuangd...@163.com Cc: Andreas Leha,

Re: [O] Here is a patch I want to add to org.el……

2015-02-26 Thread kuangdash
Here comes the reason: “C-c C-c” always removes all overlays in org files (such as formulas, images .etc ),but sometimes I only want to edit one and leave the others as it is (overlay). so, I modified the org.el .(maybe I should use “advice”……) Do you think it is deserved to patch it?

[O] Here is a patch I want to add to org.el……

2015-02-24 Thread kuangdash
But how to do it? Besides, I‘m glad to view your opinions,so here comes the codes: The place:(defun org-ctrl-c-ctrl-c the first (cond add: (cond ((overlayp (car (overlays-at (point (let ((overlay (car (overlays-at (point) (if