Re: [O] Table alignment

2012-05-01 Thread Thomas S. Dye
Bastien b...@gnu.org writes: Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Aligning this table with C-c C-c when the cursor is in one of the cells of the first column results in an error: if: Wrong type argument: char-or-string-p, nil. It is confused by the = character, and thinks it

Re: [O] Habit tracking and table data

2012-05-01 Thread Steinar Bang
Bastien b...@gnu.org: Steinar Bang s...@dod.no writes: I'm logging my bicycling to work using org habit tracking. I'm using a comment to track the time and distance (and average speed). It would have been nice if the habit tracking could have used a table for this. Can you give an

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

2012-05-01 Thread Ippei FURUHASHI
Hi Sebastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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-:

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

2012-05-01 Thread Ippei FURUHASHI
Hi Sebastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

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

2012-05-01 Thread Steinar Bang
Steinar Bang s...@dod.no: 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

[O] [patch] a small change

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

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

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 b...@wishon.org writes: * lisp/org-exp.el (org-export-remove-or-extract-drawers): Changed funcall

[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 tuma...@gmail.com 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

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

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

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

2012-05-01 Thread Bastien
Hi, D. C. Toedt d...@toedt.com 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

Re: [O] Org tiny changes?

2012-05-01 Thread Bastien
Hi François, François Pinard pin...@iro.umontreal.ca 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

Re: [O] Filter depending on item level

2012-05-01 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com 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] Sparse tree date question

2012-05-01 Thread Bastien
Hi John, John Hendy jw.he...@gmail.com 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

Re: [O] Habit tracking and table data

2012-05-01 Thread Bastien
Hi Steinar, Steinar Bang s...@dod.no 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

[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] Display/print text only for export

2012-05-01 Thread Bastien
Hallo Andreas, Andreas Kalex andreas.ka...@gmx.de 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

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

2012-05-01 Thread Steinar Bang
Steinar Bang s...@dod.no: 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

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] Custom time display in mode-line

2012-05-01 Thread Antoine Levitt
Daniel Clemente n142857 at 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] [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 b...@gnu.org 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

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

2012-05-01 Thread Rafael
Steinar Bang s...@dod.no 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

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

2012-05-01 Thread Steinar Bang
Puneeth Chaganti puncha...@gmail.com: 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

[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

[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

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] [PATCH] fix hook calling in org-export-remove-or-extract-drawers

2012-05-01 Thread Bastien
Hi Bill, Bill Wishon b...@wishon.org 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

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 b...@gnu.org 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

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 antoine.lev...@gmail.com 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'.

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

2012-05-01 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org 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] [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 n.goaz...@gmail.comwrote: 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

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 brian.van.den.br...@gmail.com writes: On 27 April 2012 05:52, Ippei FURUHASHI top.tuna+orgm...@gmail.com wrote: Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com writes: how to add 1 day to the return value of (current-time). This hard coding is out

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

2012-05-01 Thread Ippei FURUHASHI
Hi Sebastien Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

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

2012-05-01 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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:

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

2012-05-01 Thread Bastien
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

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

2012-05-01 Thread Bastien
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

[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 get

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

2012-05-01 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu 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