~/.emacs.d/init.el;; 一打开就起用 org 模式。 (setq default-major-mode 'org-mode);;(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode));; 语法高亮(global-font-l...
分类:
系统相关 时间:
2015-11-11 06:20:49
阅读次数:
973
org-mode下面的calc可以很方便地解方程式,下面是一些演示,#+BEGIN_SRCcalc:exprotbothfsolve(x*2+x=4,x)#+END_SRC#+RESULTS::x=1.33333333333#+BEGIN_SRCcalc:exportbothfsolve([x+y=a,x-y=b],[x,y])#+END_SRC#+RESULTS::[x=a+(b-a)/2,y=(a-b)/2]
分类:
系统相关 时间:
2015-10-26 19:03:58
阅读次数:
286
巧用emacs的org-mode模式浏览:1017|更新:2013-07-25 23:45一键约师傅百度师傅,专治各种手机、电脑问题介绍转个官方文档Org is a mode for keeping notes, maintaining TODO lists, and doingproject pl...
分类:
系统相关 时间:
2015-08-11 18:08:03
阅读次数:
185
还在用office或者相关软件做你的演示文稿?其实对于emacs org-mode使用者现在有一个不必离开org-mode习惯的做法,用ox-reveal插件。这个插件将把org-mode文档转换成漂亮的演示文档,使用reveal JavaScript做网页渲染,很酷,很好看。下面是截图:...
分类:
Web程序 时间:
2015-07-29 23:00:28
阅读次数:
873
gnuplot是个很好的数学绘图工具,eamcs org mode 中可以使用,1现在发现newlisp早就支持了。先演示一个例子,看图:此图有三根折线,分别可以用三个list表示数据。参考下面的newlisp代码:#!/usr/bin/newlisp
;;(module "plot.lsp")
(load "b.lsp")
(set 'plot:title "集群存储总结")
(set 'p...
分类:
其他好文 时间:
2015-07-24 18:20:52
阅读次数:
152
S shell learning note v1.0Table of Contents1. what is shell2. hello world program2.1. src2.2. add run privilege2.3. run shell3. variables in shell3.1....
分类:
系统相关 时间:
2015-07-23 23:22:40
阅读次数:
157
Org-mode 简明手册http://www.cnblogs.com/Open_Source/archive/2011/07/17/2108747.html
分类:
其他好文 时间:
2015-06-12 09:57:31
阅读次数:
112
org-mode中的约会日程有提醒功能,这样设置就行:;; ;;; 提醒;; (require 'appt);; (appt-activate t);启用约会提醒;; (setq appt-display-format 'window);提醒出现的方式;; (setq appt-message-wa...
分类:
其他好文 时间:
2015-05-16 23:16:08
阅读次数:
251
表格名称#+CAPTION: 出厂/供应链/销售/售后导出HTML表格后,会在表格正上方出现如下表格名称Table 1: 出厂/供应链/销售/售后...
分类:
系统相关 时间:
2015-04-25 21:12:27
阅读次数:
167
Emacs Org-mode中英文字体设置Table of Contents1. 缺省字体存在的问题2. 解决方法2.1. 环境说明2.2. 思路和方法2.3. emacs设置代码2.4. 显示效果1 缺省字体存在的问题 一直在找一款能随心所欲记笔记的软件,近期发现了Org-mode,试用之后感觉确...
分类:
系统相关 时间:
2015-04-22 00:05:34
阅读次数:
276