Re: [O] [RFC] Change visibility for bracket links

2016-10-05 Thread David A. Gershman
On 10/05/2016 03:26 PM, Nicolas Goaziou wrote: > Hello, > > "David A. Gershman" writes: > >> Not bad, but could it be customizable via variable giving the user the >> choice? > Thank you for your feedback. > > I guess we could introduce a variable to

Re: [O] [RFC] Change visibility for bracket links

2016-10-05 Thread David A. Gershman
r. This is, IMO, >>very annoying, notwithstanding the fact that it is impossible to >>realize >>at the beginning of the buffer. >> >>Leaving a pair of brackets, OTOH, disambiguates the situation. Editing >>before the opening bracket makes changes before the link. Conversely, >>editing after the former makes changes to the uri or the description, >>whichever is displayed. >> >>The cost a little more visual clutter, but it seems very acceptable to >>me. I attach a quick patch for testing. >> >>Feedback welcome. >> >>Regards, -- David A. Gershman, CISSP dagersh...@dagertech.net

Re: [O] Best diagram, image software?

2016-10-04 Thread David A. Gershman
Honestly, the sky is the limit. I agree with what everyone else is saying, it depends on the diagram, your skill level, comfort level, etc. Personally, I export to HTML, not LaTeX, plus I'm more old-school. I just use Perl w/GD to make many of my images. The PNG export is easily viewed/inserted

Re: [O] org-info.js Clobbering my CSS

2016-10-02 Thread David A. Gershman
#x27;t find anything obvious. If anyone has any ideas how to style outline-2,3 while in, I think, 'info' mode, I'd appreciate it. Thx. BTW, if I toggle 'info' and 'plain', plain *does* show the styling. On 10/02/2016 05:27 PM, David A. Gershman wrote: > Hello

[O] org-info.js Clobbering my CSS

2016-10-02 Thread David A. Gershman
Hello All, I'm creating some styling for class '.outline-2' and when I view my file w/o Javascript, it styles just as expected. But w/org-info.js, my styling is lost. Anyone know how to style these classes (outline-N) without having "org-info.js" clobber it? For now, I'm just trying to indent:

[O] Gmane search and link

2016-10-02 Thread David A. Gershman
Any word on _http://news.gmane.org/gmane.emacs.orgmode_? I'm getting a "Page Not Found" error and http://news.gmane.org returns the same. Going to _gmane.org_ and searching for "orgmode" or "org-mode", just gets me a notice about Gmane not being fully back. Perhaps OrgMode's page (http://orgmode

Re: [O] Turn off #+BEGIN_EXAMPLE conversions?

2016-09-23 Thread David A. Gershman
ably having raw HTML inserted in several areas, or 2) Seriously re-thinking how you present the information at hand. Thx. Now on to styling/formatting... On 09/22/2016 11:22 PM, Eric S Fraga wrote: > On Thursday, 22 Sep 2016 at 21:56, David A. Gershman wrote: >> Is there

[O] Turn off #+BEGIN_EXAMPLE conversions?

2016-09-22 Thread David A. Gershman
k? Ex: #+BEGIN_EXAMPLE :nointerpolation T = X + Y1 #+END_EXAMPLE This would let the browser apply the even though it's in a block. Thanks. -- David A. Gershman, CISSP dagersh...@dagertech.net

Re: [O] Babel Export - Getting asked for coding system

2016-09-22 Thread David A. Gershman
t;and in the perl code). This is because ob-perl does not support the >:results graphics syntax (which could be classed as a wishlist-type >bug). -- David A. Gershman, CISSP dagersh...@dagertech.net

Re: [O] How to use org mode shell with ssh?

2016-09-22 Thread David A. Gershman
I'm not familiar with remote execution like this, but are you specifying /zsh/ on the Windows side or is it somehow inherently being assumed for the remote? A quick little hack to try may be to copy the /zsh/ executable on Windows to /ash/ and see if it fools the remote side. On 09/22/2016 07:00

