Re: [Orgmode] Re: Can I set achive or refile target to date-tree?

2010-04-21 Thread Carsten Dominik
On Apr 19, 2010, at 2:55 PM, Osamu OKANO wrote: Hi, all. I wrote the defadvice of org-archive-subtree so that I can archive in a date-tree. Please (setq org-archive-location "%s_archive::date-tree"), then you can archive in a date-tree. http://gist.github.com/370843 Pretty nice! - Carsten

Re: [Orgmode] Bug: C-c ' eats last newline of a figure [6.35trans (release_6.35g.72.g2e12)]

2010-04-21 Thread Carsten Dominik
Applied, thank. - Carsten On Apr 19, 2010, at 8:34 AM, Dan Davison wrote: diff --git a/lisp/org-src.el b/lisp/org-src.el index 54ec4af..3319a9e 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -459,15 +459,6 @@ the language, a switch telling if the content should be in a single line."

Re: [Orgmode] [patch] typo: customization group org-plain-list

2010-04-21 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 18, 2010, at 10:39 PM, Sebastian Rose wrote: Found a typo in lisp/org-list.el. Patch is against branch `remove-compatibility-code' diff --git a/lisp/org-list.el b/lisp/org-list.el index 180bc5a..f45819a 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Carsten Dominik
Hi Sebastian, I am not sure I understand this patch fully. And it looks to me that this should be taken care of in `org-export-html-close-list-maybe'. Could you take another look and check if this could be easily moved into there? I am confused why this is inside the when clause about

Re: [Orgmode] suggestions of Android smartphones

2010-04-21 Thread Sven Bretfeld
Hi all I'm sorry to break the thread. By mistake I sent an answer to Daniel as a PM. Now, I don't have the previous posting because of my expiration settings. I will do some editing to my original answer because of questions he asked me in the meantime. I'm really sorry. Hi Daniel Daniel Martin

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-21 Thread Greg Newman
My process has gone through some revisions. My current setup is as follows: client-projects.org I keep all paid projects for clients in one big file. I used to keep them in a file for each client until one of them noticed that their name was being pushed to github in my agenda files. studio-pro

[Orgmode] error when exporting to pdf

2010-04-21 Thread Buck Brody
I am trying to export to PDF. I typed C-c C-e d. Which should be, "export as LaTeX and process to PDF and open PDF file". I received a message that said "PDF file was not produced". The org file I used was the one in the example http://orgmode.org/worg/org-tutorials/org-beamer.php. Version inf

[Orgmode] error in this morning's git release

2010-04-21 Thread Eric S Fraga
Carsten et al., This morning's git version (8am BST) fails to work due to a problem with org-inlinetask, specifically "const: unknown function" when executing (require 'org-inlinetask) in my initialisation. Thanks, eric -- Eric S Fraga, GnuPG Fingerprint: 8F5C 279D 3907 E14A 5C29 570D C891 93D8

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-21 Thread Alan E. Davis
More than you want to know, I'm certain. I would certainly appreciate any ideas that others might provide. I am reluctant to provide much in the way of personal details, but perhaps I do have to provide some detail, in order to call attention to how I use Org-mode, in many aspects

[Orgmode] remove-compatibility-code branch obsolete

2010-04-21 Thread Carsten Dominik
Hi everyone, the remove-compatibility-code branch is now obsolete, I have pushed much of this into the master, but not all of it. Michael Sperber is trying to integrate stuff into XEmacs which will make my life here a lot easier - and the remaining compatibility stuff is minor and can remain. -

Re: [Orgmode] error in this morning's git release

2010-04-21 Thread Eric S Fraga
On Wed, 21 Apr 2010 09:25:56 +0100, Eric S Fraga wrote: > > [1 ] > Carsten et al., > > This morning's git version (8am BST) fails to work due to a problem > with org-inlinetask, specifically "const: unknown function" when > executing (require 'org-inlinetask) in my initialisation. > > Thanks,

Re: [Orgmode] error when exporting to pdf

