Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
#+title: 100-questions-about-orgmode #+options: toc:nil date:nil num:nil Demos [[file:demo-org.png]] [[file:demo-eaf-rss-reader.png]] [[file:demo-eaf-pdf-reader.png]] [[file:demo-eaf-browser.png]] Agenda [12/12] [X] 如何设定 Agenda 文件的相对路径 #+beginsrc emacs-lisp :tangle yes ;; 1. When a capture template specifies a target file that is not an ;; absolute path. The path will then be interpreted relative to ;; org-directory ;; 2. When the value of variable org-agenda-files is a single file, any ;; relative paths in this file will be taken as relative to ;; org-directory. (setq org-directory "/Documents/emacs/org/") #+endsrc [X] 如何指定一个目录及其子目录中的所有 org 文件为 agenda files #+beginsrc emacs-lisp :tangle yes (after! org (setq org-agenda-files (directory-files-recursively (concat org-directory "roam") "\\.org$"))) #+endsrc [X] 如何设定自己的私有纪念日文件 #+beginsrc emacs-lisp :tangle yes (after! org (setq diary-file (concat org-directory "private/standard-diary"))) ;; 在standard-diary 文件中, 写下面这行, 就会在生日当天看到后面的提示语句 ;; %%(org-anniversary 2000 1 1) I am %d years old #+endsrc [X] 如何设定 Agenda view 时间显示为两位数(9:30 - 09:30) #+beginsrc emacs-lisp :tangle yes (after! org (setq org-agenda-time-leading-zero t)) #+endsrc [X]...
| Stars | 100 |
| Forks | 3 |
| Category | AI Tool |
| Quality Score | 38.6655088996048/100 |
| Last Updated | 2023-08-03 |
| Created | 2021-07-01 |
| Est. Tokens | ~20k |
Looking for a 100-questions-about-orgmode alternative? If you're comparing 100-questions-about-orgmode with other ai tool tools, these 2 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Skip to content github / docs Code Issues 80 Pull requests 35 Discussions Actions Projects 2 Security Insights
.NET MAUI skills for GitHub Copilot and Claude Code
Explore other popular ai tool tools:
100-questions-about-orgmode is It's all about *orgmode* !. It is categorized as a AI Tool with 100 GitHub stars.
You can find installation instructions and usage details in the 100-questions-about-orgmode GitHub repository at github.com/lijigang/100-questions-about-orgmode. The project has 100 stars and 3 forks, indicating an active community.
The top alternatives to 100-questions-about-orgmode on Agent Skills Hub include redesigned-pancake, maui-skills. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.