[O] Babel Export - Getting asked for coding system

2016-09-21 Thread David A. Gershman
ect coding system (default raw-text): Hitting enter will then continue as expected. Is there a way to specify just dumping the result out to the file without asking the question? Adding 'raw' to ":results" doesn't do it. --dag -- David A. Gershman, CISSP dagersh...@dagertech.net

Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread David A. Gershman
On 09/21/2016 04:49 AM, Adam Porter wrote: > "David A. Gershman" writes: > >> Given the following line: >> >> * Date: src_perl[:results output :exports none]{print 2016;} >> >> The result '2016' is surrounded by '='

Re: [O] Inline HTML?

2016-09-21 Thread David A. Gershman
On 09/21/2016 12:15 AM, Christian Moe wrote: > David A. Gershman writes: > > >> My org file has: >> >> This is line one. >> This is line two. >> >> but the HTML export makes them different paragraphs... > Does it? If they're not separ

Re: [O] Disable org-babel-inline-result-wrap per inline code?

2016-09-21 Thread David A. Gershman
nesday, 21 Sep 2016 at 06:07, David A. Gershman wrote: >> Given the following line: >> >> * Date: src_perl[:results output :exports none]{print 2016;} > How about > > * Date: src_perl[:results output raw]{print 2016;} > > ? >

[O] Disable org-babel-inline-result-wrap per inline code?

2016-09-20 Thread David A. Gershman
Forgive my several questions/emails. I'm working on getting lecture notes ready for next week and thus am running into several questions with Org HTML Export. Unfortunately, my searches typically result in manual page hits, but my problems seem to be a-typical. So... Given the following line:

Re: [O] Inline HTML?

