* Display :PROPERTIES: drawers? @ 2015-05-17 18:05 Lawrence Bottorff 2015-05-17 20:49 ` Lawrence Bottorff 0 siblings, 1 reply; 11+ messages in thread From: Lawrence Bottorff @ 2015-05-17 18:05 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 187 bytes --] I want to display all my :PROPERTIES: drawers in a Latex/HTML export. Couldn't find anything in the documentation to toggle the default hide behavior off. Anyone know how to do this? LB [-- Attachment #2: Type: text/html, Size: 238 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-17 18:05 Display :PROPERTIES: drawers? Lawrence Bottorff @ 2015-05-17 20:49 ` Lawrence Bottorff 2015-05-17 21:51 ` Nicolas Goaziou 0 siblings, 1 reply; 11+ messages in thread From: Lawrence Bottorff @ 2015-05-17 20:49 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 596 bytes --] Okay, after sifting through the reference I did see something about how properties can never be exported; however, drawers can be (general) exported -- unless you tell org-mode to hide them. But drawers don't allow any key:value sub-categories like properties do, right? Any way for me to have my cake and eat it too? On Sun, May 17, 2015 at 2:05 PM, Lawrence Bottorff <borgauf@gmail.com> wrote: > I want to display all my :PROPERTIES: drawers in a Latex/HTML export. > Couldn't find anything in the documentation to toggle the default hide > behavior off. Anyone know how to do this? > > LB > [-- Attachment #2: Type: text/html, Size: 989 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-17 20:49 ` Lawrence Bottorff @ 2015-05-17 21:51 ` Nicolas Goaziou 2015-05-17 22:22 ` Lawrence Bottorff 0 siblings, 1 reply; 11+ messages in thread From: Nicolas Goaziou @ 2015-05-17 21:51 UTC (permalink / raw) To: Lawrence Bottorff; +Cc: emacs-orgmode Hello, Lawrence Bottorff <borgauf@gmail.com> writes: > Okay, after sifting through the reference I did see something about how > properties can never be exported; See `org-export-with-properties'. Regards, -- Nicolas Goaziou ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-17 21:51 ` Nicolas Goaziou @ 2015-05-17 22:22 ` Lawrence Bottorff 2015-05-17 23:08 ` Thomas S. Dye 0 siblings, 1 reply; 11+ messages in thread From: Lawrence Bottorff @ 2015-05-17 22:22 UTC (permalink / raw) To: Lawrence Bottorff, emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 437 bytes --] Sorry, but I can't find any reference to org-export-with-properties . Where might it be mentioned? On Sun, May 17, 2015 at 5:51 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote: > Hello, > > Lawrence Bottorff <borgauf@gmail.com> writes: > > > Okay, after sifting through the reference I did see something about how > > properties can never be exported; > > See `org-export-with-properties'. > > > Regards, > > -- > Nicolas Goaziou > [-- Attachment #2: Type: text/html, Size: 919 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-17 22:22 ` Lawrence Bottorff @ 2015-05-17 23:08 ` Thomas S. Dye 2015-05-18 1:11 ` Lawrence Bottorff 0 siblings, 1 reply; 11+ messages in thread From: Thomas S. Dye @ 2015-05-17 23:08 UTC (permalink / raw) To: Lawrence Bottorff; +Cc: emacs-orgmode Lawrence Bottorff <borgauf@gmail.com> writes: > Sorry, but I can't find any reference to org-export-with-properties . Where > might it be mentioned? See 12.3 Export settings, ,-------------------------------------------------------------------------------- | ‘prop:’ Toggle inclusion of property drawers, or list properties to include | (‘org-export-with-properties’). `-------------------------------------------------------------------------------- hth, Tom -- Thomas S. Dye http://www.tsdye.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-17 23:08 ` Thomas S. Dye @ 2015-05-18 1:11 ` Lawrence Bottorff 2015-05-18 3:36 ` Thomas S. Dye 0 siblings, 1 reply; 11+ messages in thread From: Lawrence Bottorff @ 2015-05-18 1:11 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 894 bytes --] Sorry, not seeing any prop: Toggle inclusion of property drawers, or list properties to include (‘org-export-with-properties’). in 12.3 (online manual). Tried #+OPTIONS: prop:t in my buffer and it didn't work either. On Sun, May 17, 2015 at 7:08 PM, Thomas S. Dye <tsd@tsdye.com> wrote: > Lawrence Bottorff <borgauf@gmail.com> writes: > > > Sorry, but I can't find any reference to org-export-with-properties . > Where > > might it be mentioned? > > See 12.3 Export settings, > > > ,-------------------------------------------------------------------------------- > | ‘prop:’ Toggle inclusion of property drawers, or list properties to > include > | (‘org-export-with-properties’). > > `-------------------------------------------------------------------------------- > > hth, > Tom > > -- > Thomas S. Dye > http://www.tsdye.com > [-- Attachment #2: Type: text/html, Size: 1494 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-18 1:11 ` Lawrence Bottorff @ 2015-05-18 3:36 ` Thomas S. Dye 2015-05-18 11:01 ` Lawrence Bottorff 0 siblings, 1 reply; 11+ messages in thread From: Thomas S. Dye @ 2015-05-18 3:36 UTC (permalink / raw) To: Lawrence Bottorff; +Cc: emacs-orgmode Then it might be a version issue. I'm looking at Org-mode version 8.3beta (release_8.3beta-1111-gf8d1d3 @ /Users/dk/.emacs.d/src/org-mode/lisp/). What version are you using? All the best, Tom Lawrence Bottorff <borgauf@gmail.com> writes: > Sorry, not seeing any > > prop: Toggle inclusion of property drawers, or list properties to include > (‘org-export-with-properties’). > > in 12.3 (online manual). Tried > > #+OPTIONS: prop:t > > in my buffer and it didn't work either. > > On Sun, May 17, 2015 at 7:08 PM, Thomas S. Dye <tsd@tsdye.com> wrote: > >> Lawrence Bottorff <borgauf@gmail.com> writes: >> >> > Sorry, but I can't find any reference to org-export-with-properties . >> Where >> > might it be mentioned? >> >> See 12.3 Export settings, >> >> >> ,-------------------------------------------------------------------------------- >> | ‘prop:’ Toggle inclusion of property drawers, or list properties to >> include >> | (‘org-export-with-properties’). >> >> `-------------------------------------------------------------------------------- >> >> hth, >> Tom >> >> -- >> Thomas S. Dye >> http://www.tsdye.com >> > Sorry, not seeing any > > prop: Toggle inclusion of property drawers, or list properties to > include (‘org-export-with-properties’). > > in 12.3 (online manual). Tried > > #+OPTIONS: prop:t > > in my buffer and it didn't work either. > > On Sun, May 17, 2015 at 7:08 PM, Thomas S. Dye <tsd@tsdye.com> wrote: > > Lawrence Bottorff <borgauf@gmail.com> writes: > > > Sorry, but I can't find any reference to > org-export-with-properties . Where > > might it be mentioned? > > See 12.3 Export settings, > > ,-------------------------------------------------------------------------------- > > | ‘prop:’ Toggle inclusion of property drawers, or list properties > to include > | (‘org-export-with-properties’). > `-------------------------------------------------------------------------------- > > > hth, > Tom > > -- > Thomas S. Dye > http://www.tsdye.com > > > -- Thomas S. Dye http://www.tsdye.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-18 3:36 ` Thomas S. Dye @ 2015-05-18 11:01 ` Lawrence Bottorff 2015-05-18 13:39 ` Thomas S. Dye 0 siblings, 1 reply; 11+ messages in thread From: Lawrence Bottorff @ 2015-05-18 11:01 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 2844 bytes --] M-x org-version: Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ ~/.emacs.d/elpa/org-20150511/) But I'm looking straight at the on-line manual, section "Export Options," 12.3, and there is no "prop: Toggle inclusion of property drawers, or list properties to include (‘org-export-with-properties’)." I'm guessing this is supposed to be an #+OPTIONS thing, right? On Sun, May 17, 2015 at 11:36 PM, Thomas S. Dye <tsd@tsdye.com> wrote: > Then it might be a version issue. I'm looking at Org-mode version > 8.3beta (release_8.3beta-1111-gf8d1d3 @ > /Users/dk/.emacs.d/src/org-mode/lisp/). > > What version are you using? > > All the best, > Tom > > Lawrence Bottorff <borgauf@gmail.com> writes: > > > Sorry, not seeing any > > > > prop: Toggle inclusion of property drawers, or list properties to include > > (‘org-export-with-properties’). > > > > in 12.3 (online manual). Tried > > > > #+OPTIONS: prop:t > > > > in my buffer and it didn't work either. > > > > On Sun, May 17, 2015 at 7:08 PM, Thomas S. Dye <tsd@tsdye.com> wrote: > > > >> Lawrence Bottorff <borgauf@gmail.com> writes: > >> > >> > Sorry, but I can't find any reference to org-export-with-properties . > >> Where > >> > might it be mentioned? > >> > >> See 12.3 Export settings, > >> > >> > >> > ,-------------------------------------------------------------------------------- > >> | ‘prop:’ Toggle inclusion of property drawers, or list properties > to > >> include > >> | (‘org-export-with-properties’). > >> > >> > `-------------------------------------------------------------------------------- > >> > >> hth, > >> Tom > >> > >> -- > >> Thomas S. Dye > >> http://www.tsdye.com > >> > > Sorry, not seeing any > > > > prop: Toggle inclusion of property drawers, or list properties to > > include (‘org-export-with-properties’). > > > > in 12.3 (online manual). Tried > > > > #+OPTIONS: prop:t > > > > in my buffer and it didn't work either. > > > > On Sun, May 17, 2015 at 7:08 PM, Thomas S. Dye <tsd@tsdye.com> wrote: > > > > Lawrence Bottorff <borgauf@gmail.com> writes: > > > > > Sorry, but I can't find any reference to > > org-export-with-properties . Where > > > might it be mentioned? > > > > See 12.3 Export settings, > > > > > ,-------------------------------------------------------------------------------- > > > > | ‘prop:’ Toggle inclusion of property drawers, or list properties > > to include > > | (‘org-export-with-properties’). > > > `-------------------------------------------------------------------------------- > > > > > > hth, > > Tom > > > > -- > > Thomas S. Dye > > http://www.tsdye.com > > > > > > > > -- > Thomas S. Dye > http://www.tsdye.com > [-- Attachment #2: Type: text/html, Size: 4143 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-18 11:01 ` Lawrence Bottorff @ 2015-05-18 13:39 ` Thomas S. Dye 2015-05-18 14:35 ` Subhan Michael Tindall 0 siblings, 1 reply; 11+ messages in thread From: Thomas S. Dye @ 2015-05-18 13:39 UTC (permalink / raw) To: Lawrence Bottorff; +Cc: emacs-orgmode Lawrence Bottorff <borgauf@gmail.com> writes: > M-x org-version: Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ > ~/.emacs.d/elpa/org-20150511/) > > But I'm looking straight at the on-line manual, section "Export Options," > 12.3, and there is no "prop: Toggle inclusion of property drawers, or list > properties to include (‘org-export-with-properties’)." I'm guessing this > is supposed to be an #+OPTIONS thing, right? Yes, it is an export option. The on-line version of the manual is for the stable version, 8.2.10. This must be an option that was introduced in 8.3. hth, Tom -- Thomas S. Dye http://www.tsdye.com ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-18 13:39 ` Thomas S. Dye @ 2015-05-18 14:35 ` Subhan Michael Tindall 2015-05-18 14:51 ` Lawrence Bottorff 0 siblings, 1 reply; 11+ messages in thread From: Subhan Michael Tindall @ 2015-05-18 14:35 UTC (permalink / raw) To: Thomas S. Dye, Lawrence Bottorff; +Cc: emacs-orgmode@gnu.org I'm running version Org-mode version 8.2.7b (8.2.7b-2-g798733-elpa @, it's not there in my version. > -----Original Message----- > From: emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org > [mailto:emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org] On > Behalf Of Thomas S. Dye > Sent: Monday, May 18, 2015 6:40 AM > To: Lawrence Bottorff > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] Display :PROPERTIES: drawers? > > Lawrence Bottorff <borgauf@gmail.com> writes: > > > M-x org-version: Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ > > ~/.emacs.d/elpa/org-20150511/) > > > > But I'm looking straight at the on-line manual, section "Export Options," > > 12.3, and there is no "prop: Toggle inclusion of property drawers, or > > list properties to include (‘org-export-with-properties’)." I'm > > guessing this is supposed to be an #+OPTIONS thing, right? > > Yes, it is an export option. The on-line version of the manual is for the stable > version, 8.2.10. This must be an option that was introduced in 8.3. > > hth, > Tom > > -- > Thomas S. Dye > http://www.tsdye.com This message is intended for the sole use of the individual and entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message. Thank you. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Display :PROPERTIES: drawers? 2015-05-18 14:35 ` Subhan Michael Tindall @ 2015-05-18 14:51 ` Lawrence Bottorff 0 siblings, 0 replies; 11+ messages in thread From: Lawrence Bottorff @ 2015-05-18 14:51 UTC (permalink / raw) To: emacs-orgmode@gnu.org [-- Attachment #1: Type: text/plain, Size: 2141 bytes --] So this feature is on the way, it's already in a beta version, i.e., just wait? I saw a rather involved work-around on emacs.stackexchange.com, but I won't fool with it if this feature is soon to hit ELPA, which is how I get my org-mode. On Mon, May 18, 2015 at 10:35 AM, Subhan Michael Tindall < SubhanT@familycareinc.org> wrote: > I'm running version Org-mode version 8.2.7b (8.2.7b-2-g798733-elpa @, it's > not there in my version. > > > -----Original Message----- > > From: emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org > > [mailto:emacs-orgmode-bounces+subhant=familycareinc.org@gnu.org] On > > Behalf Of Thomas S. Dye > > Sent: Monday, May 18, 2015 6:40 AM > > To: Lawrence Bottorff > > Cc: emacs-orgmode@gnu.org > > Subject: Re: [O] Display :PROPERTIES: drawers? > > > > Lawrence Bottorff <borgauf@gmail.com> writes: > > > > > M-x org-version: Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ > > > ~/.emacs.d/elpa/org-20150511/) > > > > > > But I'm looking straight at the on-line manual, section "Export > Options," > > > 12.3, and there is no "prop: Toggle inclusion of property drawers, or > > > list properties to include (‘org-export-with-properties’)." I'm > > > guessing this is supposed to be an #+OPTIONS thing, right? > > > > Yes, it is an export option. The on-line version of the manual is for > the stable > > version, 8.2.10. This must be an option that was introduced in 8.3. > > > > hth, > > Tom > > > > -- > > Thomas S. Dye > > http://www.tsdye.com > > > This message is intended for the sole use of the individual and entity to > which it is addressed and may contain information that is privileged, > confidential and exempt from disclosure under applicable law. If you are > not the intended addressee, nor authorized to receive for the intended > addressee, you are hereby notified that you may not use, copy, disclose or > distribute to anyone the message or any information contained in the > message. If you have received this message in error, please immediately > advise the sender by reply email and delete the message. Thank you. > [-- Attachment #2: Type: text/html, Size: 2986 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2015-05-18 14:51 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-05-17 18:05 Display :PROPERTIES: drawers? Lawrence Bottorff 2015-05-17 20:49 ` Lawrence Bottorff 2015-05-17 21:51 ` Nicolas Goaziou 2015-05-17 22:22 ` Lawrence Bottorff 2015-05-17 23:08 ` Thomas S. Dye 2015-05-18 1:11 ` Lawrence Bottorff 2015-05-18 3:36 ` Thomas S. Dye 2015-05-18 11:01 ` Lawrence Bottorff 2015-05-18 13:39 ` Thomas S. Dye 2015-05-18 14:35 ` Subhan Michael Tindall 2015-05-18 14:51 ` Lawrence Bottorff
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).