100-questions-about-orgmode — AI Tool by lijigang

by lijigang · AI Tool · ★ 100

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About 100-questions-about-orgmode

#+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]...

Quick Facts

Stars100
Forks3
CategoryAI Tool
Quality Score38.6655088996048/100
Last Updated2023-08-03
Created2021-07-01
Est. Tokens~20k

100-questions-about-orgmode alternative? Top 2 similar tools

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.

  • redesigned-pancake by Sfedfcv · ⭐ 213

    Skip to content github / docs Code Issues 80 Pull requests 35 Discussions Actions Projects 2 Security Insights

  • maui-skills by davidortinau · ⭐ 117

    .NET MAUI skills for GitHub Copilot and Claude Code

More AI Tool Tools

Explore other popular ai tool tools:

View all AI Tool tools →

Frequently Asked Questions

What is 100-questions-about-orgmode?

100-questions-about-orgmode is It's all about *orgmode* !. It is categorized as a AI Tool with 100 GitHub stars.

How do I install or use 100-questions-about-orgmode?

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.

What are the best alternatives to 100-questions-about-orgmode?

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.

View on GitHub → Browse AI Tool tools