2016-09-20 Thread David A. Gershman
Finally! Found the answer in 12.6.5 of the manual: Here is line the long line */@@html:@@ /*I had tried the '@@' but did not put the "html:". Hope this helps someone else. --dag On 09/20/2016 05:28 PM, David A. Gershman wrote: > I'm struggling trying to g

[O] Inline HTML?

2016-09-20 Thread David A. Gershman
I'm struggling trying to get an .org file exported and showing how I typically structure my HTML results. At this point, I'm trying to figure out how to get a "" inserted to force continuation on the next line. My org file has: This is line one. This is line two. but the HTML export mak

[O] Captioning arbitrarily on HTML export?

2016-09-18 Thread David A. Gershman
Hello, I have an HTML block: #+Caption: Diagram Caption #+Label: fig:diacap #+begin_html function drawme() { // code to draw on canvas object } #+end_html and was wondering if there was a

Re: [O] Need help with HTML export custom postamble [SOLVED]

2015-08-31 Thread David A. Gershman
PM, Thomas S. Dye wrote: > David A. Gershman writes: > >>> # Local Variables: >>> # org-html-postamble: t >>> # org-export-html-postamble-format: "Hello World" >>> # End: >> Either typing C-c C-c, or just opening the file will ask me about

Re: [O] Need help with HTML export custom postamble

2015-08-31 Thread David A. Gershman
On 08/31/2015 05:38 PM, Thomas S. Dye wrote: > Aloha David, > > David A. Gershman writes: > >> So I finally was able to test out the C-c C-c. It did ask me if I >> wanted to apply and I said yes. When I exported the file, my postamble >> (as specified in the vari

Re: [O] Need help with HTML export custom postamble

2015-08-31 Thread David A. Gershman
So I finally was able to test out the C-c C-c. It did ask me if I wanted to apply and I said yes. When I exported the file, my postamble (as specified in the variable) was /not/ shown...it was still the default. Strangely, when I did C-c C-c, Emacs came back with this: > The local variables lis

[O] Need help with HTML export custom postamble

2015-08-26 Thread David A. Gershman
Hello Everyone, I've searched and read and found several examples of making custom postambles for an HTML export, but I can't seem to find a way to do it all in a local file. First, I'm new to HTML exporting (as some of you remember from my last email). So, I went ahead and inserted a template i

Re: [O] HTML Export, CSS Styling

2015-08-22 Thread David A. Gershman
r code CSS can recognize. > > (As an alternative to macros, some people define their own link types > with concomitant export functions just for styling text and hiding all > the necessary brackets out of sight. Requires elisp, offends purist > views of what links should mean, and is bad f

Re: [O] Is Worg updating?

2015-08-22 Thread David A. Gershman
I found that "proper" way while recently updating my own org install. However, I did notice "ob-ditaa" is part of the org package now, but it seems to point to $EMACS_PATH/contrib/scripts. Did I miss some instruction as to how/where to specify the installation of "contrib/scripts/{files}" via the

Re: [O] Help testing orgmode connection to interactive web environment

2015-08-22 Thread David A. Gershman
I'm not sure what is supposed to happen, but I went to the link, allowed Javascript for the textcraft.org domain (via NoScript), and still just got a blue screen with the title "Loading Leisure..."...nothing else happened. I'm running Debian Jessie w/Iceweasel 38.2.0 (repository supplied). On 08

[O] HTML Export, CSS Styling

2015-08-21 Thread David A. Gershman
I've been reading all evening about HTML exporting, style sheets, etc. Maybe I've been inundated with information, but I haven't been able to determine an answer to my question: can text in the middle of a paragraph by styled? For example: * Heading 1 This is the paragraph body that will allo

[Orgmode] Selective .ics export

2010-04-03 Thread David A. Gershman
s and ideas to accomplish this feat. -------- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emac

[Orgmode] .ics export w/Alarms. Possible?

2010-03-31 Thread David A. Gershman
endar program is and uses an exported .ics file. Does this exist? Is this possible? Ideas? -------- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman __

[Orgmode] iCalendar export using wrong directory?

2010-03-23 Thread David A. Gershman
e calendar.org. [R]emove from list or [A]bort? This leads me to believe, 'org-export-icalendar-combine-agenda-files' is using files in the '~/webdav' directory and not my source files for the export. Is this how it's supposed to work?? i.e. use the "path" included in

[Orgmode] OrgMode/MobileOrg corrupted my kids! (...have a laugh on me)

2010-03-06 Thread David A. Gershman
lly, to which my kids suddenly turn to me and crack smiles but my wife gives an evil look. Humiliated I say to them, "Uh, I mean 'Oh, butter-nuts!'". *shaking head* It was starting as such a nice morning... I'm upgrading now. Lesson Learned: Save the children...

[Orgmode] Lesson Learned: Day needed for iCalendar export

2010-02-27 Thread David A. Gershman
; <2010-07-05 Mon> <2010-09-06 Mon> <2010-11-25 Thu> .ics export worked great after that. Enjoy! David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman

Re: [Orgmode] Re: Mobile org

2010-02-26 Thread David A. Gershman
nitial setup is quite > > complicated and time-consuming. You need to be fairly > > technically minded. > > > > -- > > aleblanc > > > > > > > > ___ > > Emacs-orgmode mailin

Re: [Orgmode] mailto links

2010-02-23 Thread David A. Gershman
end replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman

[Orgmode] MobileOrg - Capture didn't empty...

2010-02-23 Thread David A. Gershman
mpty and the 'checksums.dat' file was updated. The only potential cause I see is emacs saved '~' files for mobile.org and checksums.dat also. Ideas? David A. Gershman gersh...@dagertech.net http:/

[Orgmode] MobileOrg Agenda View link to Org Files

2010-02-22 Thread David A. Gershman
ing that takes me to the org file and heading where "B-Day Prep" actually resides (allowing me to view the body text, sub-headings, etc.) Thanks! ---- David A. Gershman gersh...@dagertech.net http://dagertech

[Orgmode] MobileOrg Push gives Invalid argument type (on Linux)

2010-02-19 Thread David A. Gershman
or-pull "pullinbox") Any ideas? Thanks. David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing l

[Orgmode] MobileOrg Body Content trucated

2010-02-19 Thread David A. Gershman
David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://list

Re: [Orgmode] Unique IDs, not so unique - SOLVED

2010-02-17 Thread David A. Gershman
o wonderful programs that allow me to sort out my life and take it with me. You guys are awesome! David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman _

[Orgmode] Unique IDs, not so unique

2010-02-17 Thread David A. Gershman
rsten said something about a possible timing issue?? BTW, I'm on windows with no uuidgen. But my files are used via thumbdrive on a Linux system as well. So sticking with 'org' is probably the better bet. Thoughts? Thanks! -------- David A. Gershman ge

[Orgmode] Agenda ID Duplicates and MobileOrg

2010-02-15 Thread David A. Gershman
th the universe. Anyone have ideas as to where the first error (org mode, mobile org, or me) exists? David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman __

[Orgmode] org-sort-multi??

2010-01-28 Thread David A. Gershman
Hello Again, I'm looking to sort my outline (headlines, top level) by multi criteria (2 really). I see online references to 'org-sort-multi' as recently as August 2009. But my emacs can't find it. Help? -------- David A. Gershman gersh..

[Orgmode] Hide file names in agenda view

2010-01-28 Thread David A. Gershman
kj Thanks! -------- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the li

[Orgmode] Refile to top or bottom of list on demand

2010-01-26 Thread David A. Gershman
When I refile a heading, there is a variable that can be set to send the refiled headings to the front or back of the destination list. Is there a way to do that "on demand", i.e. without setting a variable? Thanks! -------- David A. Gers

[Orgmode] Deadline question, must be making a mistake

2010-01-26 Thread David A. Gershman
* is within the time frame, not if I'm just *viewing* the time frame. Any way to have the warning show regardless of what day it is? -------- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It&

Re: [Orgmode] Re: autoload filed to load ical functions....more info

2009-09-03 Thread David A. Gershman
> > Please read the installation section in the manual and extract from > it that you need to say > > (require 'org-install) > > in .emacs. > > - Carsten David A. Gershman gersh...@dagertech

[Orgmode] Re: autoload filed to load ical functions....more info

2009-08-22 Thread David A. Gershman
al I > get the following error: > > Autoloading failed to define function org-export-icalendar-this-file > > I get similar errors for '...all-agenda...' files. It worked on m XP > *cough* box, why not here? > > Thanks. > > ---

[Orgmode] Re: Way to get agenda for a date?

2009-08-21 Thread David A. Gershman
It's times like these I feel soo smart! *shaking head* Also, I tried the C-h m, keys but it didn't work. Please note however it *does* work. I remapped C-h in my .emacs. Again, I feel soo smart! Thanks guys! > At Thu, 20 Aug 2009 19:35:48 -0700 (PDT), > David A

[Orgmode] autoload filed to load ical functions....I'm doing something wrong...

2009-08-20 Thread David A. Gershman
ue a C-cC-ei to export an ical I get the following error: Autoloading failed to define function org-export-icalendar-this-file I get similar errors for '...all-agenda...' files. It worked on m XP *cough* box, why not here? Thanks. -------- David A. G

[Orgmode] Way to get agenda for a date?

2009-08-20 Thread David A. Gershman
e calendar view and have that day's agenda come up? -------- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing

[Orgmode] Why does open time still show?

2009-08-18 Thread David A. Gershman
22:00-23:00? Thanks. -------- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Remember: use `Reply All' to

Re: [Orgmode] Sort by tag?

2009-08-10 Thread David A. Gershman
Beautiful...thanks! > David A. Gershman wrote: > > > > > I just looked up for how to sort and couldn't find how to sort by tag. > > Anyone have ideas? > > > > Choose 'r' (i.e. sort by property) and use the Special Property TAGS. > See

[Orgmode] Sort by tag?

2009-08-10 Thread David A. Gershman
I just looked up for how to sort and couldn't find how to sort by tag. Anyone have ideas? Thanks. David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!

[Orgmode] iCal Export UID only Headline

2009-07-30 Thread David A. Gershman
t; Plan Tomorrow :PROPERTIES: :ID: 472hncd1d...@x.i-did-not-set--mail-host-address--so-tickle-me :END: <2009-06-19 Fri 17:00-18:00 +1w> Notice the "UID" is the same for T, W, & Th. Ideas? ---

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-29 Thread David A. Gershman
under wine. > > Of course I also have the Windows port of Emacs, so I can still run org, > even if I am forced to use Windows:) > > Ian. > > > _______ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to

Re: [Orgmode] SEQ_TODO and Headline percentages

2009-07-27 Thread David A. Gershman
er: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > --- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman _

Re: [Orgmode] SEQ_TODO and Headline percentages

2009-07-26 Thread David A. Gershman
and allowing a list of > > todo kw that will affect statistics. > > Done. Setting `org-provide-todo-statistics' to a list of TODO keywords > will only compute todo statistics against headlines containing a keyword > from this list. > > -- > Bastien > > ---

[Orgmode] SEQ_TODO and Headline percentages

2009-07-24 Thread David A. Gershman
ll sub-headings. So the above example would have to have something, perhaps "CREATED" or "Qd" (queued). I'm hoping to alleviate this. Thanks, and glad to be back with Org-Mode... --- David A. Gershman gersh...@dagertech.net http://dagertech.net/gersh

[Orgmode] Current Documentation

2009-07-24 Thread David A. Gershman
Which documentation is maintained better, the online HTML or PDF? Thanks. --- David A. Gershman gersh...@dagertech.net http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing lis

Re: [Orgmode] Question to windows users

2008-12-10 Thread David A. Gershman
> 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 > > --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ &quo

[Orgmode] Automatic Timestamp Update

2008-12-08 Thread David A. Gershman
haps orgmode-specific. Thanks. --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] Dividers in File

2008-11-18 Thread David A. Gershman
Not really...just seeing if another way is possible for familiar looks back from my coding days. > Hi David, > > Is there any Reason why you don't just make the dividers the first level > of headlines? -- Eric > > "David A. Gershman" <[EMAIL PROTECTED]>

[Orgmode] Dividers in File

2008-11-18 Thread David A. Gershman
* Heading 1 * Heading 2 * Heading 3 # End Section 2 # But when I fold stuff, I get: * Heading 1... * Heading 3... * Heading 1... * Heading 3... Notice the dividers got folded into the trees. Any way to prevent this? Thanks! ------- David A. Gershman [EMAIL PROTE

Re: [Orgmode] HTML Export: Can I suppress percents?

2008-11-12 Thread David A. Gershman
da view. Did I do something wrong? (Yes, I made sure my file was on the agenda view list.) ------- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing

[Orgmode] HTML Export: Can I suppress percents?

2008-11-12 Thread David A. Gershman
Hi Everyone, I'm playing with HTML exporting and would like to know how I can suppress the "%%(..." diary entries I have at the top of my .org file? Thanks! ------- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about

RE: [Orgmode] Links to 'remember' notes?

2008-11-12 Thread David A. Gershman
the original todo.org file but now it looks like this: * Today's List * Task #1 _Note #1_ <-- link to note: [[file:notes.org::*don't... * Task #2 * Task #n --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's a

Re: [Orgmode] Breaking tasks down into subtasks

2008-11-12 Thread David A. Gershman
n only certain agenda views? > > I'm using 6.12a > > Thanks, > > Yann > > > ___________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send repli

Re: [Orgmode] how-to? - email this page

2008-11-12 Thread David A. Gershman
___ > 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 > > --- David A. Gershman [EMAIL PROTECTED] http://dager

[Orgmode] Links to 'remember' notes?

2008-11-11 Thread David A. Gershman
ted in the original .org file? So that after hitting C-c C-c, and possibly entering a label, I get the following: * Heading One :NOTES: _Newly Created Note_<-- link to note just entered :END: Thanks! ----------- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershm

[Orgmode] Frames

2008-11-09 Thread David A. Gershman
for a *GREAT* product! ----------- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

Re: [Orgmode] Links to Thunderbird e-mail

2008-11-04 Thread David A. Gershman
messages from another program, which is bad news as I would like > to do this too. > > Ian. > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http

Re: [Orgmode] Current Date in Agenda View

2008-09-13 Thread David A. Gershman
> Hi David, no, there is not. You can always press "." in the agenda, > that will get you to "today" and position the cursor at that day. Doh! Missed that one...that works fine. Thanks! --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/ger

[Orgmode] Current Date in Agenda View

2008-09-09 Thread David A. Gershman
Is there a way to "highlight" the current date in the Agenda view? Something to draw ones eye to the current date. Thanks. ------- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the

[Orgmode] Agenda "view" export to ical

2008-09-09 Thread David A. Gershman
I'm interested in getting my agenda view data exported to ical format. I know I can export my agenda *data* to ical, but diary entries are not included. Anyone have a way to get both sets of data into an ical format export? Thanks. --- David A. Gershman [EMAIL PROTECTED]

Re: [Orgmode] Link Associations in Linux

2008-09-04 Thread David A. Gershman
t; nothing. (Note: Using XFCE4 as my WM and Zenwalk as the distro) > > (or is this a non-orgmode question?) > > Thanks. > > > --- > David A. Gershman > [EMAIL PROTECTED] > http://dagertech.net/gershman/ > "It's all about the path!" --

[Orgmode] Link Associations in Linux

2008-09-04 Thread David A. Gershman
link: [[file:info.pdf][Information]] Under Windows, info.pdf is associated with an app. Under linux, I get nothing. (Note: Using XFCE4 as my WM and Zenwalk as the distro) (or is this a non-orgmode question?) Thanks. --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/ger

[Orgmode] Planner Pages Anyone?

2008-08-29 Thread David A. Gershman
Has anyone attempted the exporting or printing of .org data to a physical planner size page? I'm looking to get 1) the agenda view to a "planner page", and perhaps 2) any subtree view. ------- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It&

[Orgmode] Unsubscribe Message

2008-08-29 Thread David A. Gershman
t;. Although "loose" did have some interesting things come to mind. :) --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Remem

[Orgmode] DOH! - [Fwd: Suggestions for features OR Help?]

2008-08-27 Thread David A. Gershman
Suggestions for features OR Help? Date: Wed, 27 Aug 2008 18:11:28 -0700 From: David A. Gershman <[EMAIL PROTECTED]> To: emacs-orgmode@gnu.org Hello All, I'm fairly new to Org-Mode, but common to Emacs. I've have a need to create a task which is made up of sub-tasks. Each sub-task in

[Orgmode] Suggestions for features OR Help?

2008-08-27 Thread David A. Gershman
Hello All, I'm fairly new to Org-Mode, but common to Emacs. I've have a need to create a task which is made up of sub-tasks. Each sub-task in turn has actions which comprise it. Each action, I'd like it to have a checkbox so that the sub-task can track percent complete. Like so: * Sub-Task

[Orgmode] Thank you from a newbie...

2008-07-25 Thread David A. Gershman
how, just wanted to offer my sincere thanks and appreciation! --- David A. Gershman [EMAIL PROTECTED] http://dagertech.net/gershman/ "It's all about the path!" --d. gershman ___ Emacs-orgmode mailing list Remember: use `Reply