I just pushed a commit to master that adds edebug specifications to
all macros defined by Org mode. With these specifications in place it
is now possible to step through macros with edebug like a normal
function call.
Information about instrumenting macro calls can be found here:
http://www.gnu.o
Hi Michael,
Michael Gilbert writes:
> Basically, I'm just looking for a way to narrow the scope of the clock
> total to the current iteration of task, in the context of the column
> view of the agenda. Comparing effort to total doesn't make a lot of
> sense if the former is an estimate per itera
Mark Scala writes:
> Hi,
>
> I've been using capture for, among other things, capturing
> interruptions to clocked tasks. For this, I use something like the
> following template:
>
> ("i" "interruption" entry (file "refile.org") "A TEMPLATE HERE"
> :clock-in t :clock-resume t)
>
> One thing tha
Hi Nick,
Nick Dokos wrote:
> Sebastien Vauban wrote:
>> Hello,
>>
>> #+TITLE: String manipulation
>>
>> * Data
>>
>> #+tblname: list-of-couples
>> | Me | @Here |
>> | Myself and I | @There |
>>
>> * Successful outcome
>>
>> I expect the above table to be transformed to those l
> What I think is that, for now, we just should keep the existing facility
> and implement a working default template for HTML (and a new one for
> ODT).
I am attaching the patch and sample org/odt/doc/html files.
I have used the css style suggested by Suvayu Ali for inlinetask (but
with an yell
Hi,
column-view gets confused in agenda buffers.
Please try my minimal example:
My example:
===
#+begin_src org
* NEXTACTION [#B] Test:Tag:
SCHEDULED: <2011-08-07 So>
#+end_src
My config:
==
#+begin_src emacs-lisp
(setq org-columns-de
Hi Sebastien,
I do not think, that you are of no help for me. Because you
confirmed the behaviour that is bothering me. Thus it is not a
personal problem of my installation. ;-)
About my use case: I want to get a rich timeline-overview on all my
tasks. This overview makes it easy for me to s
By using the indent option everything seems to work just fine. I noticed
that the PROPERTIES block is not indented, but that is not an issue. I can
already move from tomboy to org, but I will test any future version of
tomboy2org.
Thanks,
Darlan
At Wed, 10 Aug 2011 13:43:22 -0500,
attila wrot
Across github, documentation appears to be in the format
$user.github.com/$repo, while source code appears to be in the format
github.com/$user/$repo.
https://github.com/pavpanchekha/org-project
Still, it would be useful to add the link to the documentation.
On Thu, Aug 11, 2011 at 13:40, John H
On Thu, Aug 11, 2011 at 12:11 AM, Pavel Panchekha
wrote:
>
> I put together a few styles that I use for publishing Org-mode files to
> HTML --- I use this mostly for literate programs, but I think it should
> be usefully in general. In any case, hope this is useful to someone.
>
> http://pavpanch
Hi,
I've been using capture for, among other things, capturing interruptions to
clocked tasks. For this, I use something like the following template:
("i" "interruption" entry (file "refile.org") "A TEMPLATE HERE" :clock-in t
:clock-resume t)
One thing that has been bothering me is that there a
Christian Egli writes:
> Hi all
>
> I enhanced the taskjuggler tutorial on worg. However the fix is not
> published as there is a problem with the intro page for Babel[1] (see
> also the publishing report[2]). The page also fails if I try to publish
> it locally with the following error message:
Has anyone developed a way to use a collapsable-div section in HTML export of
code sections? What I'd love is for all code sections to export their content
into the HTML, but sections with ":exports none" or ":exports results" to have
the code initially collapsed, while sections with ":exports
Hello,
Daniel Gonzalez writes:
> I have this code to activate asymptote:
[...]
Asymptote is included in Babel.
Be sure to load the language:
#+begin_src org
(org-babel-do-load-languages
'org-babel-load-languages
'((asymptote . t)
(emacs-lisp . t)))
#+end_src
Then it's just about doing
Hi all
I enhanced the taskjuggler tutorial on worg. However the fix is not
published as there is a problem with the intro page for Babel[1] (see
also the publishing report[2]). The page also fails if I try to publish
it locally with the following error message:
mapc: Wrong type argument: consp, n
I put together a few styles that I use for publishing Org-mode files to
HTML --- I use this mostly for literate programs, but I think it should
be usefully in general. In any case, hope this is useful to someone.
http://pavpanchekha.github.com/org-project/
--
Pavel Panchekha
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.
Jambunathan K writes:
>> As far as I can tell, inline tasks are not designed to be nested.
>
> May be C-c C-x t should throw an error and enforce this.
Done.
> If inlinetasks cannot be nested, may I know how one would use
> org-inlinetask-promote and org-inlinetask-demote.
>
> I understand that
Nicolas
(Sent my mail too early. Resending with additions)
> As far as I can tell, inline tasks are not designed to be nested.
May be C-c C-x t should throw an error and enforce this.
If inlinetasks cannot be nested, may I know how one would use
org-inlinetask-promote and org-inlinetask-demote
On Thu, Aug 11, 2011 at 4:54 PM, Nicolas Goaziou wrote:
> Hello,
>
> Steven Haryanto writes:
>
> > As I understand it, a fixed width section (BTW, is "fixed width section"
> the
> > official term for this?)
>
> Yes.
>
> > is defined as a line which is started by zero or more spaces, and then
> >
Nicolas
> As far as I can tell, inline tasks are not designed to be nested.
May be C-c C-x t should throw an error and enforce this.
If inlinetasks cannot be nested, may I know why one would do a applying
org-inlinetask-promote and org-inlinetask-demote.
Jambunathan K.
Hello,
Jambunathan K writes:
> 1. When org-inlinetask is NOT LOADED, inline tasks are treated as
>regular headlines and are listified. (The "END" of inlinetask appears
>as listified headline though)
Loading org-inlinetask is the user's job. He has to assume weird things
which will happe
Hi Feiming,
On Tue, Aug 9, 2011 at 11:17 PM, Feiming Chen wrote:
>
> Anyway, I found Org-Babel Mode to be a great tool since Sweave for writing R
> literate program document. I wrote a how-to article on its use (see
> attached file "how-to-use-*.html", other files are raw and support files).
Hello,
Steven Haryanto writes:
> As I understand it, a fixed width section (BTW, is "fixed width section" the
> official term for this?)
Yes.
> is defined as a line which is started by zero or more spaces, and then
> a colon, *and then a space*, and then zero or more characters.
>
> :line1
> :
Dear all,
As I understand it, a fixed width section (BTW, is "fixed width section" the
official term for this?) is defined as a line which is started by zero or
more spaces, and then a colon, *and then a space*, and then zero or more
characters.
:line1
:
:line3
But many editors (Emacs including)
25 matches
Mail list logo