Hi Seb,
In addition to the Org example, would you mind supplying a concise,
explicit statement of what the putative bug is? With just the Org
example on its own, the bug is implicit and I at least feel that I'm
having to work hard to get there!
Dan
p.s. However, your emails did motivate the fo
--
Jeff Kowalczyk writes:
> With Org Mode git, when I use C-c C-x C-r inside an existing clocktable, Org
> inserts a new clocktable at point. The previous behavior was to detect and
> update the existing clocktable, which I presume is still the intended
> behavior.
I think this happens becaus
Thanks for the fix, and also for the flawless commit message!
- Carsten
On Nov 20, 2010, at 11:55 AM, Achim Gratz wrote:
--
Jeff Kowalczyk writes:
With Org Mode git, when I use C-c C-x C-r inside an existing
clocktable, Org
inserts a new clocktable at point. The previous behavior was to
Hi Erik,
please pull and see if the error persists.
What is the value of org-agenda-start-with-clockreport-mode
?
- Carsten
On Nov 19, 2010, at 7:38 PM, Erik Iverson wrote:
I don't know what this thread is about, but it seems related.
Aapologies if I'm
hijacking it, but as of my latest pull
Hi Torsten,
applied with minor changes. Thanks!
- Carsten
On Nov 19, 2010, at 9:49 AM, Torsten Wagner wrote:
Hi,
Short description:
I recently started to use tables in org-mode. Having the pointer
inside
the the table and pressing C-c' I can enter the formula buffer.
However, placing th
"Thomas S. Dye" writes:
Thanks all, the no description bit did the trick.
grtz wzzl
> Aloha wzzl,
>
>
> What did your link look like? Org-mode will export links with descriptions
> as links, but links without
> descriptions wrapped in an includegraphics environment:
>
> http://orgmode.org/man
Sébastien Vauban
writes:
> Hi Dan,
>
> Dan Davison wrote:
>>> #+begin_src emacs-lisp
>>> ;; (message "Hello World")
>>> #+end_src
>>
>> err, and I haven't had the energy to investigate this one yet!
>
> Another minibug, when natively fontifying, is that the line #+begin_src is no
> more fontifi
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.
-
Dear all,
yesterday I replaced the previous implementation of
in-buffer completion (M-TAB of Esc TAB) with a new
function making use of John Wiegleys pcomplete.el.
In fact, John did most of the Org-related implementation
already months ago - I only tied up some loose ends.
So if you are noticing
At Sat, 20 Nov 2010 13:37:36 +,
Robin Green wrote:
> I am experimenting with source code blocks, and I tried to use C-c ' to
> type in some Haskell code. The first time I tried it, I was asked for a
> filename, which was puzzling, because I didn't expect that.
OK, I now have a clearer idea of
Hi all
Here is an issue for the quite common work flow of copy pasting some
table columns in a whole from a spreadsheet application into Org
table. For this situation I suggest to provide a better user
information than only the current error message "Stack overflow in
regexp matcher". Reproduce li
Really cool -- I like the "inline" editing of files from the agenda,
and how you can
click on a tag and do an agenda search.
Keep up the good work -- I might e-mail you to ask how you got the
inline editing
of a file to work.
--Nate
On Tue, Nov 9, 2010 at 4:07 AM, Herbert Sitz wrote:
> For anyb
Hi Sebastien,
yes, this is a bug, thank you for your report. Should be fixed now,
please pull and verify.
Giovanni, thanks for verifying that this really is a bug - this
kind of additional information makes things a lot easier for me.
- Carsten
On Nov 17, 2010, at 5:53 PM, Sébastien Mengin
Carsten Dominik writes:
> Dear all,
>
> yesterday I replaced the previous implementation of
> in-buffer completion (M-TAB of Esc TAB) with a new
> function making use of John Wiegleys pcomplete.el.
> In fact, John did most of the Org-related implementation
> already months ago - I only tied up so
Hi Carsten, hi Bastien
On Mon, Nov 15, 2010 at 12:51, Carsten Dominik
wrote:
> after 7 years of responsibility for Org-mode, it is time for
> me to let go and step down as the maintainer of Org-mode.
Carsten, thank you so much for the tremendous dedication and amount of
work you have given to th
Tassilo Horn writes:
> Łukasz Stelmach writes:
>
If you think --despite of those issues-- it's worth adding the
creation of gnus links while in message mode I could provide a
patch.
>>>
>>> I'm curious how you are able to determine where a message will be
>>> filed after sending i
On Nov 20, 2010, at 6:50 PM, Dan Davison wrote:
Carsten Dominik writes:
Dear all,
yesterday I replaced the previous implementation of
in-buffer completion (M-TAB of Esc TAB) with a new
function making use of John Wiegleys pcomplete.el.
In fact, John did most of the Org-related implementatio
Hi Torsten
On Fri, Nov 19, 2010 at 09:49, Torsten Wagner wrote:
> If even more people believe this is confusing, I would suggest to switch
> the behaviour. C-c' on a #+TBLFM: line should open up the formular buffer.
Yes, thank you for this change, just a few days ago I also stumbled
exactly upon
Sébastien Vauban writes:
[...]
>>> - Regarding LaTeX, my suggestion requires the =todonotes= LaTeX
>>> package to be loaded in the header.
>>
>> For that one I'm not sure adding one more package to those already inserted
>> by default is a good idea. Is =todonotes= standard in every LaTeX
>> d
Hi,
I am trying to create a beamer slide which has two columns. The second
column should only appear after a while (the 6th uncovering operation).
In latex, I would do:
: \begin{column}<6->{0.4\textwidth}
say. In org, I would expect to be able to get this latex code generated
by the following:
I think :session without passing a string used to start a session, but
now it does not. I think this is a bug. Details:
Just did git pull and now with this:
,
| #+BEGIN_SRC R :session :results output
| xyz
| #+END_SRC
|
| #+results:
|
| #+BEGIN_SRC R :session *R* :results output
| xy
Correction in line below. CCB
On Sat, 20 Nov 2010, Charles C. Berry wrote:
I think :session without passing a string used to start a session, but
now it does not. I think this is a bug. Details:
Just did git pull and now with this:
,
| #+BEGIN_SRC R :session :results output xyz
| #+E
Charles C. Berry wrote:
>
> Correction in line below. CCB
>
> On Sat, 20 Nov 2010, Charles C. Berry wrote:
>
> > I think :session without passing a string used to start a session, but
> > now it does not. I think this is a bug. Details:
> >
I ran into this too: see the footnote in
http://
23 matches
Mail list logo