Fixed, thanks.
- Carsten
On Jul 7, 2009, at 3:54 AM, Bernt Hansen wrote:
Carsten Dominik writes:
On Jul 6, 2009, at 1:10 PM, henry atting wrote:
Hmmm, lets try to guess what the variable name might be.
something starting with "org-"
something containing "stamp"
something containing "t
Hi Kristina,
this does work correctly for me, using your test file as it is.
So I would think that you are not using 6.28e but some older version.
What do you get with
M-x org-version RET
?
If it is not 6.28e, check out
http://orgmode.org/worg/org-faq.php#loaded-old-org
HTH
- Carste
Nathan Neff wrote:
> I am able to successfully read the contents of
> "/Users/nate/personal/booktemp.txt" into a new remember-note.
>
> (setq org-remember-templates
> '(("Book" ?b "\n* %^{Book Title} %t :READING:
> \n%[/Users/nate/personal/booktemp.txt]\n"
> "L:journal.org")
>
Hi,
I've already found and corrected the stupid typo, and that didn't fix this
problem, so it's time to call for help.
I just downloaded 6.28e last night. I am using GNU Emacs, 22.3.1 on Windows
XP.
I'm trying to export an org file to LaTeX, and overall it is working ok.
However, I cannot s
Carsten Dominik writes:
> On Jul 6, 2009, at 1:10 PM, henry atting wrote:
>
> Hmmm, lets try to guess what the variable name might be.
>
> something starting with "org-"
> something containing "stamp"
> something containing "toc"
>
>
> M-x apropos-variable RET org.*stamp.*toc.* RET
>
> http:/
Nathan Neff writes:
> Hello,
>
> I am able to successfully read the contents of
> "/Users/nate/personal/booktemp.txt" into a new remember-note.
>
> (setq org-remember-templates
> '(("Book" ?b "\n* %^{Book Title} %t :READING:
> \n%[/Users/nate/personal/booktemp.txt]\n"
> "L:jour
Hello,
I am able to successfully read the contents of
"/Users/nate/personal/booktemp.txt" into a new remember-note.
(setq org-remember-templates
'(("Book" ?b "\n* %^{Book Title} %t :READING:
\n%[/Users/nate/personal/booktemp.txt]\n"
"L:journal.org")
))
Now, I'd like to b
At Mon, 06 Jul 2009 17:08:09 -0400,
Nick Dokos wrote:
>
> Sébastien Vauban wrote:
>
> > But the answer already was in my article=C2=A0;-)
it's the things in front of you that are easiest to miss... :(
___
Emacs-orgmode mailing list
Remember: use `
Sébastien Vauban wrote:
> But the answer already was in my article=C2=A0;-)
>
> >>> BTW, you'd better use `C-c M-m' for quoting your code. It will allow an
> >>> easy copy past of it... Like this:
>
> C-c M-m runs the command message-mark-inserted-region, which is an interact=
> ive
> compiled
Hi Nick and Eric,
Nick Dokos wrote:
> Eric S Fraga wrote:
>> Se9bastien Vauban wrote:
>>> It is bound to C-c M-m, .
>>>
>>> (message-mark-inserted-region beg end &optional verbatim)
>>
>> I'm curious: I don't have this function defined (using emacs
>> 23.0.94.1). Where do you get this from as
Hi all,
Carsten Dominik wrote:
> Sébastien Vauban wrote:
>> Carsten Dominik wrote:
>>> Sébastien Vauban wrote:
>> [This is not working...]
>>
--8<---cut here---start->8---
#+LaTeX: \begin{framed}
#+ATTR_LaTeX: align=lrrr
| Code | \euro{} | \% | \euro{} |
|
Fixed, thanks.
- Carsten
On Jul 6, 2009, at 9:28 PM, Phil Rooke wrote:
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index 149bd30..91bf482 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2
headline
Fixed, thanks.
- Carsten
On Jul 6, 2009, at 8:58 PM, Matthew Lundin wrote:
Hi Carsten,
I discovered a typo in org-clock.el that was preventing
org-clock-in-hook from working.
- Matt
---
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index d0a6ebf..79dcb49 100644
--- a/lisp/org-cloc
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index 149bd30..91bf482 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2 headline
(setq char0 (read-char-exclusive))
At Mon, 06 Jul 2009 13:55:45 -0400,
Nick Dokos wrote:
> I had the same question: it's part of message.el, but it is bound to
> C-c m (at least on GNU Emacs 23.1.50.1).
Ah ha! Found it (and it's bound to C-c M-m in my version). Didn't
see it before because I was no longer loading message.el, havi
Hi Carsten,
I discovered a typo in org-clock.el that was preventing
org-clock-in-hook from working.
- Matt
---
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index d0a6ebf..79dcb49 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -582,7 +582,7 @@ the clocking selection, associ
>> Matthew Lundin wrote:
> Thanks! I was able to move the global-mode-string farther up in
> the default-mode-line-format variable. Now if only I could get the
> org-mode-line-string as the first entry in the global-mode-string.
>
> Upon further reflection, I decided I would prefer the following
Nick Dokos writes:
> Matthew Lundin wrote:
>
>> I've made some progress in understanding emacs this past year, but
>> customizing the mode-line eludes me.
>>
>> When I clock into an item in org-mode, the clock information is always
>> at the extreme right of the mode line --- and thus unable to
Andreas Rottmann writes:
Hi Andreas,
> Without the following patch, storing links to Gnus Article buffers
> fails on CVS Emacs, as they (at least in my setup -- IMAP) always
> contain a "From " line, which can't be parsed as an RFC822 header.
Could you elaborate a bit, i.e. provide such an exam
Eric S Fraga wrote:
> At Mon, 06 Jul 2009 17:40:48 +0200,
> S=C3=A9bastien Vauban wrote:
> > It is bound to C-c M-m, .
> >=20
> > (message-mark-inserted-region beg end &optional verbatim)
>
> I'm curious: I don't have this function defined (using emacs
> 23.0.94.1). Where do you get this fro
Matthew Lundin wrote:
> I've made some progress in understanding emacs this past year, but
> customizing the mode-line eludes me.
>
> When I clock into an item in org-mode, the clock information is always
> at the extreme right of the mode line --- and thus unable to be seen
> unless I make my e
At Mon, 06 Jul 2009 17:40:48 +0200,
Sébastien Vauban wrote:
> It is bound to C-c M-m, .
>
> (message-mark-inserted-region beg end &optional verbatim)
I'm curious: I don't have this function defined (using emacs
23.0.94.1). Where do you get this from as it would be nice to have.
thanks,
eric
Hi everyone,
I've made some progress in understanding emacs this past year, but
customizing the mode-line eludes me.
When I clock into an item in org-mode, the clock information is always
at the extreme right of the mode line --- and thus unable to be seen
unless I make my emacs window full scree
On Mo, Jul 06 2009, Carsten Dominik wrote:
> On Jul 6, 2009, at 3:57 PM, henry atting wrote:
>
>> On Mo, Jul 06 2009, henry atting wrote:
>>
>>> On Mo, Jul 06 2009, Carsten Dominik wrote:
>>>
On Jul 6, 2009, at 1:10 PM, henry atting wrote:
> On Mo, Jul 06 2009, henry atting wrote:
>>
On Jul 5, 2009, at 6:40 PM, Nick Dokos wrote:
Spike Spiegel wrote:
...
Also, given a variable like org-export-latex-image-default-option, is
there any way to override it per file or per document class?
...
Well, yes and no (mostly no - but see below):
o You can of course customize this va
Hi Andreas,
I like the patch and have applied it.
This is on the border of something where I need a copyright assignment.
Mind to send one to the FSF?
- Carsten
On Jul 3, 2009, at 11:06 PM, Andreas Rottmann wrote:
Hi!
Well, the subject says it all -- attached is a rough patch to allow
mor
On Jul 6, 2009, at 12:06 PM, Rudi Schlatte wrote:
Greetings,
I run emacs cvs head and the org-mode that is bundled with it.
Visual-line-mode is turned on.
The display part of visual-line-mode (breaking long lines into
paragraphs visually) works as expected, but C-a (org-beginning-of-
l
Hi all,
I often edit org-mode files in my emacs server. After some time,
org-mode behaves strangely and can only be brought back to normal by
rebooting the emacs server.
The symptom is that tree folding does not work anymore. Everything is
expanded (also when loading new org files) and hitting
Kyle Sexton writes:
> The way I would like to use the link-up and link-home feature is to have
> those links point back to my main org index.html that is automatically
> generated. I can then have a list of all my notes and when someone clicks
> in the note they aren't "trapped" in that note. Ve
Hi Nick,
BTW, any solution for exporting to a Beamer presentation? I'd be very
very very interested by anything in that direction. That's the last piece
of the whole puzzle, IMHO.
>>>
>>> I did a beamer presentation in org-mode last month (1 hour, about 20
>>> slides). Here is a sim
On Jul 6, 2009, at 3:57 PM, henry atting wrote:
On Mo, Jul 06 2009, henry atting wrote:
On Mo, Jul 06 2009, Carsten Dominik wrote:
On Jul 6, 2009, at 1:10 PM, henry atting wrote:
On Mo, Jul 06 2009, henry atting wrote:
Mmh, what option do I have to use if I want to display the
timestamp
On Mon, Jul 6, 2009 at 5:08 AM, Carsten Dominik
wrote:
> Hi Kyle,
>
> currently :link-up and :link-home only show up when you use
> org-info.js Javascript to display the file.
>
> I would even say this is a bug. Any proposals on how these
> links should be included in "normal" HTML output? Sebast
Thanks. I guess I'll have to upgrade.
Actually on looking through the org-6.06b dir I find no css files at all.
Thanks again. Charles
2009/7/6 Sebastian Rose
>
> Charles Howard writes:
> > Line 46 was already in the table of contents.
> >
> > I'm using org-mode 6.06, emacs 22.1.1, Ubuntu 8.04.
Greetings,
I run emacs cvs head and the org-mode that is bundled with it. Visual-
line-mode is turned on.
The display part of visual-line-mode (breaking long lines into
paragraphs visually) works as expected, but C-a (org-beginning-of-
line) jumps to the start of the paragraph (i.e. start
On Jul 6, 2009, at 12:18 AM, Stefan Vollmar wrote:
Dear Carsten,
On 05.07.2009, at 23:27, Carsten Dominik wrote:
Hi Stefan,
the magic of id: links is just that they are globally unique, and
that
they will find the right target even if you move the target entry
from one file to another.
On Mo, Jul 06 2009, henry atting wrote:
> On Mo, Jul 06 2009, Carsten Dominik wrote:
>
>> On Jul 6, 2009, at 1:10 PM, henry atting wrote:
>>
>>> On Mo, Jul 06 2009, henry atting wrote:
>>>
Mmh, what option do I have to use if I want to display the
timestamp in
a headline when export
On Jun 29, 2009, at 9:51 AM, Rainer Stengele wrote:
Hi all,
I wonder if my question was too complicated or too stupid?
Not at all. It is only that the implementation should still
allow flexibility to change list types if you wish and not
immediately get this change reversed.
I have now imp
On Mo, Jul 06 2009, Carsten Dominik wrote:
> On Jul 6, 2009, at 1:10 PM, henry atting wrote:
>
>> On Mo, Jul 06 2009, henry atting wrote:
>>
>>> Mmh, what option do I have to use if I want to display the
>>> timestamp in
>>> a headline when exporting to html?
>>
>> Sorry, wrong question. What I re
On Jul 6, 2009, at 1:10 PM, henry atting wrote:
On Mo, Jul 06 2009, henry atting wrote:
Mmh, what option do I have to use if I want to display the
timestamp in
a headline when exporting to html?
Sorry, wrong question. What I really want to know is how to display
the
timestamp in the *t
On 07/06/2009 06:46 AM, Sebastian Rose wrote:
Paul Michael Reilly writes:
I added a plain list to my file:
...
- term1 :: this means something
- term2 :: this means something else
- term3 :: and something different still
...
fully expecting the term and the description rendered i
Carsten Dominik wrote:
[...]
>> I could also be handled like this item:
>>
>> --
>> * TODO test4
>> DEADLINE: <2009-07-06 Mo 14:00> SCHEDULED: <2009-07-06 Mo 13:00>
>> --
On Jul 6, 2009, at 1:58 PM, Sebastian Rose wrote:
Carsten Dominik writes:
Hi Kyle,
currently :link-up and :link-home only show up when you use
org-info.js Javascript to display the file.
I would even say this is a bug. Any proposals on how these
links should be included in "normal" HTML ou
Carsten Dominik writes:
> Hi Kyle,
>
> currently :link-up and :link-home only show up when you use
> org-info.js Javascript to display the file.
>
> I would even say this is a bug. Any proposals on how these
> links should be included in "normal" HTML output? Sebastian,
> I am of course looking a
Kyle Sexton writes:
> What is the proper format for those variables? I've tried to set them
> several different ways:
>
> http://www.sitename.com
> index.html
> "http://www.sitename.com";
> ""
#+INFOJS_OPT: up:index.html home:/index.html
Sebastian
___
Charles Howard writes:
> Line 46 was already in the table of contents.
>
> I'm using org-mode 6.06, emacs 22.1.1, Ubuntu 8.04.
That must be it. ^^--- that's quite an old version.
The #+STYLE: feature was first documented in revision
3c916eeb385a688d6d99819aad217a49ed82de58 and added in
rev. c43
On Mo, Jul 06 2009, henry atting wrote:
> Mmh, what option do I have to use if I want to display the timestamp in
> a headline when exporting to html?
Sorry, wrong question. What I really want to know is how to display the
timestamp in the *table of contents*. ;)
___
Mmh, what option do I have to use if I want to display the timestamp in
a headline when exporting to html?
Regards
henry
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/ma
Paul Michael Reilly writes:
> I added a plain list to my file:
>
> ...
> - term1 :: this means something
> - term2 :: this means something else
> - term3 :: and something different still
> ...
>
> fully expecting the term and the description rendered in HTML to be on the
> same
> line as is
On Jul 6, 2009, at 12:19 PM, Martin Pohlack wrote:
Carsten Dominik wrote:
On Jul 6, 2009, at 11:53 AM, Martin Pohlack wrote:
Tassilo Horn wrote:
Martin Pohlack writes:
Hi Martin,
I have problems with the following recurring timestamp:
Carsten Dominik wrote:
> On Jul 6, 2009, at 11:53 AM, Martin Pohlack wrote:
>
>> Tassilo Horn wrote:
>>> Martin Pohlack writes:
>>>
>>> Hi Martin,
>>>
I have problems with the following recurring timestamp:
--
* TO
Hi Kyle,
currently :link-up and :link-home only show up when you use
org-info.js Javascript to display the file.
I would even say this is a bug. Any proposals on how these
links should be included in "normal" HTML output? Sebastian,
I am of course looking at you here :-)
- Carsten
On Jul 5, 2
On Jul 6, 2009, at 7:33 AM, Scott Jaderholm wrote:
Hi,
Is (setq org-empty-line-terminates-plain-lists t) supposed to change
indentation in emacs org buffers?
I guess it would be nice if it did, but this is not yet implemented.
- Carsten
Even with the above setting, the following snip
On Jul 6, 2009, at 11:53 AM, Martin Pohlack wrote:
Tassilo Horn wrote:
Martin Pohlack writes:
Hi Martin,
I have problems with the following recurring timestamp:
--
* TODO test3
DEADLINE: <2009-07-07 Di 15:00 +1w -1h>
Tassilo Horn wrote:
> Martin Pohlack writes:
>
> Hi Martin,
>
>> I have problems with the following recurring timestamp:
>> --
>> * TODO test3
>> DEADLINE: <2009-07-07 Di 15:00 +1w -1h>
>> -
Martin Pohlack writes:
Hi Martin,
> I have problems with the following recurring timestamp:
> --
> * TODO test3
> DEADLINE: <2009-07-07 Di 15:00 +1w -1h>
> --
Hi all,
I have problems with the following recurring timestamp:
--
* TODO test3
DEADLINE: <2009-07-07 Di 15:00 +1w -1h>
--
When I mark the item as done, it los
At Sun, 5 Jul 2009 18:26:48 -0400,
Raffi R wrote:
>
> Hello,
>
> Here is the current jot-mode (I think...the latest version is at my
Thanks! I'll give this a try over the next few days (I have a big
meeting tomorrow where this could come in quite useful) and will get
back to you.
eric
__
57 matches
Mail list logo