[Orgmode] Using C-n/C-n in Column View

2010-11-24 Thread Peter Jones
like to set it to C-n so it works as expected since I really *hate* using the arrow keys. Thanks. -- Peter Jones - pmade inc. 303-219-0226 http://pmade.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Agenda and Reloading Changed Files

2009-10-19 Thread Peter Jones
since this morning. Anyone know a workaround for this? -- Peter Jones - 303-219-0226 http://contextualdevelopment.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.o

[Orgmode] Re: bug in org-crypt?

2010-04-15 Thread Peter Jones
Xiao-Yong Jin writes: > On Wed, 14 Apr 2010 09:43:43 +0200, Carsten Dominik wrote: > >> Hi Xiao, >> I have just checked in a patch by Peter Jones, which should fix this >> bug. Please check if this is indeed the case and let me know. > > Tested and it is indeed fi

[Orgmode] Re: org-crypt symmetric encryption patch

2010-05-07 Thread Peter Jones
So, I guess this is right. We should probably update the documentation for org-crypt to say that if you don't set a crypt key it will default to symmetric encryption. -- Peter Jones - pmade inc. 303-219-0226 http://pmade.com ___ Emacs-orgm

[O] org-crypt.el security problem (From: Milan Zamazal)

2011-03-04 Thread Peter Jones
nterrupt the user by encrypting a heading that is being edited. -- Peter Jones - pmade inc. 303-219-0226 http://pmade.com

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Peter Jones
Bernt Hansen writes: > The org-invoice.el contributed file created by Peter Jones uses a > CLOCKSUM property but I'm not sure if this is intended to be updated > manually or automatically from the clocking lines in org. I've CC-ed > Peter in case he can shed any light

[Orgmode] Re: Feature improvement request: state change logging

2009-02-12 Thread Peter Jones
figure out how difficult it would be to add a state change drawer. With recurring events, the state data obfuscates the normal content under the heading. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Reme

[Orgmode] Re: time tracking common activities

2009-02-20 Thread Peter Jones
u too long to locate the headings, you won't bother clocking in. What's the best way to quickly get to a heading? I'd have to say that using isearch (C-s) is the fastest method to find a heading. There's also org-goto, but it requires extra steps. What are other people doing

[Orgmode] Jump to Heading Body, Create Plain List Item

2009-02-20 Thread Peter Jones
since I use C-RET to create new headings. Does this exist? I'll write it otherwise. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Re: Jump to Heading Body, Create Plain List Item

2009-02-21 Thread Peter Jones
Peter Jones writes: > I'd like a function that would do the following: > > 1) Move to the "body" of a heading (skipping drawers and the like) > > 2) Create the "body" if necessary (when there are no lines between > sibling headings or between draw

[Orgmode] Re: Jump to Heading Body, Create Plain List Item

2009-02-21 Thread Peter Jones
Peter Jones writes: > This is what I've come up with so far. I have M-RET bound to the first > function, and M-S-RET bound to the second function. Small bug fix: (defun pmade:org-list-append (&optional checkbox) "Append a plain list item to the current heading. If

[Orgmode] [PATCH] Conditionally delete windows in agenda quit

2009-02-27 Thread Peter Jones
m/org-mode branch: pjones-agenda-quit >From 94a5f5f9487a2ccdd4d38d1b989720a89d1d10b6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 27 Feb 2009 17:17:12 -0700 Subject: [PATCH] Conditionally delete windows in agenda quit Before this patch, org-agenda-quit would delete the agenda window if

[Orgmode] [PATCH] Properly indent clock drawer upon creation

2009-02-27 Thread Peter Jones
Properly indent clock drawer upon creation. Patch also available from: git://pmade.com/org-mode branch: pjones-clock-end-indent >From ced66c53109a0f34e280853f02deb6bbdeabdaaa Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 27 Feb 2009 17:37:22 -0700 Subject: [PATCH] Properly ind

[Orgmode] Re: [PATCH] Properly indent clock drawer upon creation

2009-03-01 Thread Peter Jones
after my patch: * Foo Bar :CLOCK: :END: - Item One -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists

[Orgmode] Re: Feature request: org-goto hierarchical path completion with ido

2009-03-18 Thread Peter Jones
to anyone? If so, I could put together something for us to play with. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org h

[Orgmode] More Flexibility for Stuck Projects?

2009-03-18 Thread Peter Jones
s are basically tagged as :project:, so I need to specify a heading level for stuck projects. TIA. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

[Orgmode] Re: emacs org-mode

2009-03-18 Thread Peter Jones
ation freak, and have dedicated git repositories for each project, where I keep project assets. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] [PATCH] Headlines Prefixed with a Period in org-scan-tags, Why?

2009-03-19 Thread Peter Jones
(concat - (if org-tags-match-list-sublevels - (make-string (1- level) ?.) "") - (org-get-heading)) + (org-get-heading) category ;(org-get-t

[Orgmode] Re: More Flexibility for Stuck Projects?

2009-03-19 Thread Peter Jones
se a TODO keyword PROJ > - define the search as "TODO=\"PROJ\"" Thanks Carsten, this gives me a lot of options to consider. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember

[Orgmode] Re: Feature request: org-goto hierarchical path completion with ido

2009-03-19 Thread Peter Jones
tried org-goto before, but didn't know about the org-goto-interface variable. This is exactly what I wanted. Thanks Carsten. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All

[Orgmode] Re: [PATCH] Headlines Prefixed with a Period in org-scan-tags, Why?

2009-03-19 Thread Peter Jones
Carsten Dominik writes: > P.S. Do you have a copyright assignment, I forgot, but I have the > feeling that I would like to have one ... :-) I do, and I thought I sent it to you, but I may not have. What's the best way for me to get it to you? -- Peter Jones, http://pmade.co

[Orgmode] org-crypt and PROPERTIES location

2009-03-19 Thread Peter Jones
s something in the export system we could reuse. I say "we" because I'm more than willing to submit patches. One last note, the comments in the org-crypt file mention using an after-save-hook to encrypt the appropriate headings. Shouldn't that be a before-save-hook? Thanks to

[Orgmode] Re: clocksum and archived trees

2009-03-20 Thread Peter Jones
imes take a long time because of archive items. I haven't gotten around to looking into this yet. Maybe I'll try to fix this tomorrow when I get some time. -- Peter Jones - 303-669-2637 pmade inc. - http://pmade.com ___ Emacs-orgmode ma

[Orgmode] Re: org-crypt and PROPERTIES location

2009-03-20 Thread Peter Jones
ps with it. Am I right, John? I had a private conversation with John, and he's completely open to me putting the finishing touches on org-crypt and getting it included in the org distribution. Are there any org-crypt users out there that want to throw in their $0.02? -- Peter J

[Orgmode] Re: Insert LOGBOOK drawer removes indendation of first line under headline

2009-03-20 Thread Peter Jones
C-c C-x C-i becomes > > * TODO Do something > :LOGBOOK: > CLOCK: [2009-03-20 Fr 19:03]--[2009-03-20 Fr 19:03] => 0:00 > :END: > Do this, do that etc. This might be due to my recent indentation patch. It's not working the way I expected it would. I'

[Orgmode] [PATCH] Re: Insert LOGBOOK drawer removes indendation of first line under headline

