On Jan 12, 2010, at 1:33 AM, Chris Randle wrote:
Hi Carsten et al.
Carsten Dominik wrote:
Same here, you need to set this variable *before* org.el gets
loaded - I am
suspecting that you are setting it after?
This is kind of tricky. Variable settings should therefore
*before* any require
this seems like a stupid question, but how do I control what programs
org uses when it launches an exported file in an external viewer? I
keep getting galeon for html, okular for pdf, which on my system are two
buggy programs I otherwise never use. They don't get launched by, say,
nautilus or fir
Hi Carsten et al.
Carsten Dominik wrote:
Same here, you need to set this variable *before* org.el gets loaded - I am
suspecting that you are setting it after?
This is kind of tricky. Variable settings should therefore *before* any
require statements, and also the
(load-file "~/.emacs.d
The question of timestamps for events that occur based on the ordinal
count of weeks in the month (e.g., "every second Tuesday of the month")
has come up several times before. The bottom line is that a diary sexp
has to be used, and I understand that.
This is fine for, say, U.S. election days
Adding
(require 'time-date)
to your .emacs should make the functions in time-date available... but
it looks like the require statement above is called in org.el, so maybe
try adding the more forceful
(load "path/to/time-date.el")
to your .emacs
I'm not sure why the require statement in org
When I try to use column view in my org file (C-c C-x C-c), I get the
following error:
Symbol's function definition is void: time-to-number-of-days
I looked at time-date.el and found the definition of time-to-number-of-days.
I noticed that many of the functions in time-date.el have the followin
I would like to export an estimate in column view via the text exporter.
When I export the file now, none of the hour estimates or summation of
estimates is displayed.
Thanks,
Dustin
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies
Hi,
Here's what I'm trying to do (without success) in my spreadsheet:
I have a first table :
#+TBLNAME: table1
| ... |... | |...|...
and a second table:
#+TBLNAME: table2
| line_reference | ... |... | |...|...
The line_reference is the line number to get some information in the
tabl
On Jan 11, 2010, at 5:01 PM, Giovanni Ridolfi wrote:
David Maus writes:
At Mon, 11 Jan 2010 15:08:08 +0100,
Giovanni Ridolfi wrote:
Giovanni Ridolfi writes:
Carsten Dominik writes:
Hi Chris, I am not able to reproduce this.
I can reproduce it with the latest version:
Org-mode version 6
An error was thrown when all tags of a headline are hidden by
org-agenda-hide-tags-regexp (in this case the function get-text-property
got nil as third argument)
---
lisp/org-agenda.el | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/lisp/org-agenda.el b/li
Hey Sébastien,
Sébastien Vauban writes:
> Hello,
>
> Here my proposal (and my very first self-written chunk of ELisp code) for
> switching to the right language for ispell, upon reading the contents of the
> meta-tag `LANGUAGE'.
I think using File Variables are better for this. For no particula
David Maus writes:
> At Mon, 11 Jan 2010 15:08:08 +0100,
> Giovanni Ridolfi wrote:
>> Giovanni Ridolfi writes:
>> > Carsten Dominik writes:
>> >> Hi Chris, I am not able to reproduce this.
>> I can reproduce it with the latest version:
>> Org-mode version 6.34 (trans 2010-01-12 15:00 CET)
>> >
At Mon, 11 Jan 2010 15:08:08 +0100,
Giovanni Ridolfi wrote:
>
> Giovanni Ridolfi writes:
>
> > Carsten Dominik writes:
> >
> >> Hi Chris, I am not able to reproduce this.
> >
> I can reproduce it with the latest version:
>
> Org-mode version 6.34 (trans 2010-01-12 15:00 CET)
> > GNU Emacs 23.1.1
Giovanni Ridolfi writes:
> Carsten Dominik writes:
>
>> Hi Chris, I am not able to reproduce this.
>
I can reproduce it with the latest version:
Org-mode version 6.34 (trans 2010-01-12 15:00 CET)
> GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON
> Windows XP Pro SP3
Does
Carsten Dominik writes:
> Hi Chris, I am not able to reproduce this.
I can reproduce it [beware, with 6.33trans 2010-01-08 version!]
Carsten, I will update to 6.34trans in few minutes and post
the results.
Org-mode version 6.33trans (6.33trans)
GNU Emacs 23.1.1 (i386-mingw-nt5.1.26
Sébastien Vauban writes:
> Hi all,
>
>> The download links for org-mode don't work.
>
> So does the link to the BEAMER_section ;-(
>
> http://orgmode.org/manual/Beamer-class-export#Beamer-class-export
http://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export
missing ".html"
che
Hi Chris, I am not able to reproduce this.
these are blocked just fine for me, at least the first time I try. If
I try again immediately, the entries do switch to other non-done
states, but not to DONE.
- Carsten
On Jan 11, 2010, at 1:07 PM, Chris Randle wrote:
Hi Carsten,
I'm using Or
Hi Carsten,
I'm using Org-mode 6.33f under GNU Emacs 22.1.1 and Windows XP Pro SP3.
In one of my Org files, I have the line:
#+TYP_TODO: TODO NEXT WAIT PROJ | DONE NODO
But I find that, in the snippet below for example, tasks b and c are not
dependency-blocked, i.e. I can switch them to DONE
Hello,
Here my proposal (and my very first self-written chunk of ELisp code) for
switching to the right language for ispell, upon reading the contents of the
meta-tag `LANGUAGE'.
--8<---cut here---start->8---
(defun org-switch-language ()
"Switch language
Hi Carsten and Matthew,
I think the problem is related to mrd-org-smartwrap-mode, but I cannot
further pinpoint it.
Here is a small startup file for reproducing (init.mrd.el):
-->8-->8-->8-->8-->8--
; path to current org-mode here
(add-to-list 'load
Hi all,
> The download links for org-mode don't work.
So does the link to the BEAMER_section ;-(
http://orgmode.org/manual/Beamer-class-export#Beamer-class-export
Best regards,
Seb
--
Sébastien Vauban
___
Emacs-orgmode mailing list
Please use `
On Jan 11, 2010, at 12:04 AM, Peter Smith wrote:
Hi,
The download links for org-mode don't work. It looks as if the version
numbers are wrong (e.g. 3.34 instead of 6.34).
Hi Peter,
please refresh orgmode.org in your browser.
- Carsten
Kind regards
Peter Smith
Department of Manageme
Hi,
The download links for org-mode don't work. It looks as if the version
numbers are wrong (e.g. 3.34 instead of 6.34).
Kind regards
Peter Smith
Department of Management and International Business
The University of Auckland Business School, Private Bag 92019, AUCKLAND
Email: p.sm...@aucklan
Hi Martin,
I am unable to reproduce this.
Could you please try to create a minimal setup with a minimum
configuration?
Thanks.
- Carsten
On Jan 11, 2010, at 10:16 AM, Martin Pohlack wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. Yo
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
--
25 matches
Mail list logo