Done, thanks.
I am using -no-site-file instead of --no-site-file, this seems to
works best
with different Emacsen..
- Carsten
On May 4, 2009, at 5:36 PM, Tassilo Horn wrote:
David Bremner writes:
is there a specific reason that the Makefile uses emacs -q and not
emacs -Q for byte-compil
On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:
Carsten Dominik writes:
On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
Carsten Dominik writes:
I do not actively color these tasks, but any headlines that
have been *visible* in a window will have been fontified,
others will not have be
On May 4, 2009, at 9:13 PM, Jason Riedy wrote:
I'm trying to change org-export-latex-image-default-option to
"width=.7\\linewidth" in a file local variable. It's set correctly
as a
buffer local variable, and it's having no effect on the export. My
guess is that the buffer-local property is
Hi all,
Though I don't use Safari; some of my colleagues do and they've reported
that my org files published with org-info-js don't have any of the
javascript features enabled.
Is this a known issue?
R.
___
Emacs-orgmode mailing list
Remember:
Hi,
> Strange, because if I try your file, I get the correct
> sequence.
I finally located the problem: when I add the following line to
my .emacs file then the problem happens.
(require 'dircolors)
Without dircolors everything works fine.
Maybe you have an explanation (dircolors.el is attache
Carsten Dominik writes:
> On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:
>
>> Carsten Dominik writes:
>>
>>> On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
>>>
Carsten Dominik writes:
> I do not actively color these tasks, but any headlines that
> have been *visible* in a
On May 5, 2009, at 2:14 PM, Francesco Pizzolante wrote:
Hi,
Strange, because if I try your file, I get the correct
sequence.
I finally located the problem: when I add the following line to
my .emacs file then the problem happens.
(require 'dircolors)
Without dircolors everything works fin
When a branch is collapsed (e.g. invisible), demoting the header should demote
all the subnodes also.
For example, if I have:
* a
* b
* c
** ca
** cb
** cd
* d
and I have the cursor on * c and hit alt-right it would just demote * c to **
c, but if c is collapsed ('* c...') hitting alt-right o
Better now?
- Carsten
On May 5, 2009, at 2:21 PM, Bernt Hansen wrote:
Carsten Dominik writes:
On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:
Carsten Dominik writes:
On Apr 24, 2009, at 8:20 PM, Bernt Hansen wrote:
Carsten Dominik writes:
I do not actively color these tasks, but
Hi Dan,
On Apr 29, 2009, at 9:23 PM, Dan Davison wrote:
I'm finding that the font-lock in the indirect buffer spawned by C-c '
on a source code block is not correct when there is a preceding (odd
number of) apostrophes / backticks etc (depending on the language).
E.g.
* this works fine as t
Yes much! Thanks!! It looks perfect now :)
-Bernt
Carsten Dominik writes:
> Better now?
>
> - Carsten
>
> On May 5, 2009, at 2:21 PM, Bernt Hansen wrote:
>
>> Carsten Dominik writes:
>>
>>> On Apr 24, 2009, at 8:29 PM, Bernt Hansen wrote:
>>>
Carsten Dominik writes:
> On Apr
What is the underlying command for this shortcut:
M-S-
Insert a new item with a checkbox
It does not work for me (if cursor is in a plain list already),
so I have to fill in checkboxes with C-c C-x C-b.
Another question: Is it possible to do something like dired-to-org,
where the directo
On Sun, 3 May 2009 18:14:38 +0200, "Carsten Dominik"
said:
> Hi Peter, Matt,
>
> priorities cannot be inherited.
Fair enough!
In that case, would it be possible to take the default priority for a
new task from the parent task?
Peter.
> - Carsten
>
> On Apr 29, 2009, at 4:40 PM, Peter Westlake
On May 5, 2009, at 3:12 PM, Peter Westlake wrote:
On Sun, 3 May 2009 18:14:38 +0200, "Carsten Dominik"
said:
Hi Peter, Matt,
priorities cannot be inherited.
Fair enough!
In that case, would it be possible to take the default priority for a
new task from the parent task?
I think that an
Kevin Haddock wrote:
>
> When a branch is collapsed (e.g. invisible), demoting the header should
> demote all the subnodes also.
>
> For example, if I have:
>
> * a
> * b
> * c
> ** ca
> ** cb
> ** cd
> * d
>
> and I have the cursor on * c and hit alt-right it would just demote *
> c to ** c
Leo 写道:
Hi Leo,
>
> I ran into that question and have written a small package here:
>
> http://article.gmane.org/gmane.emacs.sources/3066/match=diary+chinese
>
Your package is great!
And I notice two bugs. I think it's not bugs of your package.
1. The calculation of Chinese year is right.
Fo
Hi,
I couldn't find any references to babel in the mailing list nor in
org-latex.el. I have various latex export class headers, but I
sometimes write in English and sometimes in Norwegian, and this is not
bound to the classes (beamer, ps-article, pdf-article). As it is, I've
had
\usepackage[nynor
henry atting wrote:
>
> What is the underlying command for this shortcut:
>
> M-S-
> Insert a new item with a checkbox
>
org-insert-todo-heading - it just happens to do special things in
special cases. At the end of a plain list item or a checkbox item, it
calls (org-insert-item 'checkbo
henry atting writes:
> What is the underlying command for this shortcut:
>
> M-S-
> Insert a new item with a checkbox
,[ C-h k M-S-return ]
| runs the command org-insert-todo-heading
| which is an interactive compiled Lisp function in `org.el'.
| It is bound to .
| (org-insert-todo-h
M-S-RIGHT
M-S-LEFT
I think it's better to behave the same way for collapsed and expanded
trees.
Regards
Sebastian
Kevin Haddock writes:
> When a branch is collapsed (e.g. invisible), demoting the header should demote
> all the subnodes also.
>
> For example, if I have:
>
> * a * b * c ** c
Carsten Dominik writes:
> Hi Dan,
>
> On Apr 29, 2009, at 9:23 PM, Dan Davison wrote:
>
>> I'm finding that the font-lock in the indirect buffer spawned by C-c '
>> on a source code block is not correct when there is a preceding (odd
>> number of) apostrophes / backticks etc (depending on the
>>
Rick Moynihan writes:
> Hi all,
>
> Though I don't use Safari; some of my colleagues do and they've reported that
> my
> org files published with org-info-js don't have any of the javascript features
> enabled.
>
> Is this a known issue?
Yes. It should be fixed now.
You'll have to pull and re-e
Kevin Brubeck Unhammer wrote:
> I couldn't find any references to babel in the mailing list nor in
> org-latex.el. I have various latex export class headers, but I
> sometimes write in English and sometimes in Norwegian, and this is not
> bound to the classes (beamer, ps-article, pdf-article). A
On 2009-05-05 14:53 +0100, Wei-Wei Guo wrote:
> And I notice two bugs. I think it's not bugs of your package.
I assume you mean without loading cal-china-plus, the follow restults
still stand. Could you investigate more and report those bugs to
emacs-devel? The author of calendar.el is actually an
And Carsten Dominik writes:
>> I can smuggle the value in by adding an entry to
>> org-export-plist-vars referring to
>> org-export-latex-image-default-option and pulling the value from
>> the plist, but that feels incorrect.
>
> To me it sounds correct, actually. I have added this, and will
> add
On Di, Mai 05 2009, Nick Dokos wrote:
> henry atting wrote:
>
>>
>> What is the underlying command for this shortcut:
>>
>> M-S-
>> Insert a new item with a checkbox
>>
>
> org-insert-todo-heading - it just happens to do special things in
> special cases. At the end of a plain list item o
On May 5, 2009, at 4:17 PM, Dan Davison wrote:
Carsten Dominik writes:
Hi Dan,
On Apr 29, 2009, at 9:23 PM, Dan Davison wrote:
I'm finding that the font-lock in the indirect buffer spawned by C-
c '
on a source code block is not correct when there is a preceding (odd
number of) apostroph
Sebastian Rose wrote:
Rick Moynihan writes:
Hi all,
Though I don't use Safari; some of my colleagues do and they've reported that my
org files published with org-info-js don't have any of the javascript features
enabled.
Is this a known issue?
Yes. It should be fixed now.
You'll have to pu
I am exporting a report to LaTeX and PDF and would like
to modify the generated output somewhat and can't find
the place I need to tweak.
Currently, with the toc turned on the generated .tex
file has
\maketitle
immediately after the \begin{document} command.
I would like to change this to:
Try redefining org-export-latex-title-command. I often blank it and
make my own title page.
On Tue, May 05, 2009 at 12:22:49PM -0700, Mark Elston wrote:
> I am exporting a report to LaTeX and PDF and would like
> to modify the generated output somewhat and can't find
> the place I need to tweak.
>
Thanks, Russel. That was it.
Actually, after a little playing around I, too, blanked it out
and added a #+BEGIN_LaTeX/#+END_LaTeX fragment to set everything
up just the way I wanted it.
Mark
Russell Adams wrote:
Try redefining org-export-latex-title-command. I often blank it and
make my own t
Hi,
Is it possible to have a repeater (say SCHEDULED: <2009-05-05 Tue
16:00 +24h> or something) that would ensure that the given entry is
automatically scheduled at the same time every day?
Thanks,
Piotr
___
Emacs-orgmode mailing list
Remember: use `R
Piotr Zielinski writes:
> Is it possible to have a repeater (say SCHEDULED: <2009-05-05 Tue
> 16:00 +24h> or something) that would ensure that the given entry is
> automatically scheduled at the same time every day?
Sure. Just try it :) Try +1d instead of +24h like this:
* TODO One
SCHEDULE
Piotr Zielinski writes:
> Is it possible to have a repeater (say SCHEDULED: <2009-05-05 Tue
> 16:00 +24h> or something) that would ensure that the given entry is
> automatically scheduled at the same time every day?
I think <2009-05-05 Tue 16:00 +1d> should work.
Greetings
Sven
--
Sven Bretfe
On Tue, May 5, 2009 at 11:34 PM, Bernt Hansen wrote:
> Piotr Zielinski writes:
>
>> Is it possible to have a repeater (say SCHEDULED: <2009-05-05 Tue
>> 16:00 +24h> or something) that would ensure that the given entry is
>> automatically scheduled at the same time every day?
>
> Sure. Just try i
Leo 写道:
Hi Leo,
I assume you mean without loading cal-china-plus, the follow restults
still stand. Could you investigate more and report those bugs to
emacs-devel? The author of calendar.el is actually an expert in this
field, it is good to have him reviewing this.
1. The calculation of Chine
On 2009-05-06 00:32 +0100, Wei-Wei Guo wrote:
>>> 1. The calculation of Chinese year is not right.
>>>
>>> For example, if I born in 1982.11 of *solar* calendar and my father born
>>> in 1952.12 of *lunar* calendar. My age is calculated as 27 and my father's
>>> age is calculated as 58, which shoul
On 2009-05-06 02:57 +0100, Leo wrote:
Those Chinese Characters became gibberish so I also posted it here
http://paste.lisp.org/display/79735.
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
___
Emacs-orgmode mailing list
Remember: use `Reply
Hi -
I was looking at org-export and realized that the dispatching for that is
all hardcoded
in the assignment to cmds.
Is that on purpose? Seems like it would be more useful if we could get some
control
over there.
In my case, I was going to add in an option to email the html'ized version
of t
> perl -pe 's/((?:[[:upper:]][\p{lower}_-\d]+){2,})/[[$1]]/'
Very nice. Makes me want a little table comparing perl, grep/sed
normal, grep/sed extended, and emacs syntax.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the
I've noticed that loading org undoes some changes that I do, such as
redefining keys in org-mode-hook back to what they did before.
I wonder if it's possible and practical as a matter of philosophy to
make loading org not have any side effects? Or is this something that
cannot or should not be do
This is a tiny little thing, but currently org-clock-display shows
hours and minutes. Perhaps it could also show decimal hours. Thus
9:30 could report as "9:30 (9.5h)". I'd find it easier not to have to
calculate it manually.
Thanks.
--
Myalgic encephalomyelitis denialism is causing death (de
Samuel Wales wrote:
> This is a tiny little thing, but currently org-clock-display shows
> hours and minutes. Perhaps it could also show decimal hours. Thus
> 9:30 could report as "9:30 (9.5h)". I'd find it easier not to have to
> calculate it manually.
>
Assuming that you talking about the
Leo 写道:
On 2009-05-06 00:32 +0100, Wei-Wei Guo wrote:
1. The calculation of Chinese year is not right.
For example, if I born in 1982.11 of *solar* calendar and my father born
in 1952.12 of *lunar* calendar. My age is calculated as 27 and my father's
age is calculated as 58, which should be 57.
44 matches
Mail list logo