2009-03-20 Thread Peter Jones
(org-flag-drawer t) - (beginning-of-line 2) +(beginning-of-line 2) +(org-indent-line-function) + (beginning-of-line) (or org-log-states-order-reversed (and (re-search-forward org-property-end-re nil t) (goto-char (match-beginning 0)

[Orgmode] Re: change todo item status automatically when clock check out?

2009-03-20 Thread Peter Jones
Ning Sean writes: > I wonder if I can configure orgmode in such a way that when a task is > checked out, the state of the task automatically changes to some designated > state? Take a look at `org-after-todo-state-change-hook'. -- Peter Jones, http://pmade.com pmade inc. Lou

[Orgmode] Re: prompt for tag if todo state gets active

2009-03-21 Thread Peter Jones
Eraldo Helal writes: > I am looking for a way to auto ask for a tag (from a set of tags) when a > certain todo state gets active. Eraldo, you should be able to use `org-after-todo-state-change-hook' with a bit of lisp to do what you want. -- Peter Jones, http://pmade.com pmade inc.

[Orgmode] Re: changing headline format

2009-03-23 Thread Peter Jones
re specifically I want to be able to quickly convert directory >trees that I grabbed with the unix tree command into org trees. Why not use sed/awk to alter the output of the tree command so that it's in a format that org will understand? -- Peter Jones, http://pmade.com pmade

[Orgmode] Re: org-crypt and PROPERTIES location

2009-03-23 Thread Peter Jones
e: http://github.com/jwiegley/dot-emacs/raw/cf72e6e004034849bd683b467b51d960d80a3e66/org-crypt.el I'll post a message after I've made my changes to it. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Repl

[Orgmode] Re: Workflow Ideas/questions

2009-03-25 Thread Peter Jones
uot; ((org-agenda-todo-keyword-format ""))) (stuck "" ((org-agenda-remove-tags t)) I look at the above agenda view several times a day (probably hundreds). I narrow and widen the focus to specific contexts, and to client tasks via tags througho

[Orgmode] Re: embedded/inherited tags

2009-03-30 Thread Peter Jones
have the following tags (if tag inheritance is enabled): :tech:emacs:orgmode: -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] [ANN] org-crypt version 0.2

2009-04-01 Thread Peter Jones
me in the right direction for resolving this. Thank you. Of course, feedback is welcome. A HUGE thanks to Carsten and John. org-crypt.el Description: application/emacs-lisp -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-o

[Orgmode] Re: [ANN] org-crypt version 0.2

2009-04-02 Thread Peter Jones
) > > What exactly must I put into the variable or property for Org? Just about anything *should* work, an email address or a key ID. I always encrypt for myself, so I have this in my ~/.emacs: , | (setq org-crypt-key "61C4F407C4EB56B7") ` I'll add some notes to

[Orgmode] Re: [ANN] org-crypt version 0.2

2009-04-02 Thread Peter Jones
er. If you add a blank line above the heading, then org-scan-tags will pass it to the action function. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send repl

[Orgmode] Re: BUG: Infinite loop finding stuck projects

2009-04-03 Thread Peter Jones
Bernt Hansen writes: > The following commit breaks finding stuck projects for me. It looks > like an infinite loop. I can confirm the infinite loop. I have a meeting this morning, otherwise I'd submit a patch. If this is still open this afternoon I'll try to track it down.

[Orgmode] Re: [ANN] org-crypt version 0.2

2009-04-06 Thread Peter Jones
matically encrypt and decrypt the entries if org-crypt-automatically is t. Does that sound okay, or should that be the responsibility of the user? -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: u

[Orgmode] Re: Quickly inputting next actions to specific lists.

2009-04-24 Thread Peter Jones
egardless of the environment I'm running Emacs in. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ 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

[Orgmode] [ANN] org-crypt Version 0.3

2009-05-18 Thread Peter Jones
in org-crypt? org-crypt.el Description: application/emacs-lisp -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists

[Orgmode] [ANN] org-crypt.el Version 0.4

2009-06-19 Thread Peter Jones
efore-save hook stuff is still experimental. Please let me know what you think. org-crypt.el Description: application/emacs-lisp -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply Al

[Orgmode] Anything like org-hide-others/org-close-others?

2009-08-21 Thread Peter Jones
in org and I'm missing it? If not, any pointers on how to implement something like this? Thanks. -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to t

[Orgmode] Re: Anything like org-hide-others/org-close-others?

2009-08-24 Thread Peter Jones
Carsten Dominik writes: > S-TAB goes to overview, and `C-c C-r' reveals the location of point. > > If you need in on a single key, write a function that calls > `org-overview' and then `org-reveal'. Beautiful, thanks! -- Peter Jones - 303-219-0226 pma

[Orgmode] Correct Way to Customize LaTeX Export?

2009-09-08 Thread Peter Jones
{%s}") | ("\\subparagraph{%s}" . "\\subparagraph*{%s}" ` But by doing that, I would have to update this variable when pulling down a new org version that might have changed the default value of org-export-latex-classes.

[Orgmode] Re: Publishing clocked time

2009-09-11 Thread Peter Jones
Blah Blah Blah| 06:00 | 10.00 | |---+---+| | Total:| 09:00 | 65.00 | #+END: You can disable the price calculation. org-invoice.el Description: application/emacs-lisp -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com __

[Orgmode] Re: Publishing clocked time

2009-09-11 Thread Peter Jones
Russell Adams writes: > I noticed in the comments you're working on a way to upload to > Freshbooks! That quite exciting, given I use them too! Unfortunately (for you) I'm no longer working with the client that required me to use Freshbooks. So, I don't expect to finish

[Orgmode] Re: Publishing clocked time

2009-09-12 Thread Peter Jones
Carsten Dominik writes: > should we add org-invoice.el to the contrib directory? > Also, I would like to add org-crypt.el, actually to the core. > Do you agree, and do you have a copyright agreement signed > with the FSF? Yes, yes, and yes. -- Peter Jones - 303-219-0226 pmade

[Orgmode] Re: Build issue with latest git version - org-crypt.el

2009-09-16 Thread Peter Jones
spdir)/epg\") \ (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" # Specify the byte-compiler for compiling org-mode files -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com ___ Emacs-orgmod

