Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread
t; (and (stringp buffer-file-name) >(equal "h" (file-name-extension buffer-file-name)) >...) > > Regards, thanks for your help. -- Best regards Peck Chen / 陈泼杨

Re: [O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread
-mode) ("^[{[]$" . json-mode)) #[514 "\300!\203  \207\301!\207" [functionp looking-at] 4 "\n\n(fn RE DUMMY)"]) set-auto-mode(t) org-html-final-function(...) org-export-filter-apply-functions(...) org-export-as(html nil nil nil (:output-file "note.html")) org-export-to-file(html "note.html" nil nil nil nil nil) org-html-export-to-html(nil nil nil nil) org-export-dispatch(nil) funcall-interactively(org-export-dispatch nil) call-interactively(org-export-dispatch nil nil) command-execute(org-export-dispatch) -- Best regards Peck Chen / 陈泼杨

[O] Bug: the code(convert the file to objc-mode) cause orgmode export to html file error

2017-12-26 Thread
(browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path)))) ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-pomodoro-long-break-sound "/Users/peck/.emacs.d/elpa/org-pomodoro-20171108.1314/resources/bell_multiple.wav" org-pomodoro-finished-sound "/Users/peck/.emacs.d/elpa/org-pomodoro-20171108.1314/resources/bell.wav" org-pomodoro-short-break-sound "/Users/peck/.emacs.d/elpa/org-pomodoro-20171108.1314/resources/bell.wav" org-fontify-whole-heading-line t org-agenda-files '("~/org/study.org" "~/org/work.org" "~/org/daily.org" "~/org/issue.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) -- Best regards Peck Chen / 陈泼杨