On Jun 26, 2009, at 11:13 PM, hello world wrote:
Hi all,
having only used latex before: is there a way to prevent
emacs/org-mode---upon pressing M-q---to wrap a paragraph
bla bla
\begin{equation}
1+1=2
\end{equation}
into
bla bla \begin{equation} 1+1=2 \end{equation}
Why would you press M
I don't understand what the problem is
- Carsten
On Jun 27, 2009, at 12:55 AM, Samuel Wales wrote:
Hi, here is a bug, a test case, and a poss workaround if the bug is
not fixable.
Thanks.
* bug: cycling a headline with body reveals too much of children
* it only occurs with org-cycle-i
On Jun 23, 2009, at 8:37 PM, Robert Goldman wrote:
Just pulled a git update this morning, and was trying to do an
org-export as ascii. Got the following error:
(invalid-function (interblock (start end type) (save-match-data (when
(setf func (cadr (assoc type org-export-interblocks))) (funcall
Excerpts from Dirk-Jan Binnema's message of Fri Jun 26 12:58:00 +0300 2009:
> Now, I could work around it by:
> a) make five 'normal' recurring entries for each weekday
> b) don't use TODO, but just leave the item
> but that is not really nice...
>
> Is there some trick I am missing?
This is no
Hi all,
when clicking on a link, I whish I could choose between
- following it in another window (the current behaviour, which I'm often
fine with, but not always);
- following it in the same window
I tried to create a new function, org-follow-link-in-same-window, and bind
it to a key.
As for the
On Jun 27, 2009, at 10:41 AM, Nicolas Girard wrote:
Hi all,
when clicking on a link, I whish I could choose between
- following it in another window (the current behaviour, which I'm
often fine with, but not always);
- following it in the same window
I tried to create a new function, org-fo
Thanks, I'll check it out.
- Carsten
On Jun 27, 2009, at 2:43 AM, Stefan Monnier wrote:
This sounds like interactive-p is working as documented and the
excplicit check I proposed would be neccessary.
True enough, and I am applying your fix.
IIUC you may want to use called-interactively-p in
Hi Steve,
you are right this is an inconsistency. Structure-editing
plain lists always does do the entire plain-list-subtree.
I distinctly do remember that I had a reason for doing it like this.
I can unfortunately not remember what this reason was.
Part of it may be handling different bullet
I have never seen this bug and cannot reproduce it.
Please make a least a backtrace with uncompiled code, as described
in the manual.
Thanks!
- Carsten
On Jun 26, 2009, at 6:03 PM, Snyder, Charles, L (MD) wrote:
Hi
I am trying to export a small org file to html and view it. Any
export to
On Jun 26, 2009, at 7:01 PM, Patrick Bahr wrote:
Hello,
I use tags-todo searches in my custom agenda commands.
Unfortunately, tags-todo
does not honour the org-agenda-todo-list-sublevels variable which I
want to use
in order to ignore nested todo items. Is there a way to persuade
tags-to
2009/6/27 Carsten Dominik
>
> On Jun 27, 2009, at 10:41 AM, Nicolas Girard wrote:
> (defun org-open-at-mouse-same-window (ev)
> "Open file link or URL at mouse."
> (interactive "e")
> (mouse-set-point ev)
> (if (eq major-mode 'org-agenda-mode)
> (org-agenda-copy-local-variable 'org-link-
At Fri, 26 Jun 2009 23:10:52 +0800, Louis A. Turk wrote:
>
> 2. I would also like a reminder window to pop up 15 minutes before the
> meeting starts.
Bernt has answered your first question. For this one, have a look at these
links:
;; and from RichardRiley's entry: http://www.emacswiki.org/ema
At Sat, 27 Jun 2009 09:20:10 +0200,
Carsten Dominik wrote:
>
>
> On Jun 23, 2009, at 8:37 PM, Robert Goldman wrote:
>
> > Just pulled a git update this morning, and was trying to do an
> > org-export as ascii. Got the following error:
> >
> > (invalid-function (interblock (start end type) (save
At Sat, 27 Jun 2009 11:01:49 +0300,
Taru Karttunen wrote:
>
> Excerpts from Dirk-Jan Binnema's message of Fri Jun 26 12:58:00 +0300 2009:
> > Now, I could work around it by:
> > a) make five 'normal' recurring entries for each weekday
> > b) don't use TODO, but just leave the item
> > but that i
(HANACHIRUSATO)
Organization: DJCBSoftware
> "BH" == Bernt Hansen writes:
BH> Sorry that should be
BH> * TODO Meeting DEADLINE: <%%(diary-float t 2 1)
BH> 13:00>--<%%(diary-float t 2 1) 15:00 +1m -3d>
However, it seems it does not recur; ie., org does not see it as a recurring
(HANACHIRUSATO)
Organization: DJCBSoftware
> "BH" == Bernt Hansen writes:
BH> Sorry that should be
BH> * TODO Meeting DEADLINE: <%%(diary-float t 2 1)
BH> 13:00>--<%%(diary-float t 2 1) 15:00 +1m -3d>
However, it seems it does not recur; ie., org does not see it as a recurring
On Jun 26, 2009, at 11:34 PM, Andreas Röhler wrote:
Carsten Dominik wrote:
This is the Carsten-AI speeking. Link to GPL on homepage
established...
Thank you.
Thanks too. Seeing the progress.
What about to link directly to the license text applying?
Which should provide for the case, peo
"Dirk-Jan C. Binnema" writes:
> (HANACHIRUSATO)
> Organization: DJCBSoftware
>
>> "BH" == Bernt Hansen writes:
>
> BH> Sorry that should be
>
> BH> * TODO Meeting DEADLINE: <%%(diary-float t 2 1)
> BH> 13:00>--<%%(diary-float t 2 1) 15:00 +1m -3d>
>
> However, it seems it does no
I notice that when text containing an underscore (as happens frequently
with database table names) is exported as HTML, the exporter decides to
covert the rest of the word to a subscript. I tried escaping the
underscore with a backslash, but then exporting to ASCII is broken, with
the backslas
You can put an OPTIONS line in you file.
#+OPTIONS ^:nil
Turn off superscript/subscript
or, my prefered
#+OPTIONS ^:{}
Works for foo^{bar} & foo_{bar}
but not foo^bar & foo_bar
This is in "12.3 Export options" of the org manual.
Edd
On Sat, Jun 27, 2009 a
Eddward DeVilla wrote:
You can put an OPTIONS line in you file.
#+OPTIONS ^:nil
Turn off superscript/subscript
or, my prefered
#+OPTIONS ^:{}
Works for foo^{bar} & foo_{bar}
but not foo^bar & foo_bar
This is in "12.3 Export options" of the org manual.
Hi Carsten,
Cycling goes children, subtree, folded. Try children on each of the
test cases below. You will find that the presence of a body on the
top level node will cause children to be more like subtree.
Thanks.
On Sat, Jun 27, 2009 at 00:06, Carsten Dominik wrote:
> I don't understand what
Hi Sebastian,
Thanks for your quick fix.
Just curious, what was the problem before?
Shall I just download the new js file?
Xin
On Fri, Jun 26, 2009 at 7:21 PM, Sebastian Rose wrote:
> Xin Shi writes:
> > Hi Sebastian,
> >
> > I've attached a simple test org (a.org), please check it it works
"Eric Schulte" writes:
> Bastien writes:
>
>> "Eric H. Neilsen, Jr." writes:
>>
>>> Is there any interest in this?
>>
>> Yes. It's been a long time I want to use Org for literate programming,
>> I think it's just the right tool to do this.
>>
>> Please send any code we can test!
>>
>>> (If an
With previous org-mode versions (up to 6.25, I think), I could write
agenda-views to ics-files. This doesn't seem to work anymore; I am
getting the error message "Symbol's function definition is void:
org-export-icalendar" when trying to do so. It was useful to export
dates and todos from org-mod
Fixed, thanks.
- Carsten
On Jun 27, 2009, at 10:45 PM, Rainer Thiel wrote:
With previous org-mode versions (up to 6.25, I think), I could write
agenda-views to ics-files. This doesn't seem to work anymore; I am
getting the error message "Symbol's function definition is void:
org-export-icalen
Xin Shi writes:
> Hi Sebastian,
>
> Thanks for your quick fix.
>
> Just curious, what was the problem before?
getElementsByTagName() is not recursive when called on certain HTML
elements. I had to use `document.getElementsByTagName("a");' instead to
catch links inside list elements. Before I did
Hi Sebastian,
Thanks for the explanation! I guess one reason for me to spot that is I use
org to publish all my working notes into HTML and use it on our group
meetings all the time :)
By the way, for the org-info-src.js and org-info.js, is the "white spaces"
only difference between them? We can
Xin Shi writes:
> Hi Sebastian,
>
> Thanks for the explanation! I guess one reason for me to spot that is I use
> org to publish all my working notes into HTML and use it on our group
> meetings all the time :)
>
> By the way, for the org-info-src.js and org-info.js, is the "white spaces"
> only d
Hi all,
I've changed my overall emacs colour scheme and, as a result, the
dates in the weekly agenda view are a bit hard to read (dark blue on
black). I've looked through the interface that M-x org-customize
brings up, but I don't seem able to find the governing face variable
name. Little hel
Slightly offtopic, but I was reading /. where they are arguing over
the inclusion of Mono in Debian in order to support the Tomboy app.
I won't get into the whole Mono debate, but I was curious why the
angst over one application? Whats it do?
Its a note taking app for Gnome written in Mono! In fa
On Sun, Jun 28, 2009 at 2:25 AM, Russell Adams wrote:
> Slightly offtopic, but I was reading /. where they are arguing over
> the inclusion of Mono in Debian in order to support the Tomboy app.
>
> I won't get into the whole Mono debate, but I was curious why the
> angst over one application? What
Hi Samuel,
well, you can't have the cake and eat it.
If you want plain list items to be treated like headlines for cycling,
then they will be. What it happening that outline looks for the first
"headline" after the one where the cursor is on. Then it decides that
this is a child, the first and
33 matches
Mail list logo