[Orgmode] How Are Others Customizing LaTeX Export?

2009-09-16 Thread Peter Jones
ent} it doesn't currently seem possible. Is anyone else doing LaTeX customization with Org? -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. E

[Orgmode] Re: How Are Others Customizing LaTeX Export?

2009-09-16 Thread Peter Jones
ow to use it is below. This is great, it gives me a lot to think about and learn ;) -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgm

[Orgmode] Re: org-invoice tutorial

2009-09-21 Thread Peter Jones
stions posted to this list about org-invoice. -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com ___ 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

[Orgmode] Re: org-invoice question

2009-09-21 Thread Peter Jones
ed You for Taking a Nap The properties need to begin and end with a colon. Try changing "RATE:" and "WORK:" to ":RATE:" and ":WORK:". -- Peter Jones - 303-219-0226 pmade inc. - http://pmade.com ___ Emacs-o

[Orgmode] Re: Org and Muse

2008-04-21 Thread Peter Jones
publish. But I can understand your desire to move all your old Muse documents to Org. At least once a day I think to myself how incredible Org is. It's easily one of the best software packages I've ever used. -- Peter Jones, pmade inc. http://pmade.com

[Orgmode] Re: Release 6.02

2008-04-24 Thread Peter Jones
cially in column view. What extra functionally would I get by switching to this Effort property, or changing the org-effort-property to work with my Estimate property? Thanks. -- Peter Jones, pmade inc. http://pmade.com ___ Emacs-orgmode mailing list Rememb

[Orgmode] Re: Release 6.02

2008-04-25 Thread Peter Jones
property. Thanks for the info Carsten. -- Peter Jones, pmade inc. http://pmade.com ___ 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

[Orgmode] Re: Property for startup visibility?

2008-05-06 Thread Peter Jones
Richard KLINDA <[EMAIL PROTECTED]> writes: > Hello, is there a property for setting the startup visibility (folden, > children or subtree) of a tree? Place this in your .org file. I keep it near the top: #+STARTUP: showall Search the manual for "startup" for more opt

[Orgmode] Customizing HTML Export

2008-05-12 Thread Peter Jones
latex. I could use the HTML preamble to insert the title h1 and author info myself, but I'm not sure how to make the preamble dynamic enough to capture the title of the page being exported since it can only be a string. Any suggestions? -- Peter Jones, pmade inc. h

[Orgmode] Re: Customizing HTML Export

2008-05-13 Thread Peter Jones
oftware and configuration needs to be in-place to use LaTex 2. The default fonts used when converting LaTex to PDF are ugly, to say the least 3. HTML and CSS is much more accessible to me right now Joel, want to point me in the right direction for learning LaTex and producing nice lo

[Orgmode] Re: Restarting a CLOCK entry?

