问题标签 [org-mode]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
emacs - 如何在 Emacs 中设置 Org Mode Agenda 默认格式?
我希望 Org Mode Agenda 的格式与 Emacs 的其余部分有很大不同。每次生成议程时,我怎样才能做到这一点?
(注意,这不是同一个问题,因为 Org Mode 指定不同的面孔,具体取决于截止日期的接近程度,以及议程缓冲区中未提供的其他信息。)
谢谢!
emacs - elisp 新手问题:在 org.el 中找不到“文件名”函数定义?
我真的很喜欢 emacs 中的 org-mode,并且想要自定义一些东西。在通过 org.el 阅读时,我找到了几个引用filename
但找不到filename
using describe-function
?
我敢肯定有一个简单的答案,但我只是在学习 elisp,这并不明显。filename
对在哪里定义的任何见解?和/或如果它不是一个函数,它是什么?
例如,filename
在第 25502 行:
emacs - org-mode 安排一段时间的每周事件
我想使用议程来跟踪我的课程,假设我从 3 月到 6 月每周都有一个 com 355 课程,
这可行,但如果我使用它,它会无限期地安排它,
它被安排在三月到六月的每一天,我怎样才能在一段时间内每周安排一次?
emacs - Setup for emacs org-mode outside .emacs file
I would like to set up a project to be published as HTML using org-mode.
I don't want to litter my .emacs
with project definitions, and I was wondering where I could put the (setq org-publish-project-alist)
variable.
Can I somehow put it in the same dir?
emacs - 无法在组织模式下激活“记住”
我无法“记住”在 emacs 的 org 模式下工作。
我在雪豹上。
我添加了
(global-set-key (kbd "CMr") 'org-remember) 到我的 .emacs 文件,但是当我尝试使用该快捷方式时,它说:错误的类型参数:commandp,记住
所以我添加了(org-remember-insinuate)
当我启动 emacs 时,它说:符号的函数定义是 void org-remember-insinuate
想法?
GNU Emacs 22.1.1
emacs - 将 Emacs 组织模式与电子邮件集成?
有没有人成功做到这一点?我搜索了很多,但没有找到任何有效的方法。在自己花时间之前,我只想问一下是否有人这样做并愿意分享。:) 例如,我想每天通过电子邮件将议程发送给自己,在任务接近截止日期时进行提醒等。
emacs - Emacs Org-mode:如何在日记纪念日中包含属性?
我正在尝试将组织模式条目的“生日”和“名称”属性自动添加到议程中:
我找到了一种在议程中正确的周年日期添加条目的方法,方法是在属性之后插入以下行:
但是,使用此代码,我仍然必须手动输入名称。有没有办法将“名称”属性的值自动添加到所有条目的日记文本中?
编辑1:该示例以前不起作用,现在在生日属性的值周围添加了括号
emacs - 将 CSV 导入组织模式属性
我想将 CSV 导入组织模式。其他人已经询问过将 CSV 导入 Org-mode 表的问题。这不是我想要做的。我需要将 CSV 导入组织模式属性。
例如,像这样的 CSV:
应该变成:
你碰巧知道一种无痛的方法吗?
emacs - 其他 Emacs 模式中的 org-mode 日期
我想像在 org-mode ( C-c .
) 中一样在 emacs 缓冲区中插入日期,而在 org 以外的模式下。有一个次要模式吗?日历不能满足我的需求,例如,我可以每天“+1”。谢谢。