Re: [Orgmode] Re: row and col spaning in table?

2010-08-17 Thread Tak Ota
Mon, 16 Aug 2010 05:45:03 -0700: Carsten Dominik carsten.domi...@gmail.com wrote: On Jul 28, 2010, at 8:28 PM, Srinivas wrote: Giovanni Ridolfi giovanni.ridolfi at yahoo.it writes: David Hajage dhajage at gmail.com writes: and I was wondering if row and col spaning was possible?

[Orgmode] Baffled by beamer blocks

2010-08-17 Thread Philip J. Hollenback
I've got a basic org-mode 7.01h + beamer setup working and am able to create and export presentations. However I am completely unable to create presentations with blocks in them. I've followed the examples on the website such as http://orgmode.org/worg/org-tutorials/org-beamer.php with no

Re: [Orgmode] Re: See total effort in my agenda

2010-08-17 Thread Bastien
Hi Flavio, Flavio Souza flavio...@gmail.com writes: I would like to check how much time is commited in a certain day. But when I plan my projects, some tasks have lots of hours. They would probably take many days. How would orgmode figure out how many hours are commited in a specific day?

Re: [Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Bastien
Hi Markus, Markus Heller helle...@gmail.com writes: Now `C-c C-x C-o' seems to be broken for me ... Anybody else see this? M-x org-version is 7.01trans (release_7.01h.142.g1ab9). Working fine here: Org-mode version 7.01trans (release_7.01h.143.g17ace.dirty) I think you need to pull.

[Orgmode] gitignore patch

2010-08-17 Thread Andreas Röhler
Hi, consider these endings ignored by default useful too. BTW re-sorted, doubled *.dvi-entry removed. Cheers, Andreas -- https://code.launchpad.net/~a-roehler/python-mode https://code.launchpad.net/s-x-emacs-werkstatt/ diff --git a/.gitignore b/.gitignore index ba75c2a..374f45e 100644 ---

Re: [Orgmode] Re: Tags not lining up in org-indent-mode

2010-08-17 Thread Carsten Dominik
On Jul 23, 2010, at 9:56 PM, Marcus Klemm wrote: Carsten Dominik carsten.dominik at gmail.com writes: well, this does stop tabs from being used, but it does not stop the mis-alignment of tags on different outline levels. Any news on that? Hi Marcus, I have now fixed this issue. Tag

Re: [Orgmode] when will org-indent-mode be ready?

2010-08-17 Thread Carsten Dominik
On Aug 1, 2010, at 7:14 PM, Brian Brooks wrote: Currently using Emacs 23.1, when will org-indent-mode be usable? Org-indent-mode is ready, but you need Emacs 23.2. - Carsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] Bug: org-insert-link path promt lacks tab-completion [7.01trans]

2010-08-17 Thread Carsten Dominik
On Aug 10, 2010, at 8:39 AM, Aidan Gauland wrote: If I enter or edit a link with org-insert-link, I only get tab-completion for the URL prefix (e.g. fi TAB puts file), but not for the path name for file: links. So, if I type C-c C-l file:~/.ema TAB, I expect to get file:~/.emacs (the

Re: [Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Puneeth
On Tue, Aug 17, 2010 at 12:43 PM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Markus, Markus Heller helle...@gmail.com writes: Now `C-c C-x C-o' seems to be broken for me ...  Anybody else see this? M-x org-version is 7.01trans (release_7.01h.142.g1ab9). Working fine here:  Org-mode

Re: [Orgmode] gitignore patch

2010-08-17 Thread Bastien
Andreas Röhler andreas.roeh...@easy-emacs.de writes: consider these endings ignored by default useful too. BTW re-sorted, doubled *.dvi-entry removed. Applied, thanks. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] problem with babel and R

2010-08-17 Thread David Hajage
Hello, I am trying to use babel with R. Here the code: #+srcname: foo #+begin_src R :session *R* :results output org replace library(ascii) options(asciiType = org) ascii(head(esoph)) #+end_src #+results: foo | | agegp | alcgp | tobgp| ncases | ncontrols |

[Orgmode] C-u usage

2010-08-17 Thread Andreas Röhler
Hi Carsten, while dealing with the key/command-name issue, thanks for the last hint BTW, works now, stumble over C-u C-u C-u TAB Don't it break common Emacs usage somehow? The problem arises, as C-h k does not report a combination starting with C-u... Just for consideration. Andreas

[Orgmode] Re: C-u usage

