Re: [Orgmode] Todo state highlighting in Latex export

2010-05-12 Thread Carsten Dominik
On May 4, 2010, at 6:41 PM, Simon Brown wrote: Hi, I might be the only user of this but todo state highlighting has been broken at some point reasonably recently. I've just updated to .35i and now instead of having a green DONE in my pdf, I have a {DONE} where the opening brace is green. Any

[Orgmode] [babel] new key bindings

2010-05-12 Thread Eric Schulte
Org-babel is now making use of the newly available C-c C-v key binding. All Org-babel keybindings are now located behind this prefix, see the updated org reference card (/doc/orgcard.pdf in the org-mode repo) for the specific keybindings, they are also shown below. Best -- Eric | execute code bl

Re: [Orgmode] patch + query about active timestamps

2010-05-12 Thread Carsten Dominik
Hi Richard, I have applied this patch. Thanks! - Carsten On May 4, 2010, at 5:03 PM, Richard Riley wrote: I like pretty much all work done appearing in my agenda. Including adding notes. Its easy enough to subfilter for just TODOs later. With this in mind I modified org :- Modifie

Re: [Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-12 Thread Carsten Dominik
Hi Nathaniel, I am not yet sure about the purpose of this functionality. Items that are scheduled only show up in the agenda on the day when they are scheduled. What is the added value? Please explain, with an example. Thanks. - Carsten On May 2, 2010, at 7:37 PM, Nathaniel Flath wrote:

Re: [Orgmode] [FEATURE REQUEST] Comment Speedkeys or - A solution to the Remember mode three finger salute

2010-05-12 Thread Carsten Dominik
Hi Tim, you can set org-use-speed-commands to a function. When this function returns t, speed commands are active at that location. However, this will then make all speed keys active at that location, not only specific ones. Another, probably better, possibility to achieve what you want

Re: [Orgmode] Infinite loop

2010-05-12 Thread Carsten Dominik
On May 1, 2010, at 10:21 PM, w t wrote: Org-mode 6.35trans from 2010-04-30 Emacs 23.1 Linux Typing |:=$0 causes an apparent infinite loop, which can be killed with C-g. Yes, this is true. But not really a problem, is it? $0 is supposed to be used only in a @N$0 context. - Carsten

Re: [Orgmode] [PATCH] org-file-apps docstring: document using regexp group matches as command line parameters, add examples

2010-05-12 Thread Carsten Dominik
Hi Jan, this looks good, I have applied it. Thanks! - Carsten On May 12, 2010, at 11:44 PM, Jan Böcker wrote: This is also available via git pull git://github.com/jboecker/org-mode.git for-carsten I tried to document the new behaviour as concise and clear as possible. (If anyone reads th

Re: [Orgmode] [PATCH] (org-habit-build-graph): Help-echo date when mouse is over stars.

2010-05-12 Thread Carsten Dominik
Applied, thanks - sorry this took so long. - Carsten On May 4, 2010, at 12:35 PM, Mikael Fornius wrote: Hi John, Carsten and fellow orgs. This patch introduces a small new feature in org-habit I have wanted for a while: When mouse is over a done-star in the habit-graph I get a help-echo with

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-12 Thread Carsten Dominik
Hi Somehow I do net seem to have a patch relating to this thread. Can you please send it again? Baoqiu, you agree that this should be applied? - Carsten On May 3, 2010, at 9:25 PM, Dale P. Smith wrote: Baoqiu Cui writes: Hi Dale, Dale Smith writes: Dale Smith writes: The curre

[Orgmode] Re: Org-FAQ request for full-text dump

2010-05-12 Thread Dan Davison
Benjamin Andresen writes: > Hello guys, > > quite often people ask question in the IRC-channel (#org-mode on > freenode) which are answered in the FAQ. Now I personally find the > org-faq very cumbersome to use, due to its javascript-interface that > grabs keys. +1 The info.js HTML export is an

Re: [Orgmode] strange behavior for export

2010-05-12 Thread Carsten Dominik
On May 1, 2010, at 2:46 PM, Robert Klein wrote: Eric, where in your .emacs is the (require 'org-install) command? In one of my setups I had it before the load-paths. I didn't notice, because of an older version of org-mode bundled with emacs; org-version reports the new version but that is n

[Orgmode] [PATCH] org-file-apps docstring: document using regexp group matches as command line parameters, add examples

2010-05-12 Thread Jan Böcker
This is also available via git pull git://github.com/jboecker/org-mode.git for-carsten I tried to document the new behaviour as concise and clear as possible. (If anyone reads this and finds it too confusing in any way, please say so . I introduced the changes, so I know what they do and why, but

Re: [Orgmode] question on htmlize.el source

2010-05-12 Thread Carsten Dominik
On May 7, 2010, at 5:45 PM, Sivaram Neelakantan wrote: The contrib directory has htmlize.el in it. Is it the latest,canonical one or I'd need to look somewhere else? I'm a bit fond of that as it enables me to share code without worrying about fontification that I'm used to. This is the lat

Re: [Orgmode] schedule/deadline and ido-mode conflict

2010-05-12 Thread Nick Dokos
David Lee wrote: > On 05/12/2010 11:46 PM, Nick Dokos wrote: > > David Lee wrote: > > > > > >> After insert schedule and deadline by C-c C-s, C-c C-d, I switch > >> buffer by ido-mode command ido-switch-buffer. > >> > >> Emacs will give out a message: > >> Error in post-command-hook: (void-varia

[Orgmode] Can HTML export produce a simple outline?

2010-05-12 Thread John Landahl
Hi, all, just wondering if the HTML export can be made to present a file as an outline, very similar to the TOC. In fact, for my purposes I'd be happy with the TOC minus the "Table of Contents" header, the body section, and the related linking. Is this possible? thanks, John _

[Orgmode] Org-FAQ request for full-text dump

2010-05-12 Thread Benjamin Andresen
Hello guys, quite often people ask question in the IRC-channel (#org-mode on freenode) which are answered in the FAQ. Now I personally find the org-faq very cumbersome to use, due to its javascript-interface that grabs keys. (Just a short thing: I'm faster with my native browser search functional

[Orgmode] one .emacs on multiple computers

2010-05-12 Thread charles snyder
Hi I find I am running org mode from a Dropbox folder (and my org files) from several machines - a couple of windows computers at home and one at work, and several Macs. I have modified my .emacs file(s) ala Bernt Hansen's and others modifications. However, all of the computers (of course) have di

Re: [Orgmode] schedule/deadline and ido-mode conflict

2010-05-12 Thread David Lee
On 05/12/2010 11:46 PM, Nick Dokos wrote: David Lee wrote: After insert schedule and deadline by C-c C-s, C-c C-d, I switch buffer by ido-mode command ido-switch-buffer. Emacs will give out a message: Error in post-command-hook: (void-variable org-ans1) And ido-switch-buffer doesn't work.

Re: [Orgmode] schedule/deadline and ido-mode conflict

2010-05-12 Thread David Lee
On 05/13/2010 10:26 AM, Nick Dokos wrote: David Lee wrote: On 05/12/2010 11:46 PM, Nick Dokos wrote: David Lee wrote: After insert schedule and deadline by C-c C-s, C-c C-d, I switch buffer by ido-mode command ido-switch-buffer. Emacs will give out a message: Error in post-command-hook:

[Orgmode] Re: org <--> wiki ?

2010-05-12 Thread Baoqiu Cui
Dave Mason writes: > Matt Price writes: > >> I see from the archives that the topic of two-way org <--> wiki >> export/import has been raised before . Is anyone doing anything of >> this nature, or alternatively, does anyone even have a straightforward >> workflow for org --> wiki exports? I h

[Orgmode] Re: org <--> wiki ?

2010-05-12 Thread Dave Mason
Matt Price writes: > I see from the archives that the topic of two-way org <--> wiki > export/import has been raised before . Is anyone doing anything of > this nature, or alternatively, does anyone even have a straightforward > workflow for org --> wiki exports? I have to start at least one, >

Re: [Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-12 Thread Christian Moe
Correction - I just wrote: > I just copied those over from the html exporter without > thinking much. - that wasn't true for org-solifidy-link-text, of course. Just in case you started wondering if something was wrong with the html exporter. Thanks for patching. Christian

Re: [Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-12 Thread Christian Moe
Hi, this looks pretty good! I just made a let binding for you local fnc variable and replaced org-solidify-link-text with org-link-unescape. Thanks! I just copied those over from the html exporter without thinking much. Yours, Christian ___ Emacs

[Orgmode] Minor bugs in table alignments

2010-05-12 Thread Sebastian Rose
Hi, the table below demonstrates two minor bugs. 1.) Put the point in the first row, 5th column and press `C-c C-c TAB' The alignment will change from correct, to incorrect and back again. Does not always work on the first try, but always from the second time on. 2.) In the first r

Re: [Orgmode] Re: unique id=-values in aggregated html-exported docs

2010-05-12 Thread Sebastian Rose
Dirk-Jan C. Binnema writes >> On Tue, 11 May 2010 21:11:04 +0200, Sebastian Rose ("SR") wrote: > > SR> Dirk-Jan C. Binnema writes: > >> Hi, > >> > >>> On Tue, 11 May 2010 11:07:15 +0200, Christian Egli ("CE") wrote: > >> > CE> Dirk-Jan C. Binnema writes: > >> >> I found a

[Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Baoqiu Cui
Carsten Dominik writes: > Hi Baoqiu, > > thanks for the patch, I have applied it. Hopefully this will work in > the > export backends, but it might - otherwise we will see bug reports soon > enough... Thanks, Carsten. I have tried my test case for LaTeX, DocBook, and HTML exporters and everyth

Re: [Orgmode] schedule/deadline and ido-mode conflict

2010-05-12 Thread Nick Dokos
David Lee wrote: > After insert schedule and deadline by C-c C-s, C-c C-d, I switch > buffer by ido-mode command ido-switch-buffer. > > Emacs will give out a message: > Error in post-command-hook: (void-variable org-ans1) > > And ido-switch-buffer doesn't work. > > My environment: Emacs 23.1,

[Orgmode] schedule/deadline and ido-mode conflict

2010-05-12 Thread David Lee
Hi everyone, After insert schedule and deadline by C-c C-s, C-c C-d, I switch buffer by ido-mode command ido-switch-buffer. Emacs will give out a message: Error in post-command-hook: (void-variable org-ans1) And ido-switch-buffer doesn't work. My environment: Emacs 23.1, Org-mode 6.36. Than

[Orgmode] Exporting customized align attribute to LaTeX

2010-05-12 Thread Francesco Pizzolante
Hi, Exporting a customized align attribute for a table produces a wrong result. Here's an example where I'm customizing the S column type (coming from the siunitx package): I want to add the EUR symbol after each value in the specified column. --8<---cut here---start-

Re: [Orgmode] Modifying the clocktable

2010-05-12 Thread Carsten Dominik
Hi Christoph, On May 11, 2010, at 2:16 PM, christoph.knieh...@t-online.de wrote: One thing that I repeatedly am wondering about: Is it possible to modify the clocktable? I would like to NOT include the file from which the entry is made (i.e. column 1) and possibly change the layout of the

Re: [Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]

2010-05-12 Thread Carsten Dominik
On May 11, 2010, at 7:09 PM, Magnus Henoch wrote: Adam Elliott writes: Problem exists in some 6.35 versions as well. Looks like org- list.el uses `ignore-errors' macro defined in cl-macs.el. Adding following line near top of org-list.el file fixes problem for me: (require 'cl) Does no

Re: [Orgmode] Displaying day-resources (or a secondary time-line)

2010-05-12 Thread Carsten Dominik
Hi Sven, On May 8, 2010, at 7:16 PM, Sven Bretfeld wrote: Hi all I'm looking for a way to display "dates" in the Agenda View which are not appointments but, in GTD-speak, belong to the "availability of resources". That's a little too abstract. A concrete example. Say, your secretary is on d

[Orgmode] Re: bug?

2010-05-12 Thread J. David Boyd
Hmm, did it the same way I always do. I just extract it, and then compile it, then use it. But thanks for the info. I deleted the .gitignore file and the .git directory, and now no more errors. Dave Bernt Hansen writes: > Hi David, > > It's org-mode and not Emacs. > > This is output from

Re: [Orgmode] [PATCH 0/2] org-wl: Minor bugfix and cosmetic change to meet coding style

2010-05-12 Thread Carsten Dominik
Thanks David, please check the result of my merge - but I think it went fine. VERY convenient this way! - Carsten On May 12, 2010, at 10:55 AM, David Maus wrote: Last patch for org-wl contained a minor glitch that prevented `org-remember' to be called when point was on a WL folder group. Fu

Re: [Orgmode] VISIBILITY:folded hides all empty lines after heading if org-cycle-separator-lines is set to negative

2010-05-12 Thread Carsten Dominik
This is now fixed, thanks. - Carsten On May 11, 2010, at 9:27 PM, Tom wrote: Here is an org file: file begin - * test1 :PROPERTIES: :VISIBILITY: folded :END: ** test2 * test3 file end - org-cycle-separator-lines is set to -2, so org should hide one em

Re: [Orgmode] Re: orgcard.txt in Makefile

2010-05-12 Thread Carsten Dominik
Hi Osamu, thanks a lot for this, the script is now in the UTILITIES directory of the git repo and the txt refcard will be updated with each new release. Please let me know whenever you make updates to the script. Thanks! - Carsten On May 12, 2010, at 2:52 PM, Osamu OKANO wrote: Hi, Carst

Re: [Orgmode] VISIBILITY:folded hides all empty lines after heading if org-cycle-separator-lines is set to negative

2010-05-12 Thread Carsten Dominik
Hi Tom, nice catch! This is fixed now. Thank you! - Carsten On May 11, 2010, at 9:27 PM, Tom wrote: Here is an org file: file begin - * test1 :PROPERTIES: :VISIBILITY: folded :END: ** test2 * test3 file end - org-cycle-separator-lines is set to -2,

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-12 Thread Carsten Dominik
Hi Christopher, this looks like a useful thing to do. Please consider to eventually make this a contributed package, and let me know if I can help. - Carsten On May 12, 2010, at 7:43 AM, Christopher Long wrote: Hello all, R Takaishi's org-toodledo looks promising for mobile access via too

Re: [Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-12 Thread Carsten Dominik
Hi Christian, this looks pretty good! I just made a let binding for you local fnc variable and replaced org-solidify-link-text with org-link-unescape. Thanks, the patch is applied. - Carsten On May 12, 2010, at 12:12 PM, Christian Moe wrote: Hi, This patch (below and attached) seems to

Re: [Orgmode] remote reference

2010-05-12 Thread Carsten Dominik
Fixed, thanks. - Carsten On May 12, 2010, at 1:26 PM, Karl Eichwalder wrote: Carsten Dominik writes: On May 11, 2010, at 9:16 PM, Karl Eichwalder wrote: C-c C-c in a TBLFM with a remote table reference updates the table as expected, but also jumps to the referenced table in the remote fi

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Carsten Dominik
Hi Baoqiu, thanks for the patch, I have applied it. Hopefully this will work in the export backends, but it might - otherwise we will see bug reports soon enough... - Carsten On May 12, 2010, at 9:55 AM, Baoqiu Cui wrote: Hi Carsten, Carsten Dominik writes: On May 12, 2010, at 7:39

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Carsten Dominik
Hi Dan, On May 11, 2010, at 11:29 PM, Dan Davison wrote: Russell Adams writes: On Sat, May 08, 2010 at 12:51:41PM +0200, Carsten Dominik wrote: We have now native inline image display in Org-mode, you can toggle it with C-c C-x C-v This implementation uses overlays instead of text prope

[Orgmode] Re: bug?

2010-05-12 Thread Bernt Hansen
Hi David, It's org-mode and not Emacs. This is output from 'git describe' trying to identify the git version you are running. Did you unpack that archive in a directory with a git archive (containing a .git subdirectory?) Does (locate-library "org") return some other location than where you

Re: [Orgmode] Re: orgcard.txt in Makefile

2010-05-12 Thread Osamu OKANO
Hi, Carsten. I added a license description in the script. http://gist.github.com/378941 Regards. On Fri, May 7, 2010 at 11:52 PM, Carsten Dominik wrote: > OK, I just removed the line break.  Thanks for writing the script! > Can I have it for the distribution?  In this case you need to > decide

[Orgmode] bug?

2010-05-12 Thread J. David Boyd
When I type org-version, I get a shell-command window opened, and this: error: refs/heads/master does not point to a valid object! error: refs/remotes/origin/HEAD does not point to a valid object! error: refs/remotes/origin/add-recursion-to-org-publish does not point to a valid object! error: r

Re: [Orgmode] remote reference

2010-05-12 Thread Karl Eichwalder
Carsten Dominik writes: > On May 11, 2010, at 9:16 PM, Karl Eichwalder wrote: >> C-c C-c in a TBLFM with a remote table reference updates the table as >> expected, but also jumps to the referenced table in the remote file. >> Is >> this intended? If yes, is it possible to avoid it? > > Can you p

Re: [Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-12 Thread Christian Moe
Hi, This patch (below and attached) seems to fix it. I've put the code at the end of org-export-latex-links, which seems to be the right place (it doesn't parallel the organization in the html exporter though). Please check my work! I'm new to Lisp, and used git for the first time today. Simple

Re: [Orgmode] After TODO statistics problem

2010-05-12 Thread Carsten Dominik
On May 12, 2010, at 9:32 AM, David Lee wrote: Hi all, I add CNCL(cancel) and WAIT to TODO keywords, which is copied from Prof.Dominik's presentation. In below example, the statistics of TODO should be [1/3] (because CNCL should not be considered as a valid headline), but not [1/4]. How

[Orgmode] [PATCH 0/2] org-wl: Minor bugfix and cosmetic change to meet coding style

2010-05-12 Thread David Maus
Last patch for org-wl contained a minor glitch that prevented `org-remember' to be called when point was on a WL folder group. Furthermore some lines in org-wl don't meet the coding style. Patches for these glitches are available on git://github.com/dmj/dmj-org-mode.git org-wl Let's see if the

[Orgmode] [PATCH 1/2] Don't throw error when `org-store-link' called on WL folder group.

2010-05-12 Thread David Maus
--- lisp/ChangeLog |5 + lisp/org-wl.el | 11 +-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2361328..584da7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-12 David Maus + + * org-wl.e

[Orgmode] [PATCH 2/2] Adjust indentation to meet coding style.

2010-05-12 Thread David Maus
--- lisp/org-wl.el | 65 +-- 1 files changed, 34 insertions(+), 31 deletions(-) diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 3faf2ea..a5c8218 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -181,7 +181,8 @@ ENTITY is a message entity

[Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik writes: > On May 12, 2010, at 7:39 AM, Baoqiu Cui wrote: > > ... > >> I like the idea of inline image display too, but hit the similar >> problems. After reading the code in org.el, I found that the inline >> image file link has to start with either "file:" or "./".

[Orgmode] After TODO statistics problem

2010-05-12 Thread David Lee
Hi all, I add CNCL(cancel) and WAIT to TODO keywords, which is copied from Prof.Dominik's presentation. In below example, the statistics of TODO should be [1/3] (because CNCL should not be considered as a valid headline), but not [1/4]. How to omit the CNCL headline? Shall I modify value or

[Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-12 Thread Christopher Long
Hello all, R Takaishi's org-toodledo looks promising for mobile access via toodledo's web-page for those who don't have an iphone. I hadn't seen discussion of it here before. I've forked an annotated version with translations from the Japanese into English at github and have begun worki