|
@@ -295,6 +295,7 @@ to add the symbol `xyz', and the package must have a call to
|
|
(const :tag " mhe: Links to MHE folders/messages" org-mhe)
|
|
(const :tag " mhe: Links to MHE folders/messages" org-mhe)
|
|
(const :tag " protocol: Intercept calls from emacsclient" org-protocol)
|
|
(const :tag " protocol: Intercept calls from emacsclient" org-protocol)
|
|
(const :tag " rmail: Links to RMAIL folders/messages" org-rmail)
|
|
(const :tag " rmail: Links to RMAIL folders/messages" org-rmail)
|
|
|
|
+ (const :tag " special-blocks: Turn blocks into LaTeX envs and HTML divs" org-special-blocks)
|
|
(const :tag " vm: Links to VM folders/messages" org-vm)
|
|
(const :tag " vm: Links to VM folders/messages" org-vm)
|
|
(const :tag " wl: Links to Wanderlust folders/messages" org-wl)
|
|
(const :tag " wl: Links to Wanderlust folders/messages" org-wl)
|
|
(const :tag " w3m: Special cut/paste from w3m to Org-mode." org-w3m)
|
|
(const :tag " w3m: Special cut/paste from w3m to Org-mode." org-w3m)
|
|
@@ -329,7 +330,6 @@ to add the symbol `xyz', and the package must have a call to
|
|
(const :tag "C org2rem: Convert org appointments into reminders" org2rem)
|
|
(const :tag "C org2rem: Convert org appointments into reminders" org2rem)
|
|
(const :tag "C screen: Visit screen sessions through Org-mode links" org-screen)
|
|
(const :tag "C screen: Visit screen sessions through Org-mode links" org-screen)
|
|
(const :tag "C secretary: Team management with org-mode" org-secretary)
|
|
(const :tag "C secretary: Team management with org-mode" org-secretary)
|
|
- (const :tag "C special-blocks: Turn blocks into LaTeX envs and HTML divs" org-special-blocks)
|
|
|
|
(const :tag "C sqlinsert: Convert Org-mode tables to SQL insertions" orgtbl-sqlinsert)
|
|
(const :tag "C sqlinsert: Convert Org-mode tables to SQL insertions" orgtbl-sqlinsert)
|
|
(const :tag "C toc: Table of contents for Org-mode buffer" org-toc)
|
|
(const :tag "C toc: Table of contents for Org-mode buffer" org-toc)
|
|
(const :tag "C track: Keep up with Org-mode development" org-track)
|
|
(const :tag "C track: Keep up with Org-mode development" org-track)
|