2010-08-17 Thread Tassilo Horn
Andreas Röhler andreas.roeh...@easy-emacs.de writes: Hi Andreas, C-u C-u C-u TAB Don't it break common Emacs usage somehow? No, that's the usual way to provide an universal argument (a number) to a command. The problem arises, as C-h k does not report a combination starting with C-u...

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-17 Thread Jan Böcker
Static MathJax v0.2 contains org-static-mathjax.el, which integrates it into the Org export process. The comments in that file explain how it can be used. Download it at: http://www.jboecker.de/2010/08/15/staticmathjax.html I have added a note to org-hacks.org in Worg, which should show up when

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-17 Thread Carsten Dominik
On Aug 17, 2010, at 12:44 PM, Jan Böcker wrote: Static MathJax v0.2 contains org-static-mathjax.el, which integrates it into the Org export process. The comments in that file explain how it can be used. Download it at: http://www.jboecker.de/2010/08/15/staticmathjax.html I have added a

[Orgmode] More structure on org-hacks.php

2010-08-17 Thread Carsten Dominik
Hi, I just noticed that org-hacks.php on Worg have become quite long, it is great that we have so many little hack there. I think the file would benefit from a bit more structure (some top-level headings and the actually hacks as level two headings or so. Maybe someone would like to do

[Orgmode] Re: C-u usage

2010-08-17 Thread Carsten Dominik
Hi Andreas, On Aug 17, 2010, at 11:24 AM, Andreas Röhler wrote: Hi Carsten, while dealing with the key/command-name issue, thanks for the last hint BTW, works now, stumble over C-u C-u C-u TAB Don't it break common Emacs usage somehow? No, it is customary that C-u changes the behavior

[Orgmode] Re: problem with babel and R

2010-08-17 Thread David Hajage
I tried the code with the last development version of org-mode: #+srcname: foo #+begin_src R :session *R* :results output org replace library(ascii) options(asciiType = org) ascii(head(esoph)) #+end_src #+results: foo | | agegp | alcgp | tobgp| ncases | ncontrols |

Re: [Orgmode] Re: keys and command name info

2010-08-17 Thread Andreas Röhler
Am 16.08.2010 10:57, schrieb Carsten Dominik: On Aug 15, 2010, at 9:07 PM, Andreas Röhler wrote: Am 15.08.2010 09:39, schrieb Carsten Dominik: On Aug 15, 2010, at 9:37 AM, Carsten Dominik wrote: On Aug 13, 2010, at 9:30 PM, Andreas Röhler wrote: Am 11.08.2010 12:05, schrieb Carsten

Re: [Orgmode] Re: problem with babel and R

2010-08-17 Thread Eric Schulte
Hi David, It seems that the problem here is in the ascii package. It is inserting an empty line at the beginning of your table, so that the table is not snugly sitting under the #+results foo tag, because of this the table isn't seen as results and is not replaced -- if you delete that space

[Orgmode] Re: More structure on org-hacks.php

2010-08-17 Thread Sébastien Vauban
Hi Carsten, I just noticed that org-hacks.php on Worg have become quite long, it is great that we have so many little hack there. I think the file would benefit from a bit more structure (some top-level headings and the actually hacks as level two headings or so. Maybe someone would like

[Orgmode] Re: [Patch] Org-fontify

2010-08-17 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: On Aug 14, 2010, at 11:04 PM, Sébastien Vauban wrote: See http://www.mygooglest.com/sva/highlight-whole-ines.png for the results on my minimal example file. I have applied this patch. Thanks. Thinking a bit more about it, I wondered if it wouldn't be

Re: [Orgmode] Re: [Patch] Org-fontify

2010-08-17 Thread Carsten Dominik
No HiSebastian, no, I think these are separate issues. Best wishes - Carsten On Aug 17, 2010, at 4:07 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: On Aug 14, 2010, at 11:04 PM, Sébastien Vauban wrote: See http://www.mygooglest.com/sva/highlight-whole-ines.png for the

Re: [Orgmode] Re: problem with babel and R

2010-08-17 Thread David Hajage
Thank you very much for your answer. But when I run the following code directly into R, no extra lines is added by the ascii function: library(ascii) Le chargement a nécessité le package : proto options(asciiType = org) ascii(head(esoph)) # no extra line | | agegp | alcgp | tobgp|

Re: [Orgmode] Re: problem with babel and R

2010-08-17 Thread Eric Schulte
Hi David, David Hajage dhaj...@gmail.com writes: Thank you very much for your answer. My pleasure But when I run the following code directly into R, no extra lines is added by the ascii function: library(ascii) Le chargement a nécessité le package : proto options(asciiType = org)

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-17 Thread Jan Böcker
On 08/17/2010 01:01 PM, Carsten Dominik wrote: On Aug 17, 2010, at 12:44 PM, Jan Böcker wrote: Static MathJax v0.2 contains org-static-mathjax.el, which integrates it into the Org export process. The comments in that file explain how it can be used. Download it at:

[Orgmode] Baffled by beamer blocks

2010-08-17 Thread Philip J. Hollenback
I've got a basic org-mode 7.01g + beamer setup working and am able to create and export presentations. However I am completely unable to create presentations with blocks in them. I've followed the examples on the website such as http://orgmode.org/worg/org-tutorials/org-beamer.php with no

Re: [Orgmode] Re: keys and command name info

2010-08-17 Thread Andreas Röhler
Here is my proposal for now: @macro orgcmd{key,command} @kindex \key\ @findex \command\ @item \key\ @ @ @ @ @ @ @ @ @ @ @r{(}\comma...@r{)} @end macro And then define keys/commands like this: @table @kbd . @orgc...@key{tab}, org-cycle} Here follows the description of the command

[Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Markus Heller
Bastien bastien.gue...@wikimedia.fr writes: Hi Markus, Markus Heller helle...@gmail.com writes: Now `C-c C-x C-o' seems to be broken for me ... Anybody else see this? M-x org-version is 7.01trans (release_7.01h.142.g1ab9). Working fine here: Org-mode version 7.01trans

Re: [Orgmode] custom sorting of agenda items

2010-08-17 Thread Ilya Shlyakhter
Thanks Carsten, org-agenda-before-sorting-filter-function does what I need. It would be better if it was called with the point already on the corresponding headline in the corresponding buffer. This would also be faster as you could call it for all entries in one buffer at a time, avoiding a

Re: [Orgmode] custom sorting of agenda items

2010-08-17 Thread Samuel Wales
On 2010-08-04, Ilya Shlyakhter ilya_...@alum.mit.edu wrote: When giving a user-defined function for org-agenda-cmp-user-defined, the function gets two agenda entries. Is there a way from an agenda entry to get to the original org entry? Here is code of a general nature. (defun

Re: [Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread David Maus
Markus Heller wrote: Just did, still not working. Org-mode version 7.01trans (release-7.01h.146.g8e12). Below is the message from the minibuffer after the following sequence: Could I ask you to provide a full backtrace? M-x toggle-debug-on-error RET And hit the problem. Thanks, -- David

[Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Markus Heller
Bastien bastien.gue...@wikimedia.fr writes: Markus Heller helle...@gmail.com writes: Just did, still not working. Org-mode version 7.01trans (release-7.01h.146.g8e12). Below is the message from the minibuffer after the following sequence: 1. Hit C-c a a 2. Hit C-x C-c C-o Note that

[Orgmode] Re: problem with babel and R

2010-08-17 Thread Tom Short
Eric Schulte schulte.eric at gmail.com writes: Under normal usage w/o this header argument, results are either tabular or are textual. If tabular a single table can easily be recognized and handled, if textual they are normally enclosed in a block (example, html, latex, etc...), the block

[Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Markus Heller
David Maus dm...@ictsoc.de writes: Markus Heller wrote: Just did, still not working. Org-mode version 7.01trans (release-7.01h.146.g8e12). Below is the message from the minibuffer after the following sequence: Could I ask you to provide a full backtrace? M-x toggle-debug-on-error RET

Re: [Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Bastien
David Maus dm...@ictsoc.de writes: Markus Heller wrote: Just did, still not working. Org-mode version 7.01trans (release-7.01h.146.g8e12). Below is the message from the minibuffer after the following sequence: Could I ask you to provide a full backtrace? David, here is the diff from my

[Orgmode] Request for opinions: [ANN] List improvement v.2o

2010-08-17 Thread Carsten Dominik
On Jul 22, 2010, at 11:08 PM, Nicolas Goaziou wrote:Hello,Here is a new, and probably final feature-wise, suggestion of listimprovement in Org Mode.Table of Contents=1 What is it about again ?2 Is that all ? 2.1 Preserving blank lines 2.2 Timer lists 2.3 Automatic rules 2.4

[Orgmode] Re: Remove WAITING Task from Global TODO List

2010-08-17 Thread Markus Heller
Memnon Anon gegendosenflei...@googlemail.com writes: Markus Heller helle...@gmail.com writes: But that will only give me a *list* of the items, correct? What I'd like to get is the *calendar* view that you get by hitting C-c a a which only shows TODO and STARTED tasks. Ui, custom agenda;

[Orgmode] Request for opinions: [ANN] List improvement v.2o

2010-08-17 Thread Carsten Dominik
On Jul 22, 2010, at 11:08 PM, Nicolas Goaziou wrote: Hello, Here is a new, and probably final feature-wise, suggestion of list improvement in Org Mode. Table of Contents = 1 What is it about again ? 2 Is that all ? 2.1 Preserving blank lines 2.2 Timer lists 2.3

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-08-17 Thread Marcelo de Moraes Serpa
Hey guys, I'm still having this issue. I've tried downloading emacs again from emacsformacosx.com, but the problem is still there. Any ideas? Thanks, Marcelo. On Thu, Aug 5, 2010 at 1:37 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi Bastien, I've posted the backtrace, it should be

[Orgmode] Re: Request for opinions: [ANN] List improvement v.2o

2010-08-17 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: 1. The ability to have several sublists separated by text, for example - item1 - subitem A1 - subitem A2 some text in between the lists, identified as such by indentation - subitem B1 - subitem B2 Such a construct

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-08-17 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: Hey guys, I'm still having this issue. I've tried downloading emacs again from emacsformacosx.com, but the problem is still there. Any ideas? Thanks, Marcelo. On Thu, Aug 5, 2010 at 1:37 PM, Marcelo de Moraes Serpa

Re: [Orgmode] how to show all subheadings of current level +1, then all of current level +2 etc.

2010-08-17 Thread Michael Brand
Hi Rainer On Fri, Aug 6, 2010 at 11:56, Rainer Stengele rainer.steng...@diplan.de wrote: As already said, I can achieve this with number C-c TAB but this is not an easy shift in and out solution, I have to count the levels by myself and provide it in the command. I think you are looking for

Re: [Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread David Maus
Hi Bastien, Hi Markus, Bastien wrote: David Maus dm...@ictsoc.de writes: Markus Heller wrote: Just did, still not working. Org-mode version 7.01trans (release-7.01h.146.g8e12). Below is the message from the minibuffer after the following sequence: Could I ask you to provide a full

[Orgmode] tag or property names with dashes

2010-08-17 Thread Ilya Shlyakhter
When doing an agenda tags match for tags or properties with dashes in their name, the dashes become negation operators: my-prop0 means entries that have the tag 'my' and do not have a positive property 'prop', rather than entries that have a positive property 'my-prop'. Is there a way to escape

Re: [Orgmode] Baffled by beamer blocks

2010-08-17 Thread Eric S Fraga
On Mon, 16 Aug 2010 23:26:29 -0700, Philip J. Hollenback phil...@pobox.com wrote: I've got a basic org-mode 7.01h + beamer setup working and am able to create and export presentations. However I am completely unable to create presentations with blocks in them. I've followed the examples on

[Orgmode] Automatically move completed TODO items and checkboxes to another file

2010-08-17 Thread Michael Hoffman
I have happily been using org-mode for many years to keep a todo list. I like keeping a log of the actions I've completed, but I don't like them in the same file taking up space. Previously I have moved completed TODO items and checkboxes to another log file manually. Is there a good way of

Re: [Orgmode] Automatically move completed TODO items and checkboxes to another file

2010-08-17 Thread Eric S Fraga
On Tue, 17 Aug 2010 13:34:32 -0700, Michael Hoffman 9qobl2...@sneakemail.com wrote: I have happily been using org-mode for many years to keep a todo list. I like keeping a log of the actions I've completed, but I don't like them in the same file taking up space. Previously I have moved

[Orgmode] [ANN] New babel features: sessions, ESS remote commands

2010-08-17 Thread Dan Davison
I've just pushed the additions below to the master branch. The first two are intended to improve working with sessions in general and ESS (R) in particular. The second two allow 'remote commands': babel commands in code buffers, and language major mode commands from Org buffers. 1 New command to

[Orgmode] Re: row and col spaning in table?

2010-08-17 Thread Srinivas
Carsten, As a follow up to Tak's response, this points to a potential bug in org-mode when converting tables from org-mode table to table.el table: * Org Mode Table | Header 1 | Header 2 | | R1 C1-2 | | R2 C1| R2-3 C2 | | R3 C1| | * Org Mode Table converted to

[Orgmode] properties in agenda prefix

2010-08-17 Thread Skip Collins
Why is CATEGORY the only property that can be included in org-agenda-prefix-format? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-feeds, atom, authentication gdata

2010-08-17 Thread Ethan Ligon
I've been messing around in an ineffectual way with better ways to get data from various google services (importantly gcalender and gmail) into org. I'd like gcalendar to talk to calendar, and I'd like gmail to feed threads into headings. The latter seems very close to the idea behind org-feeds.

Re: [Orgmode] Archive Tasks

2010-08-17 Thread Karl Maihofer
Bastien, thanks for your reply! I think this works if there is already an entry Client 1 in the file gtd.org_archive. But if the task is the first one that should be archived, org doesn't know that this should be on the second level: * Tasks ** Client 1 Is there a way to tell org, that there

Re: [Orgmode] Archive Tasks

2010-08-17 Thread Puneeth
Karl, On Wed, Aug 18, 2010 at 10:36 AM, Karl Maihofer ignora...@gmx.de wrote: Is there a way to tell org, that there should be a first level called Tasks and a second called Client 1? Bernt's setup describes how to do this. http://doc.norang.ca/org-mode.html#OrgFileStructure -- Puneeth