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.
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
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
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
nterrupt the user by encrypting a heading that is
being edited.
--
Peter Jones - pmade inc.
303-219-0226 http://pmade.com
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
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
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
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.
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
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
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
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
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
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
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
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.
(concat
- (if org-tags-match-list-sublevels
- (make-string (1- level) ?.) "")
- (org-get-heading))
+ (org-get-heading)
category
;(org-get-t
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
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
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
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
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
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
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'
(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)
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
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.
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
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
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
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
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
)
>
> 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
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
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.
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
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
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
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
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
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
{%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.
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
__
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
$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
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:/
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.
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
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.
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
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
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
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
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
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
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
.
--
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
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
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
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
. 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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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:
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
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
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
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
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
[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
#+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 - 100 of 103 matches
Mail list logo