Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Thomas S. Dye
Aloha Seb, Thanks for your detailed and thorough review. Your comments will help us revise the paper. Much appreciated. All the best, Tom On Dec 7, 2010, at 12:55 PM, Sébastien Vauban wrote: Hi Eric, Let's see if I'm a good proof-reader. Here are my comments, looking at things not al

Re: [Orgmode] source code block export no expansion

2010-12-09 Thread Thomas S. Dye
Hi Andreas, I've put a bug report on Eric and Dan's stack. Thanks again for pointing this out. All the best, Tom On Dec 7, 2010, at 8:55 PM, Andreas Leha wrote: Hi Tom, thanks a lot for looking into it! Fixing this is unfortunately off my limits. But for me the unnamed session is a

[Orgmode] Re: MobileOrg Android 0.4.5

2010-12-09 Thread Gour
On Sun, 21 Nov 2010 18:25:34 -0500 >> "Matthew" == Matthew Jones wrote: Hello Matthew, Matthew> For those interested, I have released MobileOrg Android 0.4.5 Matthew> to the Market (search for "MobileOrg") and for direct download Matthew> here: http://matburt.net/files/mobileorg-release.apk

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Manish
On Wed, Dec 8, 2010 at 2:29 AM, Dave Abrahams wrote: > > When using Org for planning, I often find myself corrupting my Org > files.  All kinds of things can go wrong, but the basic issue is that > agenda items have a syntax, and it's easy to violate, especially when > I'm going *fast*, which after

[Orgmode] Re: Automatically insert inactive timestamps

