Sorry, I reviewed that in 'intro to lisp' but promptly forgot about it.
Thanks.
-Original Message-
From: Bernt Hansen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2008 8:47 AM
To: [EMAIL PROTECTED]
Cc: Parker, Matthew; emacs-orgmode@gnu.org
Subject: Re: [Orgmode] RE
Yes, but this would require I first move to the buffer to write to, do
the insert, then move back to the buffer I'm searching in.
-Original Message-
From: Bernt Hansen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2008 11:03 PM
To: Parker, Matthew
Cc: emacs-orgmode@gn
I've reviewed a lot of the docs, but maybe missed something... Is there
a function that allows you to just insert text into a buffer. i.e. just
like (prepend-to-buffer buffer-name start stop)... but instead of
passing a start and a stop, you can just pass a string.
Thanks,
matt
__
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
*
Is it possible to work w/ numbers w/ commas in 'spreadsheets'?
when trying to add 3,000 to 4,000 below...
=$1+$2
... yields 7
and this works but is long winded:
@2$3='(+ (string-to-number (replace-regexp-in-string "," "" $1))
(string-to-number (replace-regexp-in-string "," "" $2)) )
)
-Original Message-
From: Eddward DeVilla [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2008 1:02 PM
To: Parker, Matthew
Cc: Emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Turn on "Hyperlinks > Literal Links "
Here is a snip from my .emacs. Maybe you could does somethin
Thanks I'll give that a try!
-Original Message-
From: Eddward DeVilla [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 23, 2008 2:12 PM
To: Parker, Matthew
Cc: Emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Turn on "Hyperlinks > Literal Links "
You might be able to defi
Is there a way to set "Hyperlinks > literal links" on by default?
I found the elisp that works w/in an org buffer, but this fails if I put
it in .emacs.
; turn on literal links
(progn
(org-remove-from-invisibility-spec '(org-link))
(org-restart-font-lock)
)
Thanks,
Matt
_
Perfect. Thanks!
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nick Dokos
Sent: Thursday, August 14, 2008 9:52 PM
To: Parker, Matthew
Cc: Emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Exporting to HTML - underscores cause unwanted
sub-script
Parker
Hi,
The export to HTML is really great
One thing that I'm tripping up on is that I'm trying to list data base
names that have underscores, e.g. prc_tms.
And the 'second word' is coming out subscript: 'prctms' field
I realize this may be a feature and not a bug... but how to tu
Does it have to be equal to 7 words? Or just < 7?
Your life in text
Your life on text
This is your life on text
Org Mode: This is your life in text
Emacs Org Mode: your life in text
-Original Message-
From: [EMAIL PROTECTED] on behalf of Eddward DeVilla
Sent: Wed 7/30/2008 9:31 PM
To
Thanks for the help/info. All is working. "Match" view sounds good to me
also.
Probably too wordy a description:
m Match a Tags, Properties, and/or TODO query
Thanks again
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Giovanni Ridolfi
Sent: Thursda
Hi,
I've read through the manual and maybe missed it but how does one
produce an agenda that filters on both a certain todo keyword and a
certain tag?
Here's the scenario:
1. Given a file setup w/ these TODO sequence keywords and tags
#+SEQ_TODO: TODO WAITING DONE
#+TAGS:
Worked. Thanks.
-Original Message-
From: Bernt Hansen [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2008 5:12 PM
To: Parker, Matthew
Cc: Csányi Pál; emacs-orgmode@gnu.org
Subject: Re: [Orgmode] Re: Export the org spreadsheet into a tab seperated
textfile
"Parker, Matthew&quo
Sorry,
But, can you describe exactly what you mean by "Put the pointer on the table"
I tried putting point in various places (indicated w/ "[p]" below) and ran M-x
org-table-export. But got messages: "No Table at point" or "before first
heading"
Thanks!
[p]
| *one* | *two*| *three*|
| asdf |
15 matches
Mail list logo