2010-04-21 Thread Carsten Dominik
Hi Buck, In this process, Org-mode will produce a .tex file. Try running pdflatex on the file "by hand", this will give you (and, if still necessary, us), more information on what is going wrong. - Carsten On Apr 21, 2010, at 2:22 AM, Buck Brody wrote: I am trying to export to PDF. I ty

Re: [Orgmode] suggestions of Android smartphones

2010-04-21 Thread Eric S Fraga
On 21 Apr 2010 10:09:47 +0200, "Sven Bretfeld" wrote: > > Hi all > > I'm sorry to break the thread. By mistake I sent an answer to Daniel as > a PM. Now, I don't have the previous posting because of my expiration > settings. I will do some editing to my original answer because of > questions he

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-21 Thread Tim O'Callaghan
My .02Euro-cents worth. I used to have an uber.org file setup, but i found it de-focused my thinking. I'd get sidetracked because a topic caught my attention or looked out of place. I've moved to something a bit more dynamic now, its still under construction though. I wanted to be able to minimiz

[Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-21 Thread Bernt Hansen
"Alan E. Davis" writes: > 5. I hacked the code to provide six priority levels, #A--#F. I > haven't gotten around to use all the levels, but I forsee > being able, for example, to use #F as shopping list items. There's no need to hack the code for this. You can modify th

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Carsten Dominik
Hi, do others agree with Matti's view? Thanks. - Carsten On Apr 20, 2010, at 12:29 AM, Matti De Craene wrote: Hello all, When operating on a heading, M-Right/M-Left promotes or demotes one heading only, and M-S-Right/M-S-Left promotes or demotes an entire subtree. When operating on list it

[Orgmode] Re: [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Sébastien Vauban
Hi Carsten and Matti, > do others agree with Matti's view? Yes, for me. > On Apr 20, 2010, at 12:29 AM, Matti De Craene wrote: > >> Hello all, >> >> When operating on a heading, M-Right/M-Left promotes or demotes one >> heading only, and M-S-Right/M-S-Left promotes or demotes an entire >> subtre

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Anthony Lander
On 10-Apr-21, at 8:53 AM, Carsten Dominik wrote: Hi, do others agree with Matti's view? I agree. I think it would be better if the arrow keys behaved the same on a headline and on a list. -Anthony Thanks. - Carsten On Apr 20, 2010, at 12:29 AM, Matti De Craene wrote: Hello all,

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Bastien
Carsten Dominik writes: > do others agree with Matti's view? FWIW, I do. -- Bastien ___ 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

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Carsten Dominik
On Apr 21, 2010, at 3:32 PM, Bastien wrote: Carsten Dominik writes: do others agree with Matti's view? FWIW, I do. There is still another difference. Currently, when I execute the indentation command several times in a row, the range to which this applies is locked. So for example"

[Orgmode] Re: [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Bernt Hansen
Carsten Dominik writes: > On Apr 21, 2010, at 3:32 PM, Bastien wrote: > >> Carsten Dominik writes: >> >>> do others agree with Matti's view? >> >> FWIW, I do. > > There is still another difference. > > Currently, when I execute the indentation command > several times in a row, the range to which

[Orgmode] [org-babel] Feature request: Get a scalar for "data=example-table[0, 1]"

2010-04-21 Thread Darlan Cavalcante Moreira
In the org-babel documentation we see that one can pass a single element from a table to a babel source block with , ! :var data=example-table[0,1] ` I assumed that I would get a scalar value, but it seems that I still get a table (but with only one element). For instance, if I have the ta

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Dan Davison
Carsten Dominik writes: > On Apr 21, 2010, at 3:32 PM, Bastien wrote: > >> Carsten Dominik writes: >> >>> do others agree with Matti's view? >> >> FWIW, I do. > > There is still another difference. > > Currently, when I execute the indentation command > several times in a row, the range to which

Re: [Orgmode] [org-babel] Feature request: Get a scalar for "data=example-table[0, 1]"

2010-04-21 Thread Eric Schulte
Hi Darlan, Darlan Cavalcante Moreira writes: > In the org-babel documentation we see that one can pass a single element > from a table to a babel source block with > , > ! :var data=example-table[0,1] > ` > > I assumed that I would get a scalar value, but it seems that I still get a > ta

Re: [Orgmode] Precision setting for spreadsheet calculation

2010-04-21 Thread Carsten Dominik
On Apr 18, 2010, at 3:41 PM, Michael Brand wrote: On 10-03-02 9:15 PM, Michael Brand wrote: I also played around quite a bit with the precision settings and will put the resulting examples into the Worg FAQ. But I would like to postpone my Worg FAQ update because its link to the manual would b

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Sebastian Rose
Hi Carsten, Carsten Dominik writes: > Hi Sebastian, > > I am not sure I understand this patch fully. And it looks to me that this > should be taken care of in `org-export-html-close-list-maybe'. Could you take > another look and check if this could be easily moved into there? I am > confuse

Re: [Orgmode] [org-babel] Feature request: Get a scalar for "data=example-table[0, 1]"

2010-04-21 Thread Darlan Cavalcante Moreira
Thank you Eric, That was much faster then I had expected. :) It works perfectly now. Regarding the hlines, I find more intuitive not counting them for indexing, since this is how table formulas work in org, but I'm OK with whatever solution you and Dan come up with. At last, after loading messag

[Android] [Orgmode] Force close with MobileOrg Android 0.2_alpha and development snapshot

2010-04-21 Thread Friedrich Delgado Friedrichs
Hi! I finally got around to trying out MobileOrg for Android. After I finally managed to set up webdav and sync my files, MobileOrg force closed. (development snapshot from today) Now it force closes every time I try to start it. I tried the 0.2 alpha release next but it also force closed on st

Re: [Android] [Orgmode] Force close with MobileOrg Android 0.2_alpha and development snapshot

2010-04-21 Thread Matthew Jones
Looks like this might be a bug trying to write your files out to subdirectories it looks like I'm not trying to create the subdirectories. If you put your files in just the root directory does that work for you? 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Wed, Apr 21, 2010 at 4:35 PM, Fr

Re: [Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-21 Thread Carsten Dominik
On Apr 21, 2010, at 10:27 PM, Matti De Craene wrote: Hello Carsten and others, If you are calling for more consistency, maybe this "feature" should go as well? I do not have a strong opinion on this. In (my) day-to-day use of org-mode, cases in which the difference between having a lock or

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Carsten Dominik
Hi Sebastion, sorry for being hard to satisfy on this one. What I mean is this: The location where your patck kicks in looks like this: (org-export-html-close-lists-maybe line) ;; Protected HTML (when (get-text-property 0 'org-protected line) (let

Re: [Orgmode] [patch] Terminating lists by indentation of #+SPECIALS too

2010-04-21 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastion, sorry for being hard to satisfy on this one. > > What I mean is this: > > The location where your patck kicks in looks like this: > > > (org-export-html-close-lists-maybe line) > > ;; Protected HTML > (when (get-text-property 0 '

[Orgmode] [patch] Sort the sitemap again

2010-04-21 Thread Sebastian Rose
Hi Carsten, here is a patch, that sorts the sitemap-file on html-export. One my configure the sorting per project, by adding these lines to his `org-publish-project-alist': :sitemap-sort-foldersSet this to one of "first" (default), "last". Any other value will

[Orgmode] export problem

2010-04-21 Thread charles snyder
Hi Until recently, my org exports worked perfectly. I haven't made any changes I am aware of. Now I am having export problems with my .org files. When I try to export as freemind (C-c C-e m) I get: "wrong type argument: org-export-as-freemind". When I try to export as pdf (C-c C-e d), I get th

Re: [Orgmode] export problem

2010-04-21 Thread Nick Dokos
charles snyder wrote: > Until recently, my org exports worked perfectly. I haven't made any changes I > am aware of. Now > I am having export problems with my .org files.  > > When I try to export as freemind (C-c C-e  m) I get: > "wrong type argument: org-export-as-freemind".  > > When I try