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

2010-08-17 Thread David Hajage
OK, I understand that using ":results org", the results is not altered, there is no post processing. But I don't want a post processing, I would like a way to tell babel where is the begining *and the end* of the output produces by a particular R source block. I think an "#+end_results: foo" at the

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

2010-08-17 Thread Sébastien Vauban
Hi Carsten and Nicolas, Carsten Dominik wrote: > On Jul 22, 2010, at 11:08 PM, Nicolas Goaziou wrote: > > 2. Some existing documents will break because we now need an end-of-list > that is clearly defined, and not by indentation. Nicolas proposes a > double empty line or some special string t

Re: [Orgmode] Archive Tasks

2010-08-17 Thread Puneeth
Karl, On Wed, Aug 18, 2010 at 10:36 AM, Karl Maihofer 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 ___

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 s

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

[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] 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 tab

Re: [Orgmode] Baffled by beamer blocks

2010-08-17 Thread Philip J. Hollenback
Hm no luck. I tried the updated presentation.org and posted the resulting pdf on scribd: http://www.scribd.com/doc/36035983/Presentation some interesting problems: 1. title missing from title page 2. @important@ is rendered as @important@ 3. missing QED image and of course no blocks. I think

Re: [Orgmode] Baffled by beamer blocks

2010-08-17 Thread John Hendy
Eric -- is the link to the file download broken? It looks like a footnote or [[link][]] might have missed a bracket? I'm assuming that footnote 1 is supposed to link to the example file being used for the tutorial, that is. John On Tue, Aug 17, 2010 at 5:37 PM, Eric S Fraga wrote: > On Tue, 17

Re: [Orgmode] Baffled by beamer blocks

2010-08-17 Thread Eric S Fraga
On Tue, 17 Aug 2010 15:11:10 -0700, "Philip J. Hollenback" wrote: > > On Tue, 17 Aug 2010 21:29 +0100, "Eric S Fraga" > wrote: > > What have you defined in your org setup at the start of the tile. In > > particular, this line in the example presentation on Worg is crucial: > > > > #+OPTIONS:

Re: [Orgmode] Baffled by beamer blocks

2010-08-17 Thread Philip J. Hollenback
On Tue, 17 Aug 2010 21:29 +0100, "Eric S Fraga" wrote: > What have you defined in your org setup at the start of the tile. In > particular, this line in the example presentation on Worg is crucial: > > #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t > > specifically the H:3

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

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] 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 doi

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" 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 > the websi

[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-prop>0" 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 es

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

2010-08-17 Thread David Maus
Hi Bastien, Hi Markus, Bastien wrote: >David Maus 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 back

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 wrote: > As already said, I can achieve this with " C-c " > 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 almost exactly the depth st

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

2010-08-17 Thread Nick Dokos
Marcelo de Moraes Serpa 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 > wrote: > > Hi Bastien, I

[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

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 wrote: > Hi Bastien, I've posted the backtrace, it should be in the thread, a >

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

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

2010-08-17 Thread Markus Heller
Memnon Anon writes: > Markus Heller 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; I am not got at this, but please try

[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

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

2010-08-17 Thread Bastien
David Maus 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 last pus

[Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Markus Heller
David Maus 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 > > And

[Orgmode] Re: problem with babel and R

2010-08-17 Thread Tom Short
Eric Schulte 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 then allows f

[Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Markus Heller
Bastien writes: > Markus Heller 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 C-x C-c C-o works in an org

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

Re: [Orgmode] custom sorting of agenda items

2010-08-17 Thread Samuel Wales
On 2010-08-04, Ilya Shlyakhter 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 alpha-org-entry-get (property &o

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

2010-08-17 Thread Bastien
Markus Heller 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 C-x C-c C-o works in an org-mode file. > > Hope this help

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 separ

[Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Markus Heller
Bastien writes: > Hi Markus, > > Markus Heller 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

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 @end

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

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: >> http://

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

2010-08-17 Thread Eric Schulte
Hi David, David Hajage 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") >> ascii(h

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: [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 r

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

[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

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 then

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 Domi

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

[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 Don't it break common Emacs usage somehow? No, it is customary that C-u changes the behavior as 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 that?

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 note

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 W

[Orgmode] Re: C-u usage

2010-08-17 Thread Tassilo Horn
Andreas Röhler writes: Hi Andreas, > C-u C-u C-u > > 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... `C-u' is a command by itself:

[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 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] 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 | |---+---+-

Re: [Orgmode] gitignore patch

2010-08-17 Thread Bastien
Andreas Röhler 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 replies to the list. Emacs-orgmod

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

2010-08-17 Thread Puneeth
On Tue, Aug 17, 2010 at 12:43 PM, Bastien wrote: > Hi Markus, > > Markus Heller 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.

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 puts "file"), but not for the path name for "file:" links. So, if I type C-c C-l file:~/.ema , I expect to get file:~/.emacs (the possibil

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] 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 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 alignment should now

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

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

2010-08-17 Thread Bastien
Hi Markus, Markus Heller 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. Let me know, --

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

2010-08-17 Thread Bastien
Hi Flavio, Flavio Souza 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? This is impossible