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

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 I am

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 all

[Orgmode] Re: Automatically insert inactive timestamps

2010-12-09 Thread Matt Lundin
Andrew J. Korty a...@iu.edu writes: Bernt Hansen be...@norang.ca 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

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Eric S Fraga
Dave Abrahams d...@boostpro.com 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

Re: [Orgmode] Re: Automatically insert inactive timestamps

2010-12-09 Thread Andrew J. Korty
Nick Dokos nicholas.do...@hp.com wrote: Andrew J. Korty a...@iu.edu wrote: Bernt Hansen be...@norang.ca 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

[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 be...@norang.ca writes: Markus Heller helle...@gmail.com 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

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

2010-12-09 Thread Eric Schulte
Hi Nick, Thanks for the feedback. Nick Dokos nicholas.do...@hp.com 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?

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

2010-12-09 Thread Markus Heller
Matthew Jones bsdmatb...@gmail.com 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

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

[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

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

[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

[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

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 I'd

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 puncha...@gmail.com wrote: Hi Jeff, On Mon, Dec 6, 2010 at 12:54 AM, Jeff Horn jrhorn...@gmail.com wrote: Nice! I looked at pandoc once but don't remember a lot about it.

[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 mailtomanish.sha...@gmail.com Subject: Re: [Orgmode] Feature request [7.3] Date: Wed, 8 Dec 2010 23:11:09 +0530 To: Dave Abrahams d...@boostpro.com Cc: emacs-orgmode@gnu.org Message-ID:

[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 fatkasuvayu+li...@gmail.com 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

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 wxhgmqzgw...@spammotel.com 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

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

Re: [Orgmode] Pandoc can now do Org

2010-12-09 Thread Puneeth
On Thu, Dec 9, 2010 at 3:29 AM, Scot Becker scot.bec...@gmail.com 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

[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

[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

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

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

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

[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

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

[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

[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

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

Re: [Orgmode] Feature request [7.3]

2010-12-09 Thread Eric S Fraga
Dave Abrahams d...@boostpro.com 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

[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) ** %U -

[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

[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

[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

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

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.

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 d...@boostpro.com 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

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 code blocks

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

Re: [Orgmode] agenda does not call file

2010-12-09 Thread Maurice Boucher
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com é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.

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

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 rjh...@panix.com 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

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

[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 jul...@danjou.info --- 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

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

2010-12-09 Thread Charles Cave
Charles Cave charles.cave at 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

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

2010-12-09 Thread Bernt Hansen
Markus Heller helle...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Markus Heller helle...@gmail.com 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

[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     (lambda

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}

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

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

[Orgmode] Re: Dumb question

2010-12-09 Thread Tassilo Horn
Alawin alainwin...@free.fr 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.

[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

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

2010-12-09 Thread Giovanni Ridolfi
Brian Gough b...@network-theory.co.uk 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

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

2010-12-09 Thread Karl Maihofer
Zitat von Karl Maihofer ignora...@gmx.de: , | 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

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 c64w...@gmail.com wrote: Hello, My Droid1 just got updated with Android v2.2.1

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

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

[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

[Orgmode] Re: Dumb question

2010-12-09 Thread Charles Cave
Alawin alainwinter at 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

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 to

[Orgmode] Re: Babel amp; sh amp; Windows

2010-12-09 Thread Sébastien Vauban
Hi, Michael Gauland wrote: Srinivas sp_us at 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:\binMore? What I do is

[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 code blocks

[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

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

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

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 fatkasuvayu+li...@gmail.com wrote: #+BEAMER_FRAME_LEVEL: 3 #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) ^ -- Suvayu Open source

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 loris.benn...@fu-berlin.de 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

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 from Android

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,

[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

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

[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

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

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

[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 fatkasuvayu+li...@gmail.com writes: Hi Loris, On Thu, Dec 9, 2010 at 3:55 PM, Loris Bennett loris.benn...@fu-berlin.de 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