New: org-modeAll contenthive-129948hive-196917krsteemhive-183959zzanphotographyhive-180932hive-166405hive-185836uncommonlabhive-188619hive-144064hive-150122bitcoinhive-183397krsuccesshive-101145hive-124908hive-139150lifehive-145157hive-103599hive-181136hive-109690TrendingNewHotLikerscryptoaritra (27)in emacs • 6 years agoemacs : set up config 01 (init file & org file for literate programming)This video is about setting up emacs config file. This is the first part of the series. In this video, the init file & org file is set up for literate programming. This video describes how to use…sundawning (39)in zhihu • 6 years agosteemCreated with Sketch.在打开org文件时只折叠某个org-mode代码块实际上,一些代码块太长并且占用太多空间。 默认情况下,希望显示所有代码块,仅在设置要隐藏的代码块时隐藏。 假设org文件中存在需要隐藏的代码块,例如: #+BEGIN_SRC emacs-lisp :hiddensundawning (39)in emacs • 6 years agosteemCreated with Sketch.org-mode将org发布为html时"Footnotes"翻译为"参考文献"参照 怎样让org-mode导出html的toc标题为“目录” – 猎数博客 的示例,创建一个"emacs-init-org-mode"模式,当进入该模式时,修改"org-mode"的一些配置: (define-derived-mode emacs-init-org-mode org-mode "Org+"shark8me (25)in spacemacs • 6 years agoIndenting code blocks in Spacemacs org-modeOrg-mode (along with org-reveal ) is an simple and easy to use method for creating documents and presentations in Spacemacs. However, the default formatting for the code blocks isn't great.…sundawning (39)in org-mode • 6 years agosteemCreated with Sketch.New way to combine klipse with org-modeWrote one , but the method is very limited, and it can not be closely combined with the original org-mode, but it is not entirely useless. There are still merits, so this article is relative to…sundawning (39)in org-mode • 6 years agosteemCreated with Sketch.Get full output of curl shell command in org-modeAt present () there are three solutions. Although the final results are slightly different, they are similar but do not affect the final result. org-babel-execute-src-block It was first…sundawning (39)in common-lisp • 6 years agosteemCreated with Sketch.klipse and org-modeBased on blog "A new way of blogging about Common Lisp" , I temporarilly() find one way to use klipse in org-mode: Set org src block header ":exports none" Make a src block mirror in…sundawning (39)in org-mode • 7 years agosteemCreated with Sketch.Answer: org-mode how to keep the level when refilingQuestion: Snapshot: Answer: (defun org-mode-keep-the-level-when-refiling ()