2008-05-14 Thread Peter Jones
incomplete clock line and no clock running. It would be nice to just clock-in and fix it. I usually manually type the entire clock line, and then do a C-c C-y to have org-mode calculate the duration. -- Peter Jones, pmade inc. http://pmade.com __

[Orgmode] Clock/add_time Format

2008-05-14 Thread Peter Jones
e all instances of the current format string with this variable. Does that sound like something that would be more generally useful, enough so to accept a patch? -- Peter Jones, pmade inc. http://pmade.com ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Possible Bug in Table Calculations?

2008-05-15 Thread Peter Jones
at am I doing wrong? -- Peter Jones, pmade inc. http://pmade.com ___ 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

[Orgmode] Re: Customizing HTML Export

2008-05-15 Thread Peter Jones
it's been a long time coming. Next time you come back home to Boulder for a vacation, I'll take you out for a beer. Thanks again. -- Peter Jones, pmade inc. http://pmade.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Re: Clock/add_time Format

2008-05-15 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > Sure please make the patch. Attached. At this point I've just created the patch. I'll have some time tomorrow to actually use it and see how it feels. >From 335a6fcaf50277e5f9362763bc21e6482af6fda6 Mon Sep 17 00:00:00 2001 Fro

[Orgmode] Re: Possible Bug in Table Calculations?

2008-05-16 Thread Peter Jones
$1=vsum(@[EMAIL PROTECTED]);n8%.2f Ah, I totally glossed over the n8 format. Thanks. > Maybe I should actually do this by default. Yes, I wil, do so. > Better questions about too wide fields than inaccurate calculations. I agree, and thanks

[Orgmode] Additional Properties for Export

2008-05-19 Thread Peter Jones
TODO(State) :END: *** DONE Feature 1 *** TODO Feature 2 ** Project Bar Requirements :PROPERTIES: :ID: a-bar :TITLE:Bar Application Requirements :COLUMNS: %50ITEM(Task) %5Effort(Effort Estimate){:} :END: *** TODO Feature 1 *** TODO Feature 2 -- Peter Jones, pmade inc. http:/

[Orgmode] Re: Additional Properties for Export

2008-05-20 Thread Peter Jones
t; how you would want it? A simple use case is the table of contents. When exporting the entire file I want a TOC. When exporting a subtree, however, I don't. This feature isn't as important as the EXPORT_TITLE is. If you want, I can see if I can come up with a patch for it.

[Orgmode] [PATCH] Allow 'prefix' to be set on the command line

2008-06-02 Thread Peter Jones
This patch allows you to: make install prefix=/some/path Makes installing Org-mode in a non-standard path a bit easier. >From e0b6b847c6b8a4b0c41aff3bab0ea2fe5e45c082 Mon Sep 17 00:00:00 2001 From: Peter Jones <[EMAIL PROTECTED]> Date: Thu, 29 May 2008 21:22:59 -0600 Subject: [PAT

[Orgmode] Column view and hl-line-mode

2008-06-02 Thread Peter Jones
anges disabled the effects of hl-line-mode in column view (and for good reason). Would it be possible to make the row/line that point is on stand out, either by alternating the row colors, or allowing something like hl-line-mode to work in column view? Thanks. -- Peter Jones, pmade inc.

[Orgmode] Re: new org-columns-nth-allowed-value function and keys

2008-06-03 Thread Peter Jones
ly > '1' is the first, and '0' is the last) allowed value. Levin, the normal Emacs movement keys already work in column view. For example, C-f moves to the next column. Personally, I think I'd pass out if Org-mode had vi-like key binding

[Orgmode] Re: Allow 'prefix' to be set on the command line

2008-06-09 Thread Peter Jones
s there. It's not POSIX, but I'm not sure if there are any operating systems that are using a plain POSIX make. Someone want to enlighten me? -- Peter Jones, pmade inc. http://pmade.com ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] Re: Kill text in org mode

2008-06-11 Thread Peter Jones
e beginning of the line is: C-- C-k That is, Control-minus and then Control-k. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ 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

[Orgmode] Agenda View, Hiding Scheduled DONE Items

