From: Glenn Morris <rgm@gnu.org>
To: 16270@debbugs.gnu.org
Subject: bug#16270: Incorrect custom types
Date: Fri, 27 Dec 2013 20:38:01 -0500 [thread overview]
Message-ID: <36ppohbvra.fsf@fencepost.gnu.org> (raw)
Package: org-mode
This refers to the version of Org mode in Emacs trunk.
The following variables have incorrect custom types:
org-babel-latex-htlatex-packages ; prob. you want repeat, not list
org-export-with-creator ; const should not be quoted
org-babel-lob-files
There are many other places where the argument of a const is quoted.
This is probably not what you want.
org-agenda.el: (choice (const :tag "Day" 'day)
org-agenda.el: (const :tag "Week" 'week)
org-agenda.el: (const :tag "Fortnight" 'fortnight)
org-agenda.el: (const :tag "Month" 'month)
org-agenda.el: (const :tag "Year" 'year)
org-agenda.el: (list :tag "Regexp matches" :inline t (const :format "" 'regexp) (regexp))
org-agenda.el: (list :tag "Regexp does not match" :inline t (const :format "" 'notregexp) (regexp))
org-agenda.el: (const 'todo)
org-agenda.el: (const :tag "any not-done state" 'todo)
org-agenda.el: (const :tag "any done state" 'done)
org-agenda.el: (const :tag "any state" 'any)
org-agenda.el: (const 'nottodo)
org-agenda.el: (const :tag "any not-done state" 'todo)
org-agenda.el: (const :tag "any done state" 'done)
org-agenda.el: (const :tag "any state" 'any)
org-agenda.el: (const :tag "scheduled" 'scheduled)
org-agenda.el: (const :tag "not scheduled" 'notscheduled)
org-agenda.el: (const :tag "deadline" 'deadline)
org-agenda.el: (const :tag "no deadline" 'notdeadline)
org-agenda.el: (const :tag "timestamp" 'timestamp)
org-agenda.el: (const :tag "no timestamp" 'nottimestamp))))))
org-agenda.el: (const :tag "Show only log items" 'only)
org-agenda.el: (const :tag "Show all possible log items" 'clockcheck)
org-agenda.el: (choice (const :tag "Show closed log items" 'closed)
org-agenda.el: (const :tag "Show clocked log items" 'clock)
org-agenda.el: (const :tag "Show all logged state changes" 'state)))))
org-agenda.el: (const :tag "Always show inherited tags" 'always)
org.el: (const :tag "In active region, headlines at the same level than the first one" 'start-level)
org.el: (const :tag "A double click follows the link" 'double)
org.el: (const :tag "Yes, including all entries" 'all-headlines)
ox.el: (const :tag "Sentence as a comment" 'comment)
next reply other threads:[~2013-12-28 1:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-28 1:38 Glenn Morris [this message]
2013-12-28 8:08 ` bug#16270: Incorrect custom types Glenn Morris
2013-12-30 9:32 ` Bastien
2013-12-30 9:32 ` Bastien
2013-12-30 18:37 ` Glenn Morris
2014-01-03 16:16 ` Bastien
2014-01-07 16:17 ` Bastien Guerry
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=36ppohbvra.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=16270@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).