Re: [O] org + beamer: How to get @Š@ to create \alert?

2012-05-01 Thread Nick Dokos
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

[O] org + beamer: How to get @Š@ to create \alert?

2012-05-01 Thread Richard Stanton
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

Re: [O] [bug?] Computations on efforts expressed in days

2012-05-01 Thread Bastien
"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

Re: [O] [bug] Negating time changes its value

2012-05-01 Thread Bastien
"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

Re: [O] [bug] Assigning "0:00" to cell gives an error

2012-05-01 Thread 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, *

Re: [O] More than one column view in a file

2012-05-01 Thread Ippei FURUHASHI
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

Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-05-01 Thread Ippei FURUHASHI
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-

Re: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-01 Thread Bill Wishon
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

Re: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-01 Thread Nicolas Goaziou
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

Re: [O] Custom time display in mode-line

2012-05-01 Thread Antoine Levitt
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

Re: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-01 Thread Bill Wishon
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

Re: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-01 Thread Bastien
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

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-01 Thread Bastien
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

Re: [O] Custom time display in mode-line

2012-05-01 Thread 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

[O] Source block returns error before first headline

2012-05-01 Thread Thomas S. Dye
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

[O] org-bibtex.el feature request

2012-05-01 Thread Brian van den Broek
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

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Steinar Bang
> 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

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Rafael
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

Re: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-01 Thread Bill Wishon
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

Re: [O] Custom time display in mode-line

2012-05-01 Thread Antoine Levitt
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)"

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Puneeth Chaganti
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

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Steinar Bang
> 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

Re: [O] Display/print text only for export

2012-05-01 Thread Bastien
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

[O] Auto-fill-mode with code sections

2012-05-01 Thread Ken Williams
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

Re: [O] Habit tracking and table data

2012-05-01 Thread Bastien
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

Re: [O] Sparse tree date question

2012-05-01 Thread Bastien
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

Re: [O] Filter depending on item level

2012-05-01 Thread Bastien
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

Re: [O] Org tiny changes?

2012-05-01 Thread 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

Re: [O] External link abbreviations don't work when contained in #+INCLUDE file

2012-05-01 Thread Bastien
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

Re: [O] [patch] Using 'call-process to launch latex program

2012-05-01 Thread Bastien
Applied, thanks! -- Bastien

[O] [patch] Using 'call-process to launch latex program

2012-05-01 Thread Feng Shu
>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 行(-)

Re: [O] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-01 Thread Bastien
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

Re: [O] [patch] a small change

2012-05-01 Thread Bastien
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

[O] [patch] a small change

2012-05-01 Thread feng shu
0001-A-small-change.patch Description: Binary data

Re: [O] Error in org2blog/wp-login: "Must provide a callback function to url-retrieve"

2012-05-01 Thread Steinar Bang
> 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

Re: [O] More than one column view in a file

2012-05-01 Thread Ippei FURUHASHI
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

Re: [O] More than one column view in a file

2012-05-01 Thread Ippei FURUHASHI
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 >