Thanks, another org-export irritant: could we lose the "#+ insert some
descriptive text here" line from the default template?
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.or
On Aug 26, 2008, at 2:26 AM, William Henney wrote:
Hi Scott
On Sat, Aug 16, 2008 at 11:38 AM, Scott Otterson
<[EMAIL PROTECTED]> wrote:
By the way, it would be lovely if it were possible to use emacs's
built-in
artist-mode:
http://www.cinsk.org/emacs/emacs-artist.html
to draw diagrams in
Yes, now see what you mean. This is a bug, fixed now.
Thanks!
- Carsten
On Sep 5, 2008, at 3:42 PM, T. V. Raman wrote:
org.el has the following definition:
(defconst org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a
%H:%M>")
"Formats for `format-time-string' which are used for ti
Sorry for the repost (original of 8/8), but I have been looking for an
answer in the manual, as well as in the sources and I really don't
dare to touch anything down there...
Is it possible to build a clocktable with the agenda as scope, but
summing up all times per headline level, and not
--- Ven 5/9/08, Yann Tambouret ha scritto:
> %^{prompt} option in a remember template,
[...]
> %^{Where|WORK|HOME|OUT}
>
> but when I use the template I get:
>
> Where [WORK] :
>
> If I press the up arrow once I get "HOME" or the
> down arrow once I get
> "WORK". If I press either arrow a secon
This is a really (*really*) trivial problem, but one that I've seen many
times, is annoying, and I wonder if anyone knows an easy fix.
I'll get these long lines (not text just some graphical artifact) off
the left of comments. See image attached.
The line goes away if:
* Change to text mode
*
Hi,
I'd like to use the %^{prompt} option in a remember template, and I'd
like to have optional defaults. I thought this was done like so:
%^{Where|WORK|HOME|OUT}
but when I use the template I get:
Where [WORK] :
If I press the up arrow once I get "HOME" or the down arrow once I get
"WORK".
Carsten Dominik wrote:
On Sep 5, 2008, at 11:49 AM, Rick Moynihan wrote:
Hi Carsten,
I'll give Bernt's suggestion a try, and hopefully this will happen a
lot less. I am quite fond of the sequence shifting keys though, so
we'll see how I get on.
Rather than re-defining undo, which I can
org.el has the following definition:
(defconst org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a %H:%M>")
"Formats for `format-time-string' which are used for time stamps.
It is not recommended to change this constant.")
The above loses when you use org-insert-export-options-template
and
My mistake, this is indeed also broken under GNU Emacs. I had turned
off strikethrough emphasis, that is why it looked OK for me.
- Carsten
On Sep 5, 2008, at 9:05 AM, Carsten Dominik wrote:
Actually, in my GNU Emacs, prefixing these lines with ":" makes them
look fine. You are using XEma
On Sep 5, 2008, at 11:49 AM, Rick Moynihan wrote:
Hi Carsten,
I'll give Bernt's suggestion a try, and hopefully this will happen a
lot less. I am quite fond of the sequence shifting keys though, so
we'll see how I get on.
Rather than re-defining undo, which I can see might cause problem
Hi Carsten,
I'll give Bernt's suggestion a try, and hopefully this will happen a lot
less. I am quite fond of the sequence shifting keys though, so we'll
see how I get on.
Rather than re-defining undo, which I can see might cause problems.
Would it be possible to add an extra command into t
Carsten Dominik <[EMAIL PROTECTED]> writes:
Hi Carsten,
> Things will be fine if you explicitly specify nil for the file and
> headline fields in the template definition. Or get the latest git
> release, where this problem is fixed as well.
Thanks a lot.
Bye,
Tassilo
--
GNU Emacs is a text ed
Hi Tassilo,
I though a little bit about this, and using org-struct-mode in a
commented block of text is going to be bumpy. No easy path.
What I do in such cases:
I put tow markers into the buffer hat delimit the text I want to edit
in orgstruct-mode. And then I have custom function that
Actually, in my GNU Emacs, prefixing these lines with ":" makes them
look fine. You are using XEmacs, right?
- Carsten
On Aug 15, 2008, at 11:54 PM, Scott Otterson wrote:
Is there a way to protect text regions from org mode parsing? When
I paste the following under an org mode headline:
Hi Tassilo,
this is a bug in compatibility code that is supposed convert values
previously valid for org-remember-templates to the new format. In
your case, this code modified your templates to include the empty
string as the default headline. You can see this if you look at the
value o
Hi Richard,
what is your value of org-agenda-skip-scheduled-if-done? I believe
that this
variable will be respected with your appt setup. If you don't want to
set this variable for normal agenda display, try
(add-hook 'org-finalize-agenda-hook
(lambda ()
(let ((org-agenda-skip-schedul
On Aug 28, 2008, at 3:19 AM, David A. Gershman wrote:
Before anyone does, I'll ping myself with an "RTFM!" :)
Found my answer in the org manual, page 39.
However, it shows the 33% (by the example below), not the computed
65%.
Anyone know if that method is possible?
I am afraid no.
- Ca
Wow, what a stupid, terrible bug.
I applied you patch, thanks.
- Carsten
On Sep 4, 2008, at 11:54 PM, Nick Dokos wrote:
The default calc-date-format in org-table.el uses a 12-hour clock, as
Stephan Schmitt discovered - see
http://article.gmane.org/gmane.emacs.orgmode/7753
I think it
Hi Bostjanv,
first of all, I do not understand why you seem to think it matters if
the mouse is inside or outside the time stamp when `C-c .' is called.
I believe it does not matter at all.
On Aug 31, 2008, at 3:56 AM, [EMAIL PROTECTED] wrote:
Section 8.2 (node: Creating timestamps) of t
Hi Rick,
since you are normally going to edit the note, certainly with the
ability
to undo, I don't think it makes sense to redefine undo for this. I
can see how what you
ask for would be useful, but I see no good logic to implement it.
Maybe the easiest is to define yourself a separate ke
Applied, thanks.
- Carsten
On Sep 5, 2008, at 4:43 AM, Bernt Hansen wrote:
Fix key description of double prefix and spelling.
---
lisp/org.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index d551602..2321f2c 100644
--- a/lisp/org.el
+++
22 matches
Mail list logo