2010-12-09 Thread Matt Lundin
"Andrew J. Korty" writes: > Bernt Hansen wrote: > >> (add-hook 'org-insert-heading-hook 'bh/insert-heading-inactive-timestamp) > > Using org-insert-heading-hook is more elegant than my way, but I only > want timestamps on TODO entries, so I use > > #+begin_src emacs-lisp > (defadvice org-insert-

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Eric S Fraga
Dave Abrahams writes: > When using Org for planning, I often find myself corrupting my Org > files. All kinds of things can go wrong, but the basic issue is that I do have a couple of rules I follow to avoid problems. 1. I usually have a blank line between the meta data (scheduled, propert

Re: [Orgmode] Re: Automatically insert inactive timestamps

2010-12-09 Thread Andrew J. Korty
Nick Dokos wrote: Andrew J. Korty wrote: > Bernt Hansen wrote: > > > (add-hook 'org-insert-heading-hook 'bh/insert-heading-inactive-timestamp) > > Using org-insert-heading-hook is more elegant than my way, but I only > want timestamps on TODO entries, so I use > I think you should be a

[Orgmode] [PATCH] use code font for example footnote labels

2010-12-09 Thread Brian Gough
--- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index aecb224..a29f544 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12892,9 +12892,9 @@ fninline@r{define footnotes inline} fnnoinline @r{define footnotes in separate

[Orgmode] Re: Clock report: ignore empty entries (7.3)

2010-12-09 Thread Markus Heller
Bernt Hansen writes: > Markus Heller writes: > >> Hello everybody, >> >> I also like the new looks of the clock report, but I have one question. >> >> My scope is set to agenda-with-archives, and I'm wondering if it is >> possible to ignore files with no clock info for the tstart tend >> interva

Re: [Orgmode] Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Eric Schulte
Hi Nick, Thanks for the feedback. Nick Dokos writes: > > Finally, the questions: in Sec. 4.1.3, I may be missing something > fundamental, but I don't understand how that works at all. In > particular, is the table formula complete as it stands? How does it > get the diagonals? How are these th

[Orgmode] Re: [MobileOrg] Specify files to be sync'ed

2010-12-09 Thread Markus Heller
Matthew Jones writes: > Hey > Markus,http://orgmode.org/manual/Pushing-to-MobileOrg.html#Pushing-to-MobileOrgIf > you configure org-mobile-files to contain just the files you want copied > over, then that is all that will be synced during an org-mobile-push D'oh, you'd *think* I'd be able to

[Orgmode] [PATCH] make use of the provided @ie and @eg macros to fix the spacing

2010-12-09 Thread Brian Gough
--- doc/org.texi | 86 +- 1 files changed, 43 insertions(+), 43 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4b4163e..c1be294 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -481,7 +481,7 @@ Capture - Refile - Archive * Cap

[Orgmode] [PATCH] use emdashes when needed

2010-12-09 Thread Brian Gough
--- doc/org.texi | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index fc4b17d..c30378c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -943,7 +943,7 @@ to the mailing list, in order to minimize the work the mailing list moderator

[Orgmode] [PATCH] explain how to check the default version of Org

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 6b6d643..3a7356b 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -813,8 +813,7 @@ questions (FAQ), links to tutorials, e...@. This page is located at @cindex XEmacs @

[Orgmode] [PATCH] make explanation of keyword lines clearer

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 553d670..fc4b17d 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12680,8 +12680,7 @@ lines into the buffer (@pxref{In-buffer settings}). Org-mode uses special lines in th

[Orgmode] Re: Babel & sh & Windows

2010-12-09 Thread Michael Gauland
Srinivas yahoo.com> writes: > I tried the following: > #+srcname: directory-tree > #+BEGIN_SRC sh :dir /bin :results output org replace :exports results > tree > #+END_SRC > > The output is as given below: > > #+results: directory-tree > c:\bin>More? > I've played with babel a little bit on W

[Orgmode] [PATCH] make "time stamps" consistent with timestamps

2010-12-09 Thread Brian Gough
--- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 930f948..553d670 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6608,7 +6608,7 @@ create new nodes as new parents for refiling on the fly, check the variable @code{org

[Orgmode] [PATCH] tangling is not a widely-known term, describe it as literate programming

2010-12-09 Thread Brian Gough
--- doc/org.texi |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 1a2b3dd..930f948 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -770,7 +770,7 @@ create dynamic @i{agenda views}. Org mode contains the Org Babel environment which al

[Orgmode] [PATCH] typo/grammar fix for .done CSS explanation

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 1c44a79..6b6d643 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9701,7 +9701,7 @@ p.date @r{publishing date} p.creator @r{creator info, about org-m

Re: [Orgmode] Another LaTeX export corner case...

2010-12-09 Thread Scot Becker
> Is this a bug, or something that I must learn an Org incantation to work > around? > > Well it's a bug in the sense that it's undesirable behaviour. I use the somewhat ugly workaround of just switching to LaTeX \footnote{} commands just for those footnotes where I need optional arguments. But

Re: [Orgmode] Pandoc can now do Org

2010-12-09 Thread Scot Becker
Puneeth, Very cool! This opens up a lot of nice importers for org-mode. Scot On Mon, Dec 6, 2010 at 4:45 AM, Puneeth wrote: > Hi Jeff, > > On Mon, Dec 6, 2010 at 12:54 AM, Jeff Horn wrote: > > Nice! I looked at pandoc once but don't remember a lot about it. How > > well does your importer h

[Orgmode] Captions Source Code

2010-12-09 Thread Andreas Leha
Hi all, has the feature of captions for source code blocks made any progress (see http://thread.gmane.org/gmane.emacs.orgmode/27896/focus=27913)? I am very interested in this feature for the latex listings package. Regards, Andreas smime.p7s Description: S/MIME Cryptographic Signature ___

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Dave Abrahams
At Wed, 8 Dec 2010 23:11:09 +0530, Manish wrote: > > Manish > Subject: Re: [Orgmode] Feature request [7.3] > Date: Wed, 8 Dec 2010 23:11:09 +0530 > To: Dave Abrahams > Cc: emacs-orgmode@gnu.org > Message-ID: > > On Wed, Dec 8, 2010 at 2:29 AM, Dave Abrahams wrote: > > > > When using Org for p

[Orgmode] Are there better ways to export wide LaTeX tables/figures?

2010-12-09 Thread Kai
Hi all, After spending a few hours experimenting with orgmode's exporting of tables to LaTeX, I've got three problems to do with wide tables/figures, which I'm hoping have smarter solutions that what I could find: 1) When one has a table of even moderate width it will "run off the page" by

[Orgmode] MobileOrg for Android v0.4.8

2010-12-09 Thread C64 Whiz
Hello, My Droid1 just got updated with Android v2.2.1 (FRG83D) and thought I'd give WebDav sync'ing over SSL another try. This time the error I get is "File https://index.org was not found". Which is weird in itself as my web browser finds it fine. Next, I was informed of an upgrade for

[Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Eric Schulte
Hi, Sorry about my absence from this thread, I've run into a very busy week and haven't been able to give this topic the attention it requires. Many thanks to everyone who has given feedback, I've just finished folding in your comments (updated copies of the .org and .pdf are now at the original

[Orgmode] [PATCH] sexp can set its face (was: Including current time in agenda)

2010-12-09 Thread Łukasz Stelmach
suvayu ali writes: > I actually tried to set the text properties for the string instead, > but looks like org-agenda is ignoring that. > > (defun jd:org-current-time () > "Return current-time if date is today." > (when (equal date (calendar-current-date)) > (propertize (format-time-string

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Eric Schulte
Hi Seb, Thanks for the proof reading. I have answers for some of your questions below. Sébastien Vauban writes: > > Page 9 -- You say that "tags and properties of a node are inherited by its > sub-nodes". I agree for tags, not for properties (at least, by default). > With respect to code bloc

Re: [Orgmode] Elsevier's "Executable Paper Grand Challenge"

2010-12-09 Thread Joost Helberg
Bill, An org-file instance on a virtual machine based on GNU/Linux and other open source stuff doesn't limit any redistribution and will always run on the right host. The host architecture is the only limitation then. One issue with org-mode and babel is the necessary availability of all tools ca

Re: [Orgmode] Pandoc can now do Org

2010-12-09 Thread Puneeth
On Thu, Dec 9, 2010 at 3:29 AM, Scot Becker wrote: > Puneeth, > > Very cool!  This opens up a lot of nice importers for org-mode. Yes, Pandoc is pretty cool and it ought to have org-mode! :) -- Puneeth ___ Emacs-orgmode mailing list Please use `Reply

[Orgmode] [PATCH] use @result{} instead of --> (looks nicer)

2010-12-09 Thread Brian Gough
--- doc/org.texi | 54 +++--- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 7df03fe..94a4290 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5304,20 +5304,20 @@ various inputs will be interprete

[Orgmode] [PATCH] use a full sentence

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index faa552e..1a2b3dd 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2338,7 +2338,7 @@ $3 = remote(FOO, #$2) @r{copy column 2 from table FOO into} @end example @n

[Orgmode] [PATCH] fix missing word in math formatting section

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index a29f544..1c44a79 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9649,7 +9649,7 @@ insert something like the following into the buffer: @code{org-export-html-mathjax-optio

[Orgmode] org-agenda-follow-narrowed ?

2010-12-09 Thread Dave Abrahams
When I'm in the agenda, if I hit SPC, I get a nice narrowed view of the current item. When I toggle org-agenda-follow-mode, I get org to show me the current item without hitting SPC---but it's not narrowed. It also has the property drawer collapsed. What I'd like is to have org follow me with e

[Orgmode] [PATCH] use macro for @LaTeX name

2010-12-09 Thread Brian Gough
--- doc/org.texi | 254 +- 1 files changed, 127 insertions(+), 127 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 94a4290..4b4163e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -556,7 +556,7 @@ Structural markup elements * H

[Orgmode] [PATCH] add index entries

2010-12-09 Thread Brian Gough
--- doc/org.texi |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 3a7356b..2cb8ce2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6135,6 +6135,7 @@ suggestion.} for capturing new material. @orgcmd{C-c c,org-capture} Call the command

Re: [Orgmode] agenda does not call file

2010-12-09 Thread Carsten Dominik
On Dec 6, 2010, at 6:20 PM, maur...@mboucher.info wrote: Hi org-moders, 1 configuration ~~~ Below, a piece of my org-agenda-custom-commands. I want to obtain my notes from my ordinary agenda files and from carto.org. Some of them are tagged "note" with the property CATEGORY "ope

[Orgmode] [PATCH] use kbd font

2010-12-09 Thread Brian Gough
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index be62056..d1a00c2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -7754,7 +7754,7 @@ refreshes and more secondary filtering. The filter is a global property of the entire

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Thomas S. Dye
Hi Chuck, I put Rpackage.org up on Worg. When you have the Worg setup worked out you might want to change uses.org, where your contribution is described. Thanks for the contribution. All the best, Tom On Dec 8, 2010, at 9:20 PM, Charles C. Berry wrote: On Tue, 7 Dec 2010, Thomas S. Dye

[Orgmode] [PATCH] include explanations of how to look up a docstring

2010-12-09 Thread Brian Gough
--- doc/org.texi |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index b9ff083..faa552e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1346,8 +1346,7 @@ Clone a subtree by making a number of sibling copies of it. You will be prompted f

Re: [Orgmode] [PATCH] displaymath environment and MathJax

2010-12-09 Thread Carsten Dominik
Hi Lukasz, this looks like a MathJax bug to me. MathJax does understand equation and many other environments - so I do not really understand why it does not take displaymath. So I believe you should file a report to MathJax and see what their answer is. If I understand correctly, the displayma

[Orgmode] [PATCH] fix commas that should be full stops, semicolons or emdashes

2010-12-09 Thread Brian Gough
--- doc/org.texi | 50 +- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c1be294..937a83c 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1760,7 +1760,7 @@ Since Org allows multiple references to

[Orgmode] [PATCH] fix plain text that looks better with markup

2010-12-09 Thread Brian Gough
--- doc/org.texi |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 937a83c..be62056 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2884,7 +2884,7 @@ Defaults to @code{lines}. If you want to plot to a file, specify @code{"@var{path

[Orgmode] final proofreading patches

2010-12-09 Thread Brian Gough
Hi. I just sent our final set of proofreading patches. For reference the complete list is below, there were 25 in total. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ + 03619e889bf061607785f092481dbfe36bcee9be correct doc typos + 0403

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Eric S Fraga
Dave Abrahams writes: [...] >> > It'd be great if there were a way to make the ID property >> > read-only (or really really hard to change). >> >> This is where column mode comes in quite handy? > > Link please? Apologies; I meant column view within org mode: info -> org -> Properties and C

[Orgmode] How do I insert just a time stamp in a capture template?

2010-12-09 Thread Charles Cave
I use capture to log how I am spending my time. Every time I start a new task, drink a cup of coffee, have a break, arrive at work, go home, I want to quickly capture a note. I use the following template ("l" "Log Time" entry (file+datetree "c:/charles/My Dropbox/GTD/timelog.org") "**

[Orgmode] latex export of source code in lists

2010-12-09 Thread Andreas Leha
Hi all, (how) can I have source code block in lists not breaking the latex exported list? Example: * Test 1) this is the first item #+srcname: code #+begin_src R :tangle no :export code print("some code") #+end_src which has some code 2) this is the second item Th

[Orgmode] Dumb question

2010-12-09 Thread Alawin
Hi all I am an emacs and org-mode beginner. I have a thousand unanswered questions but the mailing lsit and worg are very useful. Is there a way to print the orgmode help docstring fully expanded ? Best wishes alainwinter ___ Emacs-orgmode mailing

[Orgmode] [BUG] org splitting window weird layout

2010-12-09 Thread Leo
Hello all, Function org-fast-tag-selection may create a three-window layout like this: http://imagebin.org/127056. This is due to org-switch-to-buffer-other-window subject to split-window-sensibly and thus (org-switch-to-buffer-other-window " *Org tags*") is not guaranteed to switch to the wi

[Orgmode] in the orgmode site, a broken link

2010-12-09 Thread titi toto
At this address : http://orgmode.org/worg/org-tutorials/org-appearance.php#sec-2 in the "Org-mode ready color-themes" section, the link doesn't work because it is pointing to file:///home/cdominik/Private/Dropbox/Worg/org-color-themes.php I think it's an error , right? Hopping it may help Thank y

[Orgmode] Basic Question: Effort Sum

2010-12-09 Thread Nathan Neff
Hello, I have a dynamic table that gives me a list of the items in a file and their effort estimates. I'd like to either 1) Have org-mode sum the effort for me, much like the CLOCKSUM feature or 2) Write a simple calc function and manually put it into the table to sum the first column which conta

Re: [Orgmode] Another LaTeX export corner case...

2010-12-09 Thread richard . lawrence
Scot Becker writes: > I use the > somewhat ugly workaround of just switching to LaTeX \footnote{} commands > just for those footnotes where I need optional arguments. But I'd be > glad > not to have to mix footnote commands. Ah, I hadn't thought of that. Thanks! Richard __

[Orgmode] [PATCH] org: remove useless computed value in org-make-tags-matcher

2010-12-09 Thread Julien Danjou
* org.el (org-make-tags-matcher): Remove useless cat-p value. Signed-off-by: Julien Danjou --- lisp/org.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index e03e9ca..6474126 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12381,7 +12381,7 @

[Orgmode] Here is my article on date-trees and capture mode

2010-12-09 Thread Charles Cave
Here is my article: http://members.optusnet.com.au/~charles57/GTD/datetree.html I welcome feedback so I can make the article as useful as possible. Charles ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-org

[Orgmode] Latex: exporting a tree

2010-12-09 Thread Jörg Hagmann
Dear list, With today's pull, exporting a subtree to latex (C-cC-e 1 l) truncates a table at the horizontal line and eliminates the text between the table and the next heading. It works when exporting the whole file (C-cC-e l). ---Minimal example-- * Test :PROPERTIES: :COL

Re: [Orgmode] Re: Two issues with :VISIBILITY: property

2010-12-09 Thread Carsten Dominik
Hi Cassio, while I agree that it would be nice to keep the detailed visibility structure of a tree while moving it, the effort to implement that is rather large. Org moves the tree by cutting it out and pasting it back in. Outline visibility is done using overlays, not text properties. Overlays

Re: **: Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Eric Schulte
Hi Seb, Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> Thanks for the proof reading. I have answers for some of your questions >> below. > > Sure! > >>> Page 9 -- You say that "tags and properties of a node are inherited by its >>> sub-nodes". I agree for tags, not for propert

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Dave Abrahams
At Thu, 09 Dec 2010 08:57:54 +, Eric S Fraga wrote: > > Dave Abrahams writes: > > [...] > > >> > It'd be great if there were a way to make the ID property > >> > read-only (or really really hard to change). > >> > >> This is where column mode comes in quite handy? > > > > Link please? >

Re: [Orgmode] Are there better ways to export wide LaTeX tables/figures?

2010-12-09 Thread Thomas S. Dye
Aloha Kai, I've just pushed one solution to the problem of wide tables up to http://orgmode.org/worg/org-tutorials/org-latex-export.php . Here it is for your convenience: The LaTeX exporter is currently able to export tabular and longtable environments. In situations where the width of the ta

Re: **: Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Thanks for the proof reading. I have answers for some of your questions > below. Sure! >> Page 9 -- You say that "tags and properties of a node are inherited by its >> sub-nodes". I agree for tags, not for properties (at least, by default). > > With respect to c

Re: [Orgmode] Fast tag selection can split window wrongly

2010-12-09 Thread Leo
On 2010-12-09 15:41 +, Anthony Lander wrote: > To fix the horizontal splitting, try adding this to your .emacs (works > for me): > > (setq split-width-threshold most-positive-fixnum) > > -anthony I have sent in a suggestion on how to fix it. I think the fault is at org not taking that into a

Re: [Orgmode] agenda does not call file

2010-12-09 Thread Maurice Boucher
Hi Carsten, Carsten Dominik écrivit : > you have discovered that in a block agenda view, it > is only possible to *restrict* the range of files > used in a block, not to widen it. I was not aware > myself of this restriction, but looking at the code > I see it is there. > > The reason for this

Re: [Orgmode] Re: MobileOrg Android 0.4.5

2010-12-09 Thread Matthew Jones
Hey Gour, it's hard for me to recommend a device to anyone since they are usually based on regional availability and personal tastes. You should know that MobileOrg works exactly the same on all devices from Android 1.5 - 2.2+ and, unless things are going to change dramatically, I wouldn't expect

Re: [Orgmode] What is the proper way to set the time span for a diary-float appointment?

2010-12-09 Thread Michael Brand
Hi Robert On Wed, Dec 8, 2010 at 16:29, Robert Horn wrote: > I wanted to set up a regular meeting that would appear in the agenda > grid.  I discovered that the following works: > > ... Regular Meeting 13:00-14:00 > <%%(diary-float t 2 1)> > > This creates a first tuesday of each month meeting, f

Re: [Orgmode] final proofreading patches

2010-12-09 Thread Carsten Dominik
Hi Brian and Barry thanks a lot, I have taken all the patches with two exceptions: 1. I had some problems in the past with the @eg macros, so I need to look at that more closely. 2. I am not putting in the footnotes about hot to access Emacs docstrings. Thank you very much, I am sure this

[Orgmode] [PATCH] org-entry-properties: enhance docstring

2010-12-09 Thread Julien Danjou
* org.el (org-entry-properties): Enhance docstring. Signed-off-by: Julien Danjou --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 6474126..b7ae6ae 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13381,7 +13381,7 @@ if the pr

[Orgmode] Re: How do I insert just a time stamp in a capture template?

2010-12-09 Thread Charles Cave
Charles Cave gmail.com> writes: > ("l" "Log Time" > entry (file+datetree "c:/charles/My Dropbox/GTD/timelog.org") > "** %U - %^{Activity} :TIME:") > How can I just include a time only in the heading? Thank you Juan for responding to my question: %(sexp) allows to include lisp ex

[Orgmode] Re: Clock report: ignore empty entries (7.3)

2010-12-09 Thread Bernt Hansen
Markus Heller writes: > Bernt Hansen writes: > >> Markus Heller writes: >> >>> Hello everybody, >>> >>> I also like the new looks of the clock report, but I have one question. >>> >>> My scope is set to agenda-with-archives, and I'm wondering if it is >>> possible to ignore files with no clock

[Orgmode] Re: Project management > Dynamic block per tag + [Babel]

2010-12-09 Thread Francesco Pizzolante
Hi Matt, Thanks a lor for you answer. I preferred your second suggestion as I can add it directly to my Org buffer: > --8<---cut here---start->8--- > #+source: tasklist > #+begin_src emacs-lisp :var person="me" >  (let (tasklist) >    (org-map-entries >    

Re: [Orgmode] Captionshttp://adzes.tsdye2.com Source Code

2010-12-09 Thread Thomas S. Dye
Aloha Andreas, Here's one way to get captions with source code listings and a list of listings. Use org-special-blocks to export a listing environment, e.g. #+BEGIN_listing #+source: identification-part #+begin_src latex :exports code \NeedsTeXFormat{LaTeX2e} \ProvidesClass{org-article}[

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Thomas S. Dye
Hi Andreas, In my experience, lists are a bit fragile this way (probably necessarily). One workaround might be to float the source code block (in the way I mentioned in a previous message) and then cross reference it from the list. * Test 1) this is the first item (Listing \ref{fig:fir

[Orgmode] Export to LaTeX bug

2010-12-09 Thread Francesco Pizzolante
Hi, Exporting to LaTeX generates a weird a usepackage line (with fixltx2e). Here's a simple example: --8<---cut here---start->8--- #+TITLE: Test export LaTeX * This is a simple test --8<---cut here---end--->8--- Look at th

[Orgmode] Re: Dumb question

2010-12-09 Thread Tassilo Horn
Alawin writes: Hi! > Is there a way to print the orgmode help docstring fully expanded ? Err, what do you mean with orgmode help docstring? In case you want to print a Worg page, simply export it to PDF and print that using `C-c C-e d'. That requires a LaTeX installation. If you don't have o

[Orgmode] [Babel] LaTeX code not exported

2010-12-09 Thread Francesco Pizzolante
Hi, LaTeX code blocks are ignored when exporting to HTML or PDF. The following Org example: --8<---cut here---start->8--- #+TITLE: Test export LaTeX #+BABEL: :exports code #+begin_src latex \documentclass{article} #+end_src --8<---cut here

Re: [Orgmode] [PATCH] include explanations of how to look up a docstring

2010-12-09 Thread Giovanni Ridolfi
Brian Gough writes: > include explanations of how to look up a docstring > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -1346,8 +1346,7 @@ Clone a subtree by making a number of sibling copies of > it. You will be [...] > This can be useful, for example, > to create a number of tasks related t

Re: [Orgmode] [babel] void-function org-babel-load-file

2010-12-09 Thread Karl Maihofer
Zitat von Karl Maihofer : , | Debugger entered--Lisp error: (void-function org-babel-load-file) | (org-babel-load-file (expand-file-name I found the definition of org-babel-load-file in ob-tangle.el, so I added (require 'ob-tangle) before the function is called in my init.el. And it wor

Re: [Orgmode] MobileOrg for Android v0.4.8

2010-12-09 Thread Matthew Jones
Hi C64, you'll notice that the bug is still open in the bugtracker: https://github.com/matburt/mobileorg-android/issues It has not been fixed yet http://matburt.net On Wed, Dec 8, 2010 at 7:43 PM, C64 Whiz wrote: > Hello, > > My Droid1 just got updated with Android v2.2.1 (FRG83D) and thought

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Andreas Leha
Hi Tom, thanks for all your input! This is great. Using a float environment around my listings is an option I have not considered yet, as I have a lot of code snippets in the one file, which would result in several pages of floating listings. But I'll use that option anyway or do completely wit

Re: [Orgmode] Captionshttp://adzes.tsdye2.com Source Code

2010-12-09 Thread Andreas Leha
Hi Tom, thanks for the answer. Works great. The lstlistings LaTeX package, however, has the advantage of providing captions without a float environment - it has its own caption= switch. So I hoped, that I could do just #+source: identification-part #+begin_src latex :exports code \NeedsTeX

[Orgmode] Example for beamer export with blocks and twocolumn

2010-12-09 Thread Loris Bennett
Hi, Is there a complete example of getting blocks and two-columns to work with beamer export? The corresponding code is not being generated in the latex file. I assume there is something wrong with my org-export-latex-classes. I'm using Org-mode 7.3 with Emacs 23.1.1. This seems to have cropped

[Orgmode] Re: Dumb question

2010-12-09 Thread Charles Cave
Alawin free.fr> writes: > Is there a way to print the orgmode help docstring fully expanded ? First of all, please use the subject line of your message to give a summary of your question. And second .. don't put yourself down! Someone else may have the same question but were too shy to ask. No

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Nicolas Goaziou
Hello, > Andreas Leha writes: > Hi all, (how) can I have source code block in lists not breaking the > latex exported list? It should be fixed on git head. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Re: Babel & sh & Windows

2010-12-09 Thread Sébastien Vauban
Hi, Michael Gauland wrote: > Srinivas yahoo.com> writes: >> I tried the following: >> #+srcname: directory-tree >> #+BEGIN_SRC sh :dir /bin :results output org replace :exports results >> tree >> #+END_SRC >> >> The output is as given below: >> >> #+results: directory-tree >> c:\bin>More? Wha

[Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Thanks for the proof reading. I have answers for some of your questions > below. Sure! >> Page 9 -- You say that "tags and properties of a node are inherited by its >> sub-nodes". I agree for tags, not for properties (at least, by default). > > With respect to c

[Orgmode] [PATCH] put emacs functions in code font

2010-12-09 Thread Brian Gough
--- doc/org.texi | 44 ++-- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c30378c..aecb224 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12381,13 +12381,13 @@ are active: @multitable @columnfractio

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Thomas S. Dye
Aloha Andreas, I gather Nicolas Goaziou has worked some magic so that your example works with lists now. I had problems using the listings package in situations where LaTeX changes \linewidth, as it can do inside lists. I got bad line breaks and wasn't able to make them good. If listing

Re: [Orgmode] Captionshttp://adzes.tsdye2.com Source Code

2010-12-09 Thread Thomas S. Dye
Aloha Andreas, Good to hear it works for you. I don't believe there is currently a way to use #+CAPTION: with anything other than links to images and with tables. The approach with org-special-blocks has the advantage that it will work with the minted package as well as the listings packag

Re: [Orgmode] Example for beamer export with blocks and twocolumn

2010-12-09 Thread suvayu ali
Sorry forgot to Include a line, On Fri, Dec 10, 2010 at 4:30 AM, suvayu ali wrote: > > > #+BEAMER_FRAME_LEVEL: 3 > #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) > %4BEAMER_col(Col) %10BEAMER_extra(Extra) > ^ -- Suvayu Open source is the future. It sets

Re: [Orgmode] Example for beamer export with blocks and twocolumn

2010-12-09 Thread suvayu ali
Hi Loris, On Thu, Dec 9, 2010 at 3:55 PM, Loris Bennett wrote: > Hi, > > Is there a complete example of getting blocks and two-columns to work > with beamer export? The corresponding code is not being generated in the > latex file. I assume there is something wrong with my > org-export-latex-clas

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-09 Thread Charles C. Berry
On Tue, 7 Dec 2010, Thomas S. Dye wrote: Aloha Chuck, On Dec 6, 2010, at 6:48 PM, Charles C. Berry wrote: [stuff deleted] Thanks for sharing this. It looks useful. Would you consider putting it on Worg with the other babel source block examples? OK, I've put up a fresh version at

[Orgmode] Re: MobileOrg Android 0.4.5

2010-12-09 Thread Gour
On Thu, 9 Dec 2010 13:31:53 -0500 >> "Matthew" == Matthew Jones wrote: Matthew> Hey Gour, it's hard for me to recommend a device to anyone Matthew> since they are usually based on regional availability and Matthew> You should know that MobileOrg works Matthew> exactly the same on all devices f

Re: [Bulk] [Orgmode] Fast tag selection can split window wrongly

2010-12-09 Thread Anthony Lander
Hi Leo, To fix the horizontal splitting, try adding this to your .emacs (works for me): (setq split-width-threshold most-positive-fixnum) -anthony On 10-Dec-8, at 1:20 PM, Leo wrote: Hello list, It's been a long time ;) I'm running GNU Emacs 23.2.90.2 (x86_64-apple-darwin10.5.0, Carbo

[Orgmode] [PATCH] improvements to wording style

2010-12-09 Thread Brian Gough
--- doc/org.texi | 26 ++ 1 files changed, 10 insertions(+), 16 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index d1a00c2..b9ff083 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1854,8 +1854,7 @@ item. @cindex editing tables Org comes with a fast and intu

Re: [Orgmode] Here is my article on date-trees and capture mode

2010-12-09 Thread Thomas S. Dye
Aloha Charles, The idea to have Org-mode add meaningful structure to notes files solves a big problem for people like me who lose track of the organization schemes they design. It was a revelation (and a huge relief) to see your date trees. Many thanks, Tom P.S. I found the article cle

[Orgmode] [RFC] Self-configuring Org-mode files

2010-12-09 Thread Thomas S. Dye
Aloha all, I'm eager to learn how to build a self-configuring Org-mode file. I think Org-mode is uniquely positioned to produce reproducible research documents, but frankly speaking, the author of a reproducible Org-mode research document would be foolish to release it. The probability t

Re: [Orgmode] Re: MobileOrg Android 0.4.5

2010-12-09 Thread Matthew Jones
No problem, I enjoy the project immensely. Regarding Swype... I personally can't stand it, I think it would be better if there were some visual indication of what letter I was hovering over when dragging between them, but that's my personal taste most people I know who use it, my wife include

Re: [Orgmode] MobileOrg for Android v0.4.8

2010-12-09 Thread Matthew Jones
Hey C64 (and anyone who is interested) I believe I have finally gotten a handle on the SSL bug for webdav connections... I've tested it a little but if you could try it out for me and verify that it works for you, I could feel more comfortable releasing it to the general public through the market:

[Orgmode] Re: MobileOrg Android 0.4.5

2010-12-09 Thread Gour
On Fri, 10 Dec 2010 02:11:15 -0500wrote: Matthew> No problem, I enjoy the project immensely. Regarding Matthew> Swype... I personally can't stand it, I think it would be Matthew> better if there were some visual indication of what letter I Matthew> was hovering over I believe I belong to your

[Orgmode] Re: Example for beamer export with blocks and twocolumn

2010-12-09 Thread Loris Bennett
suvayu ali writes: > Hi Loris, > > On Thu, Dec 9, 2010 at 3:55 PM, Loris Bennett > wrote: >> Hi, >> >> Is there a complete example of getting blocks and two-columns to work >> with beamer export? The corresponding code is not being generated in the >> latex file. I assume there is something wron