Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karimaziev/org-extra-complete
Annotated completions for org-mode.
https://github.com/karimaziev/org-extra-complete
completion emacs org-mode
Last synced: 4 days ago
JSON representation
Annotated completions for org-mode.
- Host: GitHub
- URL: https://github.com/karimaziev/org-extra-complete
- Owner: KarimAziev
- License: gpl-3.0
- Created: 2022-05-24T14:46:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T11:39:29.000Z (6 months ago)
- Last Synced: 2024-05-17T12:45:41.316Z (6 months ago)
- Topics: completion, emacs, org-mode
- Language: Emacs Lisp
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
* org-extra-complete
Completion with annotations for *org-mode.*
** Installation
*** Manually
Download repository and it to your load path in your init file:
#+begin_src elisp :eval no
(add-to-list 'load-path "/path/to/org-extra-complete/")
(require 'org-extra-complete)
#+end_src
*** With use-package and straight
#+begin_src elisp :eval no
(use-package org-extra-complete
:straight (:repo "KarimAziev/org-extra-complete" :type git :host github)
:commands (org-extra-complete org-extra-complete-src-headers-args))#+end_src
** Commands
+ ~org-extra-complete~
Main command. Complete org keywords and values.+ ~org-extra-complete-src-headers-args~
Complete a header argument selecting from lists of common args and values.