Hello,
Michael Brand writes:
> With
>
> #+begin_src org
> ,*** abc
> ,*** def
> ,- ghi
> ,- jkl
> #+end_src
>
> M-RET on "j" inserts a line above but I expected it below. If I
> want a line above I would move the point to "-" before doing M-RET
> like I do on a heading where I mo
Hi Seb,
The `org-babel-named-data-regexp-for-name' function is called by
ob-ref.el which *does* require ob.el. I'm not sure why this require
isn't being run on your system.
Could you try a make clean and then restarting Emacs and see if the
problem was caused by old inconsistent .elc files?
Tha
Hi Seb,
I *do* get a single code block loaded when running your ECM. What
values does the `org-babel-src-name-regexp' variable have on your
system? If it is not equal to
"^[ ]*#\\+name:[]*"
then my guess is that you have old versions of Org-mode defining this
variable, and these defini
Hi Nicolas
I try to argue for some supposed common Org user that likes it simple
like me, is used to the behavior of M-RET and C-RET on headings and
is about to learn to use lists and M-RET but doesn't want to know
about org-M-RET-may-split-line that he prefers to leave on its default
as typical f
Is there any way to specify a start and end date for the :block property of a
clock table? Lately I have often found myself submitting an invoice based upon
my clock report on Friday evening, only to be called frantically on Saturday
and having to put in additional hours (this should sound famil
A. Ryan Reynolds gmail.com> writes:
>
> Is there any way to specify a start and end date for the :block property of a
clock table? Lately I have often
> found myself submitting an invoice based upon my clock report on Friday
evening, only to be called
> frantically on Saturday and having to put
Aha! Thank you. That works nicely. I had known about :tstart and :tend
but I misunderstood their purpose.
On Fri, Dec 02, 2011 at 10:23:11PM -0700, Chris Gray wrote:
> I've created a new export plugin for org-mode files for the ikiwiki wiki
> compiler. It's in a very preliminary state at
> https://github.com/chrismgray/ikiwiki-org-plugin
Oh very nice.
I saw your questions on the topic in #ikiwiki re
On Sat, 3 Dec 2011 23:59:51 -0500, tycho garen wrote:
> On Fri, Dec 02, 2011 at 10:23:11PM -0700, Chris Gray wrote:
> > I've created a new export plugin for org-mode files for the ikiwiki wiki
> > compiler. It's in a very preliminary state at
> > https://github.com/chrismgray/ikiwiki-org-plugin
>
Has anyone hacked up the use of using a different face for org-table fields
with formulas. This would be useful for quickly realizing what are inputs
and outputs in a org spreadsheet. Currently I do this by adding the
formatting ";~%.4f~" to my formulas. But it would be nicer if this was a
settable
10 matches
Mail list logo