2008-06-19 Thread Peter Jones
TODO. I've been using the agenda view more heavily lately, but it would be nice to filter out DONE items so I can see what remains on my task list for the day. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode ma

[Orgmode] Re: Agenda View, Hiding Scheduled DONE Items

2008-06-19 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > (setq org-agenda-skip-scheduled-if-done t) Perfect, thanks! -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] [PATCH] Column View maxlevel Incorrectly Terminates Loop

2008-06-24 Thread Peter Jones
17 00:00:00 2001 From: Peter Jones <[EMAIL PROTECTED]> Date: Tue, 24 Jun 2008 16:52:11 -0600 Subject: [PATCH] Column View maxlevel Incorrectly Terminates Loop When using maxlevel, column view exporting is aborted when the first headline below maxlevel is reached. This prevents any remaining

[Orgmode] [PATCH] Auto-load org-colview when updating a dynamic colview block

2008-07-24 Thread Peter Jones
problem. >From b450416fd270232317c0bc07d59536f2266e3e51 Mon Sep 17 00:00:00 2001 From: Peter Jones <[EMAIL PROTECTED]> Date: Thu, 24 Jul 2008 11:02:14 -0600 Subject: [PATCH] Auto-load org-colview when updating a dynamic colview block If you try to update a dynamic colview block before or

[Orgmode] Project Planning Tutorial Using Org-Mode

2008-07-24 Thread Peter Jones
. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ 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

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-24 Thread Peter Jones
but I think muse is a bit more appropriate for publishing. Thanks for all the great feedback so far! I'm definitely going to incorporate it into my next article. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mail

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-24 Thread Peter Jones
that it didn't have enough detail. In the end, I felt it was already getting too lengthy, and adding more specific information would make it discouragingly long. I'm hoping to find a better balance between length and detail in my next article. -- Peter Jones, http://pmade.com

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-24 Thread Peter Jones
currently available as a Rails Engine (plugin): git clone git://pmade.com/barecms -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@g

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-24 Thread Peter Jones
. Would be a good compromise For the time being, I did make the entire org file available: http://pmade.com/static/artifacts/articles/2008/project-planning/project-planning.org It has some of the technical details people might be looking for, e.g. the column view format. -- Peter Jones, http://p

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Peter Jones
Peter Jones <[EMAIL PROTECTED]> writes: > The file you want is: > > emacs/emacs.d/pmade-org.el Of course, I meant to say: emacs/emacs.d/pmade-colors.el For my home-brewed color theme. Sorry about that. -- Peter Jones, http://pmade.com pmade inc. Lo

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Peter Jones
rolf <[EMAIL PROTECTED]> writes: > What a clean and concise rc-setup! > > And, thx for sharing! Thanks. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > looks great! My workflow would completely suck if it weren't for Org-Mode. Thanks Carsten! -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list

[Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-26 Thread Peter Jones
non-standard for my tastes. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ 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

[Orgmode] Re: Displaying column titles in column view

2008-08-01 Thread Peter Jones
Maybe that's the only place that the top gutter can appear. I don't have any of these problems, but I'm using GNU Emacs. I do know that org-mode has a completely different implementation of column view for XEmacs. You might want to look in org-colview-xemacs.el and do some light

[Orgmode] Re: How to convert org file to such a plain text

2008-08-04 Thread Peter Jones
gt; I'm not a programmer, so if my request is stupid and easy to achieve by > any other way, please let me know. For the time being, it might make sense to create a keyboard macro that exports to ASCII, and then replaces stars with tabs. -- Peter Jones, http://pmade.com pmade inc. Louisvill

[Orgmode] Re: Command line tricks

2008-08-06 Thread Peter Jones
Russell Adams <[EMAIL PROTECTED]> writes: > I've recently started using a few command line options with Org I > thought I'd share, perhaps they'll inspire someone else. Awesome stuff Russell. Thanks for sharing. -- Peter Jones, http://pmade.com pm

[Orgmode] Re: Bug: auto-fill in a body often inserts "#"

2008-08-20 Thread Peter Jones
org-mode that came in the latest emacs 22 is pretty old. The current version is 6.06b available from http://orgmode.org/. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to s

[Orgmode] Re: Bug: auto-fill in a body often inserts "#"

2008-08-21 Thread Peter Jones
t the problem might be the fill-prefix, but in my case, it was nil as expected. You might want to see what the fill-prefix is next time it starts doing that, just to be sure: , | C-h v fill-prefix ` -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US __

[Orgmode] Correct Way to Create Sibling Headings

2008-09-11 Thread Peter Jones
ed heading? 2. What is the intended difference between M-return and C-return? Thanks. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmo

[Orgmode] Re: Correct Way to Create Sibling Headings

2008-09-13 Thread Peter Jones
and M-S-RET will > behave just like C-RET and C-S-RET, respectively, so in this way you > can make this behavior the default. Great! I can't wait to update and try this out. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-o

[Orgmode] Re: Any iPhone devellopers here

2008-10-06 Thread Peter Jones
written any code yet, but was thinking about writing an Objective-C library that can parse org files. The problem, of course, is dealing with any Lisp, like recurring dates. I'd be very interested in hearing your ideas Carsten. -- Peter Jones, http://pmade.com

[Orgmode] Re: org-mode and OmniOutliner

2008-10-06 Thread Peter Jones
fits into my workflow much better. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ 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

[Orgmode] [PATCH] Fix Subtle Heading Creation Bugs

2008-10-17 Thread Peter Jones
nsert-todo-heading and the OrgMode manual. Thanks Carsten for making the changes in 238d0d1 for me. With the attached patch, heading creation is now perfect (for me at least ;). >From 200826587af4bd40995d1d45381006ed0639f7e9 Mon Sep 17 00:00:00 2001 From: Peter Jones <[EMAIL PROTECTED]> Date:

[Orgmode] Re: Fix Subtle Heading Creation Bugs

2008-10-18 Thread Peter Jones
of least resistance for creating new headings, C-RET. If this isn't good for OrgMode in general, I can easily bind C-j to do what I want as well. Thanks. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-orgmode mailing list

[Orgmode] Re: Fix Subtle Heading Creation Bugs

2008-10-22 Thread Peter Jones
te." (interactive "P") - (when (not (org-insert-item 'checkbox)) + (when (or force-heading (not (org-insert-item 'checkbox))) (org-insert-heading force-heading) (save-excursion (org-back-to-heading) -- Peter Jones

[Orgmode] Re: Strange behavior of C-RET and C-S-RET

2008-10-28 Thread Peter Jones
Carsten Dominik <[EMAIL PROTECTED]> writes: > I cannot reproduce this problem. Can anyone else? It happens to me sometimes. I'll see if I can come up with a test case that will reproduce this on demand. Then I can look into fixing it. -- Peter Jones, http://pmade.com pmade in

[Orgmode] Re: Does this happen to you? Aquamacs messes with you! (but I still like my Mac)

2008-11-07 Thread Peter Jones
like a Mac application. My problem with it is that it does so at the cost of normal Emacs functionality. But don't take my word for it, hop on #emacs and ask there ;) -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US ___ Emacs-or

[Orgmode] [ANN] Org Invoice 1.0.0

2008-11-26 Thread Peter Jones
27;s enough interest I'll post this to Worg with a tutorial. To those org-mode users in the US that are celebrating Thanksgiving, have a Happy Holidays! org-invoice.el Description: application/emacs-lisp -- Peter Jones, http://pmade.com pmad

[Orgmode] Re: [ANN] Org Invoice 1.0.0

2008-12-06 Thread Peter Jones
[EMAIL PROTECTED] (Mark A. Hershberger) writes: > Now, if I can just figure out how to integrate invoicing and ledger Is ledger an application, or some additional org functionality you want? -- Peter Jones, http://pmade.com pmade inc. Louisville, CO

[Orgmode] Re: [ANN] Org Invoice 1.0.0

2008-12-10 Thread Peter Jones
#+BEGIN: invoice | Task / Date | Time | Price | |-+--+---| | Total: | 0:00 | 0.00 | #+END: This is based on what I know about org-odd-levels-only, which isn't much. org-invoice should correctly move up to the 3-star heading if you set org-invoice-default-level to 2.

  1   2   >