Re: [O] Bug: Feature Request: add 'org-babel-before-execute-hook' [8.3.4 (8.3.4-99-ga8e4a3-elpa @ /Users/macbookair/.emacs.d/elpa/org-20160704/)]

2016-07-08 Thread Jiegec
Yes this is not a bug and I have implemented this using advice: #+BEGIN_SRC emacs-lisp ;; See https://emacs-china.org/t/file/696 ;; And http://lists.gnu.org/archive/html/emacs-orgmode/2016-07/msg00136.html (defun check-file-exists-advice (orig-fun &optional arg

Re: [O] ox-clip.el

2016-06-30 Thread Jiegec
cks/blob/master/README.org >> <https://github.com/emacs-china/Spacemacs-rocks/blob/master/README.org>>. >> >> But pasting the formatted resulted this: >> >> >> >> The encoding is wrong. Adding a ā€˜-inputencoding UTF-8’ fixes it. >> > > I

Re: [O] ox-clip.el

2016-06-29 Thread Jiegec
I’m testing this in OS X. I can confirm this works though it seems to conflict with some other packages here which constantly copy the selected region and then overwrite the result of ox-clip. I have checked the output of textutil and use the same command in shell and that works. One feedback: