From mboxrd@z Thu Jan 1 00:00:00 1970 From: ross@rosslaird.info (Ross A. Laird) Subject: Re: Wrong type argument: sequencep, quote Date: Wed, 25 Feb 2009 14:09:27 -0800 Message-ID: <87bpsqkw2w.fsf@rosslaird.info> References: <87skm4ficd.fsf@rosslaird.info> <61B7CE3D-EA8E-4E73-8068-16303F00676F@uva.nl> <87ocwrg9it.fsf@rosslaird.info> <690C2E72-282B-46EE-97B8-40EF26E4BF3D@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcRwl-0004yt-SF for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 17:09:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcRwk-0004xB-Kc for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 17:09:43 -0500 Received: from [199.232.76.173] (port=60923 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcRwk-0004wz-BE for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 17:09:42 -0500 Received: from main.gmane.org ([80.91.229.2]:33203 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LcRwj-0000xL-OL for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 17:09:42 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcRwh-00043C-6u for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 22:09:39 +0000 Received: from h24-207-49-95.dlt.dccnet.com ([24.207.49.95]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 22:09:39 +0000 Received: from ross by h24-207-49-95.dlt.dccnet.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 22:09:39 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik writes: >>> What is the value or org-drawers? >>> >>> What is your #+OPTIONS line? I do not have an options line. [snip: original question (11 lines)]>> >> #+DRAWERS: HIDDEN PROPERTIES STATE PRIVATE > > This line is correct, and when activated by loading such a buffer, > or by pressing C-c C-c in the line, it will actually change org-drawers. Yes, this works now. I discovered that I had a *second* drawers setting at the end of the file, under Local Variables. This second entry, which I copied from the list archive, said this: -# Local Variables: -# org-drawers: '("PROPERTIES" "CLOCK" "MYDRAW") -# End: I did not change the final MYDRAW, but I suspect that it should have said PRIVATE, the name of my drawer. I suspect, though I am not certain, that the duplication of this line contributed to or caused my problem. After I removed the above three lines, html export worked. > Let me repeat: Do you have an #+OPTIONS line? what does it say? No options line. > Please verify the value of org-drawers in the buffer where > you use this. I'm not sure what you are asking for. The only drawer-related items I have in the file (other than those native to org) are the drawer itself and the line at the top of the file beneath the startup line: #+STARTUP:overview logdone #+DRAWERS: HIDDEN PROPERTIES STATE PRIVATE That's it. No org-drawers value other than this. And this is part of my problem. I can find no documentation (either in the manual or on this list) as to what I'm supposed to do with org-drawers. The documentation says this must be configured, but does not show how. For a non-programmer, this presents a challenge. (Or, it may be in the documentation somewhere, but I could not find it.) > Don't try to minimize the information you give us, maximize it. I hope this gives you enough. It's working now, though I still have not configured anything special and do not know how to use org-drawers. Inferring from the line that I removed, the following is perhaps the value of org-drawers that I should use: # org-drawers: '("HIDDEN" "PROPERTIES" "STATE" "PRIVATE") Is the above the same as: #+DRAWERS: HIDDEN PROPERTIES STATE PRIVATE I assume there is a difference that is useful in some way, but I do not know enough about programming to figure this out. Cheers. Ross >>> On Feb 24, 2009, at 7:40 AM, Ross A. Laird wrote: >>> >>>> >>>> This is the error I get when I try any form of html export: >>>> >>>> org-export-remove-or-extract-drawers: Wrong type argument: >>>> sequencep, >>>> quote >>>> >>>> It even happens when I select a region without a drawer and then try >>>> exporting. >>>> >>>> Suggestions? >>>> >>>> -- >>>> Ross A. Laird, PhD >>>> www.rosslaird.info >>>> >>>> >>>> >>>> _______________________________________________ >>>> Emacs-orgmode mailing list >>>> Remember: use `Reply All' to send replies to the list. >>>> Emacs-orgmode@gnu.org >>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >>> >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Remember: use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >> >> -- >> Ross A. Laird, PhD >> www.rosslaird.info >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- Ross A. Laird, PhD www.rosslaird.info