Hi all,
I use org-annotation-helper.el with firefox.
When i have a region with multilines marked in firefox and i use
remember, the region is sended to emacs but on one line (the newlines
are removed).
Somebody know how to fix that?
Thanks.
--
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer -
Fixed.
However, bullet cycling also seems to have bugs when this
variable is not equal to t.
Why do you need to change the variable?
- Carsten
On Apr 26, 2009, at 3:39 AM, Matthew Lundin wrote:
When I set org-plain-list-ordered-item-terminator to 'paren like in
"2)"' in the customize interfa
No, this is currently not possible.
- Carsten
On Apr 29, 2009, at 1:16 AM, Jason Jackson wrote:
Is there a way to show am/pm time format in the agenda view?
Cheers,
Jason
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to th
On Apr 27, 2009, at 7:34 PM, Robert Goldman wrote:
1. I am making a table of conditional probabilities. This means the
table headers look like this: p(e|\omega), for example. The vbar in
the
header confuses orgmode. It thinks that's a column-delimiter.
Adding a
prefix \ does not help.
On Apr 26, 2009, at 12:08 AM, Samuel Wales wrote:
I noticed the following regarding
org-remember-backup-directory:
1) auto-saving does not save contents
- solution: put (auto-save-mode 1) before or after (not
sure which) the call to org-set-local in the
following lines in org-
Fixed, thanks.
- Carsten
On Apr 23, 2009, at 5:00 PM, Hendrik Radke wrote:
Hello,
first, thank you for this wonderful program that helps me organize
my day.
I am using XEmacs 21.4.21 on a Debian Lenny system, together with
Org-Mode version 6.25d, which works quite well.
However, while tr
XEmacs 21 is still supported.
- Carsten
On Apr 27, 2009, at 7:31 PM, Eric S Fraga wrote:
"Hendrik Radke" writes:
Hello,
first, thank you for this wonderful program that helps me organize
my day.
I am using XEmacs 21.4.21 on a Debian Lenny system, together with
Org-Mode version 6.25d, w
On Apr 25, 2009, at 6:25 PM, Bernt Hansen wrote:
Eric S Fraga writes:
Carsten Dominik writes:
Ummm, this doesn't work for me? C-c C-x r is undefined.
You need to be in an org-mode buffer for this..
Ah. Yes.
I just use M-x org-reload and C-u M-x org-reload since that works
everywher
On Apr 28, 2009, at 12:33 PM, Rainer Stengele wrote:
Carsten Dominik schrieb:
I have just pushed one more optimization which may improve things a
bit
for you, Rainer.
- Carsten
...
Hi Carsten,
results see here:
before your last optimsation:
org-run-agenda-series
Hi Richard,
this is the variable org-combined-agenda-icalendar-file.
- Carsten
On Apr 26, 2009, at 12:58 AM, Richard Riley wrote:
I don't immediately see if I can customise the org ical export file
name
- it says it stores it in the current dir which is a pretty nebulous
think for a long
Hi Chris,
I have been pondering about this idea, and I prefer to not integrate
it into the Org core because I think it may lead to undesired behavior,
in particular in the other backends like docbook or ASCII.
However, I have just created three new hooks
* org-exp.el (org-export-preproc
You can do things like this with Emacs keyboard macros.
- Carsten
On Apr 30, 2009, at 5:13 PM, Benjamin Tovar wrote:
Hi,
I can specify a timestamp with a modifier like '-3m' to indicate
that I
want to be reminded of the task 3 months before the deadline. Now,
say I
have a tag :conference
Hi Peter, Matt,
priorities cannot be inherited.
- Carsten
On Apr 29, 2009, at 4:40 PM, Peter Westlake wrote:
I would like to suggest that priorities should be inherited. After
all,
if a task is high priority, then doing the individual parts of it must
be too.
There are 250 items in my agen
The UIDs org is using *should* be globally unique. Can you show an
example of ID's it is creating?
- Carsten
On Apr 28, 2009, at 7:53 PM, Joseph Korbeck wrote:
I use the .ics files created by Org-mode's iCalendar export feature
so that I can see my tasks and appointments using Sunbird 0.9.
Just fixing a typo. The :group should be org-export-latex and not
org-export-html.
Signed-off-by: Jason Riedy
---
lisp/org-latex.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 718fc56..edf5069 100644
--- a/lisp/org-latex
appied, thanks.
- Carsten
On May 3, 2009, at 8:43 PM, Jason Riedy wrote:
Just fixing a typo. The :group should be org-export-latex and not
org-export-html.
Signed-off-by: Jason Riedy
---
lisp/org-latex.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-la
On May 2, 2009, at 2:15 AM, Wei-Wei Guo wrote:
Dear all,
I set two different usages for remember, one is the plain remember,
the other
is the org-remember.
(defun ww/plain ()
"Writing diary or notes."
(interactive)
(setq remember-handler-functions 'nil)
(remember))
(defun ww/schedule
Hi Francesco,
have you modified org-agenda-sorting strategy? What is its value?
- Carsten
On Apr 30, 2009, at 3:16 PM, Francesco Pizzolante wrote:
Hi,
I'm using org-mode version 6.25a and I'm getting the following
problem: in the timeline view of a single Org file, headers are
not time-sort
Hi all,
is there a specific reason that the Makefile uses emacs -q and not emacs
-Q for byte-compiling org-mode?
I use a lot of elisp addons, so loading the site-lisp files takes quite
some time and some packages like CEDET even print messages while loading
and obfuscate the compile output. I ch
On May 3, 2009, at 9:29 PM, Tassilo Horn wrote:
Hi all,
is there a specific reason that the Makefile uses emacs -q and not
emacs
-Q for byte-compiling org-mode?
Hi Tassilo,
this is a good idea, but -Q is not understood by XEmacs, and I
am not even sure about Emacs 22.
- Carsten
I use
Carsten Dominik 写道:
Hi Carsten,
On May 2, 2009, at 2:15 AM, Wei-Wei Guo wrote:
Dear all,
I set two different usages for remember, one is the plain remember,
the other
is the org-remember.
(defun ww/plain ()
"Writing diary or notes."
(interactive)
(setq remember-handler-functions 'nil)
On Apr 28, 2009, at 2:02 PM, Rick Moynihan wrote:
Hi all,
I am using org-mode v6.26d (from the git repo) and keep all my org
files in a single ~/org directory. I'm trying to setup a new org-
publish project that publishes a single org-mode file (meeting-
notes.org) and excludes all the ot
Fixed, thanks.
- Carsten
On Apr 29, 2009, at 6:00 PM, Alex Mizrahi wrote:
hi
I'm trying to use column view to work with effort estimates, but it
does not seem to work in XEmacs.
When I press C-c C-x C-c columns show up in agenda view (I'm not
sure if 100% correcly, but more-or-less so), b
Hi Matt,
I hope I was able to fix this for now. This stuff is messy in the
implementation, it actually needs a re-write ... :-(
- Carsten
On Apr 26, 2009, at 3:49 AM, Matthew Lundin wrote:
When I select a region and invoke org-replace-region-by-latex, the
region is removed, but no latex outp
24 matches
Mail list logo