Richard Stanton wrote:
> I've just started using orgmode to create Beamer presentations, and have a
> question.
>
> In the worg documentation
> (http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html), it gives
> an example of how enclosing text in "@" signs is supposed to result in
> hi
I've just started using orgmode to create Beamer presentations, and have a
question.
In the worg documentation
(http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html), it gives
an example of how enclosing text in "@" signs is supposed to result in
highlighted red text. When I try it, I ge
"Sebastien Vauban"
writes:
> I want to compute efforts given in days. As explained by the doc of
> `org-effort-durations', we must add a =d= modifier to tell Org that given
> numbers
> must be multiplied by 480 (in the case of hours) to get the correct number of
> corresponding minutes.
>
> I
"Sebastien Vauban"
writes:
> Taking the opposite of a time (that is, "putting" a minus sign in
> front of it) changes its value...
Fixed... please confirm.
Thanks *a lot* for reporting this -- this was indeed a nasty bug.
--
Bastien
Hi Sébastien,
"Sebastien Vauban"
writes:
> We can assign the value "0:00" to a cell via the string function:
>
> | Task| HH:MM |
> |-+---|
> | This| 1:23 |
> | Nothing | 0:00 |
> | That| 4:56 |
> #+TBLFM: @2$2=1:23::@3$2=string("0:00")::@4$2=string("4:56")
>
> but, *
Hi Sebastien
"Sebastien Vauban"
writes:
> Hello,
>
> I'd like to have a couple of different (column) views in my Org file, for
> example:
>
> - one (public) view with the estimated time only
> - another one (private, I mean "not exported") with the real clocked time
My previous patch and this p
Hi Brian,
Brian van den Broek writes:
> On 27 April 2012 05:52, Ippei FURUHASHI wrote:
>> Hi Brian,
>>
>> Brian van den Broek writes:
>>> how to add 1 day to the return value of (current-time).
>>
>> This hard coding is out of org-mode range,
>>
>> #+BEGIN_SRC elisp
>> (format-time-string "%Y-
On Tue, May 1, 2012 at 11:18 AM, Nicolas Goaziou wrote:
> There are other, and more standard, ways to achieve the
> same result in the new export engine (filters being one).
>
What I was trying to achieve when I got into trying out the
org-export-format-drawer-function was to try and customize th
Hello,
Bastien writes:
>> My thought was that you could have multiple hooks in
>> org-export-format-drawer-function and each one could be checking for
>> things like "is this html export", "is the drawer name == PROPERTIES"
>> and could decide to take action and return a string, or perhaps take
Hi,
Thanks for answering,
01/05/12 19:41, Bastien
> Antoine Levitt writes:
>
>> Ideally, org-clock-modeline-total would be obsoleted and replaced by a
>> org-clock-modeline-format that'd get passed to format-spec.
>
> Please suggest the docstring for `org-clock-modeline-format'. This
> will giv
On Tue, May 1, 2012 at 10:58 AM, Bastien wrote:
> We would need to rename `org-export-format-drawer-function' to
> suggest it can be a list of functions
>
Maybe this is a non-issue then. I had assumed it was a hook because it was
on the page describing org-mode hooks, but your right that it doe
Hi Bill,
Bill Wishon writes:
> My thought was that you could have multiple hooks in
> org-export-format-drawer-function and each one could be checking for
> things like "is this html export", "is the drawer name == PROPERTIES"
> and could decide to take action and return a string, or perhaps tak
Hi Christopher,
I've now fixed orgstuct++-mode so that you can turn it on and off
safely. Some Org filling functions fall back on the major-mode
filling functions through a new defmacro.
Please test and report any problem.
Thanks!
--
Bastien
Antoine Levitt writes:
> Ideally, org-clock-modeline-total would be obsoleted and replaced by a
> org-clock-modeline-format that'd get passed to format-spec.
Please suggest the docstring for `org-clock-modeline-format'. This
will give us a stable basis to work on.
At this stage, I don't und
Aloha all,
I have a source code block that returns LaTeX results that should be
placed before the first headline. The source block works correctly *if*
if is placed after a headline, but if I place it before the headline it
fails with Invalid read syntax: "#"
I'm enclosing an excerpt, but will w
Hi all,
I'm using org-bibtex.el and capture templates to store links from
BibTeX entries and am finding it very useful functionality.
The documentation in org-bibtex.el says "And it constructs a nice
description tag for the link that contains the author name, the year
and a short title." This wor
> Puneeth Chaganti :
> Thanks for debugging the problem and sending us updates on it. :)
Yes, I really hate it when I google for my problems and find questions
but no solutions, so I try to avoid giving others that experience. :-)
Anyway, thanks for writing org2blog. The first real posting
Steinar Bang writes:
>> When I try to log in, using `M-x org2blog/wp-login RET', I get the
>> following error message in the minibuffer:
>> Must provide a callback function to url-retrieve
>
> Are anyone else successfully using org2blog with emacs 23?
I just checked that org2blog works for me w
Hi Bastien,
I'll try to find a different mail client next time.
On Tue, May 1, 2012 at 3:01 AM, Bastien wrote:
> I don't really understand why `run-hook-with-args-until-success' is
> needed here. Or `org-export-format-drawer-function' returns a string,
> or it returns nil, in case we fall back
Daniel Clemente gmail.com> writes:
>
>
> Hi
>
> org-clock-modeline-total now accepts following values: current, today,
repeat, all, auto.
> It would be useful to allow it to accept either a custom function or a
format string which composes a text
> string like:
> "0:10 (tot: 1:10/2:00)"
Steinar,
Thanks for debugging the problem and sending us updates on it. :)
I was trying to reproduce the problem, before getting back to you on this.
Thanks,
Puneeth
> Steinar Bang :
> Are anyone else successfully using org2blog with emacs 23?
> I don't think this have worked for any emacs 23.x releases.
Yes it has. The problem was mine. I had a very old setting (older than
2002-03-12, which is as far as my current version control of my home
directory
Hallo Andreas,
Andreas Kalex writes:
> I am writing some text in org-mode, in which I will use former
> chapters from the same file and sometimes from other files.
> Is it possible to use a link for these parts that they should only be
> displayed and/or printed for export (e.g. in pdf)?
Does
Hi,
I use org-mode extensively with R code sections, as a scientific notebook. One
annoyance I have is that when I have auto-fill-mode turned on (which is
convenient for the main body parts of the document), it extends to the code
section and starts auto-filling my code.
Can anyone recommend
Hi Steinar,
Steinar Bang writes:
>> Can you give an example of what you are using
>
> *** TODO Til jobb 2012
> :LOGBOOK:
> - State "DONE" from "TODO" [2012-04-30 Mon 09:41] \\
> 32:50, Skillebekk, Sinsen, Torshovdalen, 15.37km (28.09km/t)
> - State "DONE" from
Hi John,
John Hendy writes:
> It seems that =C-c / [a/b/D]= only works for deadline or scheduled
> active timestamps, not active or inactive time stamps alone.
>
> Is this correct or am I doing something wrong?
Correct.
> If it is correct... could a feature be added in which inactive or
> acti
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> Is there a way to filter the agenda based on the level of the item.
If you mean "filtering the agenda view" (like `/' does tag filtering)
there is no way to filter by entry level for now.
HTH,
--
Bastien
Hi François,
François Pinard writes:
> I came to suspect a mix of Org Emacs Lisp files from the Ubuntu bundled
> Emacs, prefix=/usr, and those coming from Git, prefix=/usr/local/.
> Right or wrong, I came to suspect this because the installation of Org
> from Git goes to a different place (at le
Hi,
"D. C. Toedt" writes:
> External link abbreviations don't seem to work if they're in an #
> +INCLUDE file -- they end up pointing to a (non-existent) anchor
> within the main document.
>
> The same external link abbreviations seem to work fine if they're in
> the main file.
That's the thi
Applied, thanks!
--
Bastien
>From 4b577b6909c57a74adf75925ea9f26e17f9ad946 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Tue, 1 May 2012 18:48:50 +0800
Subject: [PATCH 1/2] spelling fixes
* org.el (org-create-formula-image-with-imagemagick): "converte" --> "convert".
---
lisp/org.el |2 +-
1 个文件被修改,插入 1 行(+),删除 1 行(-)
Hi Bill,
Thanks for the patch. Please don't attach patches using
application/octet-stream, patchwork don't catch those -- see
http://orgmode.org/worg/org-contribute.html#sec-4-3
Bill Wishon writes:
> * lisp/org-exp.el (org-export-remove-or-extract-drawers): Changed
> funcall to run-hook-wi
Hi Feng,
thanks for the patch. Can you give it a better name?
Also split it into two patches, one for the typo one for
the other change.
As for the code:
- don't use 'nil, use nil
- (append (list 'x 'y) 'y) => (list 'x 'y 'z)
Thanks!
--
Bastien
0001-A-small-change.patch
Description: Binary data
> Steinar Bang :
> When I try to log in, using `M-x org2blog/wp-login RET', I get the
> following error message in the minibuffer:
> Must provide a callback function to url-retrieve
Are anyone else successfully using org2blog with emacs 23?
I don't think this have worked for any emacs 23.x
Hi Sebastien,
"Sebastien Vauban"
writes:
> Hello,
>
> I'd like to have a couple of different (column) views in my Org file
How about trying this patch which lets you have another format in column
view?
After applying this patch, try this at the Tasks tree in your example.
M-: (org-columns "%6
Hi Sebastien,
"Sebastien Vauban"
writes:
> I'd like to have a couple of different (column) views in my Org file
How about trying this patch which let you have another format in column
view?
After applying this patch, try this.
M-: (org-columns "%66ITEM(Task) %6Effort(Estim.){:}")
Best,
IP
>
37 matches
Mail list logo