Re: [Orgmode] Question: org-remember and level>1 target headline

2010-05-13 Thread Samuel Wales
On 2010-05-13, Martin Pohlack wrote: > Is there interest to define remember targets via paths or via ID? ID would be useful, I think. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease for 25 years] == Retr

[Orgmode] Tag cloud in Agenda view?

2010-05-13 Thread David Lee
Hi everyone, Is it possible to generate tag cloud buffer in agenda view? Thanks, - David ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] projects in separate files so easy date/time sort for agneda

2010-05-13 Thread Joe Bohart
Hi All, Curious if anyone has code or other solutions that would show projects that have had (or not had) any changes in so many days. Kind of a GTD thing. I find it's too easy to have projects fall behind. I thought an easy way to do this is with projects in separate files so easy date/time sort

[Orgmode] [PATCH] Re: Custom docbook stylesheets.

2010-05-13 Thread Baoqiu Cui
dsm...@vtiinstruments.com (Dale P. Smith) writes: > Baoqiu Cui writes: > >> Before I change the document for variable >> `org-export-docbook-xslt-proc-command', let's finalize the design of >> this first. :-) >> >> Currently `org-export-docbook-xslt-proc-command' contains two >> format-like specs

[Orgmode] [babel] showing image of latex code results produced from an R code block

2010-05-13 Thread Erik Iverson
Hello, consider the following org-mode file: = * R returning LaTeX for display I have an R function that generates LaTeX code. I would like the resulting LaTeX to be displayed in an inline image in the org-buffer #+begin_src R lf <- function(

Re: [Orgmode] page setup - PDF Export

2010-05-13 Thread Thomas S. Dye
On May 13, 2010, at 2:15 AM, Rares Pop wrote: Hi all, do you there is a way to modify the page setup parameters (top, bottom, left, right) when doing an PDF export. There are some predefined templates for A4, A5 format? I searched the manual and the mailing list and didn't find anything.

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Dale P. Smith
Baoqiu Cui writes: > Before I change the document for variable > `org-export-docbook-xslt-proc-command', let's finalize the design of > this first. :-) > > Currently `org-export-docbook-xslt-proc-command' contains two > format-like specs: "%i" (for the input DocBook XML file) and "%o" (for > the

[Orgmode] Re: How do you control sorting in org agenda?

2010-05-13 Thread Bernt Hansen
"Emin.shopper Martinian.shopper" writes: > Dear Experts, > > How do you control sorting in org agenda? For example, if I have two > items that have been assigned the same priority level of #A how do I > control how they are sorted? See the variable org-agenda-sorting-strategy. -Bernt _

[Orgmode] How do you control sorting in org agenda?

2010-05-13 Thread Emin.shopper Martinian.shopper
Dear Experts, How do you control sorting in org agenda? For example, if I have two items that have been assigned the same priority level of #A how do I control how they are sorted? Thanks, -Emin ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] Re: Links break when you archive; what are work arounds?

2010-05-13 Thread Emin.shopper Martinian.shopper
That works great. Thanks! On Thu, May 13, 2010 at 1:15 PM, Bernt Hansen wrote: > "Emin.shopper Martinian.shopper" writes: > >> Thanks, that sounds like a good idea. But how do you use ID links? I >> see an option for descriptive links and literal links but not id >> links. I have org-mode versio

Re: [Orgmode] Agenda view > Day separator

2010-05-13 Thread Eric S Fraga
On Thu, 13 May 2010 20:27:27 +0200, Carsten Dominik wrote: > > Hi Sebastian, hi Eric > > take a look at the variable org-agenda-format-date. You can use a [...] > Or you can write your own function to do something fancier, maybe > based on > `org-agenda-format-date-aligned'. [...] Thanks C

[Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Baoqiu Cui
dsm...@vtiinstruments.com (Dale P. Smith) writes: Hi Dale and Carsten, > Carsten Dominik writes: > >> do I still need to do something with #+XSLT? If yes, could you please >> spell it out for me? > > Ok! > > So now the command to process docbook to whatever is more flexible. > Previously, the t

[Orgmode] [PATCH] Avoid warning of free variable `old'

2010-05-13 Thread Baoqiu Cui
Hi Carsten, Here is a small patch to remove the warning of a free variable `old' in org.el. Just noticed that today. diff --git a/lisp/org.el b/lisp/org.el index 06daa9c..0da5ba3 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15552,7 +15552,7 @@ BEG and END default to the buffer boundaries."

[Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Baoqiu Cui
Sorry for the late reply, Dale and Carsten. Yes, I think this patch should be a applied, as it makes things more flexible. (Thanks, Dale!) The only thing missing in the patch is the docstrings of variables org-export-docbook-xslt-proc-command and org-export-docbook-xsl-fo-proc-command. I'll wor

Re: [Orgmode] Bug: problem with special entities preview [6.36trans (release_6.36.32.gf3b55)]

2010-05-13 Thread Eric S Fraga
On Thu, 13 May 2010 20:35:11 +0200, Carsten Dominik wrote: > > Hi Eric, > > I am working on the pretty entities and will also fix this problem one > way or another. Thanks! -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D __

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Dale P. Smith
Carsten Dominik writes: > do I still need to do something with #+XSLT? If yes, could you please > spell it out for me? Ok! So now the command to process docbook to whatever is more flexible. Previously, the the order of input file and output file were fixed, and the stylesheet was hard-coded i

Re: [Orgmode] Bug: problem with special entities preview [6.36trans (release_6.36.32.gf3b55)]

2010-05-13 Thread Carsten Dominik
Hi Eric, I am working on the pretty entities and will also fix this problem one way or another. Thanks! - Carsten On May 13, 2010, at 5:24 PM, Eric S Fraga wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a

Re: [Orgmode] Agenda view > Day separator

2010-05-13 Thread Carsten Dominik
Hi Sebastian, hi Eric take a look at the variable org-agenda-format-date. You can use a simple format string like (setq org-agenda-format-date "%Y-%m-%d ===") Or use spaced instead of == so that they can be fontified like you suggest.

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Carsten Dominik
Dale, do I still need to do something with #+XSLT? If yes, could you please spell it out for me? Thanks. - Carsten On May 13, 2010, at 4:11 PM, Dale P. Smith wrote: Carsten Dominik writes: Somehow I do net seem to have a patch relating to this thread. Can you please send it again? Baoq

Re: [Orgmode] You may experience folding problems with the current version

2010-05-13 Thread Carsten Dominik
Hi Tim, thanks for pointing this out, I have fixed this and made a new release 6.36c - I will push it as soon as I can reach repo.or.cz again. - Carsten On May 13, 2010, at 11:52 AM, Tom wrote: Migrating to 6.36 I found I couldn't open some of the folded trees with TAB. Turns out this lin

Re: [Orgmode] Agenda and excursion

2010-05-13 Thread Carsten Dominik
On May 13, 2010, at 11:07 AM, Tom wrote: Often I do something in an org buffer and then display the agenda to see my tasks. Then later I switch back to that buffer with switch-to-buffer and find that building of the agenda moved the cursor from the point I was to the end of the buffer. I have

Re: [Orgmode] Question: org-remember and level>1 target headline

2010-05-13 Thread Eric S Fraga
On Thu, 13 May 2010 17:48:22 +0200, Martin Pohlack wrote: > > Hi, > > interest in this problem was indicated to me in private mail, so let my > sum up my findings so far. [...] > I use these two functions for computing the current target headline: Thanks for these. Useful to have a summary

[Orgmode] Re: Links break when you archive; what are work arounds?

2010-05-13 Thread Bernt Hansen
"Emin.shopper Martinian.shopper" writes: > Thanks, that sounds like a good idea. But how do you use ID links? I > see an option for descriptive links and literal links but not id > links. I have org-mode version 6.34c, is that too old? I'm not sure if that is too old but I don't think so. You n

Re: [Orgmode] one .emacs on multiple computers

2010-05-13 Thread John Hendy
I also use git at work -- I have a central 'repo' on my work network share and when using my laptop or desktop, I simply pull and push from/to the central repo to keep everything in sync. My structure is something like this: ~/org ~/org/aux ~/org/aux/emacs-config ~/org/aux/pics Then on each of my

[Orgmode] Re: Links break when you archive; what are work arounds?

2010-05-13 Thread Emin.shopper Martinian.shopper
Thanks, that sounds like a good idea. But how do you use ID links? I see an option for descriptive links and literal links but not id links. I have org-mode version 6.34c, is that too old? Thanks, -Emin On Thu, May 13, 2010 at 10:14 AM, Bernt Hansen wrote: > "Emin.shopper Martinian.shopper" wri

[Orgmode] Include FAQ to info? (was: Org-FAQ request for full-text dump)

2010-05-13 Thread Memnon Anon
Hi. Wouldn't it be nice to have the FAQ available for offline-browsing as well? So does Gnus, Emacs itself ... If it is too much work to convert it to info proper, maybe an orgfile like org-help.org[1] could be added to the distribution. Memnon Footnotes: [1] http://osdir.com/ml/attachment

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

2010-05-13 Thread Dirk-Jan C . Binnema
Hi, > On Wed, 12 May 2010 19:02:42 +0200, Sebastian Rose ("SR") wrote: SR> Can you verify, that those are clashing IDs? >> >> Sure: >> >> >> % cat index.html | grep id= >> [] >> >> >> >> >> SR> Funny - cannot verify that and never saw it. Why are your s

Re: [Orgmode] page setup - PDF Export

2010-05-13 Thread Eric S Fraga
On Thu, 13 May 2010 15:15:26 +0300, Rares Pop wrote: > > [1 ] > [1.1 ] > Hi all, > > do you there is a way to modify the page setup parameters (top, bottom, > left, right) when doing an PDF export. > There are some predefined templates for A4, A5 format? > > I searched the manual and the mail

Re: [Orgmode] Agenda view > Day separator

2010-05-13 Thread Eric S Fraga
On Thu, 13 May 2010 10:41:47 +0200, Sébastien Vauban wrote: > > Hi, > > I would like to see more distinctively the separation between days in the > agenda view. [...] > Friday 21 May 2010 > x > --8<---cut here---

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

2010-05-13 Thread Carsten Dominik
Hi Adam, On May 13, 2010, at 5:07 PM, Adam Elliott wrote: Carsten Dominik gmail.com> writes: org.el does this already. Just compile your .el files and things should work. You are right, but I suspect the following: When org is compiled and installed using the Makefile, elisp source fil

Re: [Orgmode] Question: org-remember and level>1 target headline

2010-05-13 Thread Martin Pohlack
Hi, interest in this problem was indicated to me in private mail, so let my sum up my findings so far. I walked through the code in org-remember.el:org-remember-handler. There seems to be no support for path traversal for the non-interactive case. The first headline matching is found regardless

Re: [Orgmode] one .emacs on multiple computers

2010-05-13 Thread charles snyder
Thanks - perfect On Thu, May 13, 2010 at 7:37 AM, Jan Böcker wrote: > On 05/13/2010 03:48 AM, charles snyder wrote: > > > Can I just do something like: > > > > (defvar cls-org-file "C:/Users/clsnyder/My Documents/My > > Dropbox/emacs_org/") ;; WINDOWS VERSION > > (defvar cls-org-file "/Users/cl

[Orgmode] Problem org-beamer export

2010-05-13 Thread Marvin Doyley
Hi there, Org beamer has proven to be an invaluable tool, I use it not only for preparing lecture notes but also for all my presentation - farewell powerpoint :) However, I recently upgraded my current version of org to 6.36. I love the new inline image, but their seem to be a bug in the latex

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

2010-05-13 Thread Adam Elliott
Carsten Dominik gmail.com> writes: > org.el does this already. Just compile your .el files and things > should work. You are right, but I suspect the following: When org is compiled and installed using the Makefile, elisp source files are compiled individually. When org-list.el is compiled

[Orgmode] Re: Links break when you archive; what are work arounds?

2010-05-13 Thread Bernt Hansen
"Emin.shopper Martinian.shopper" writes: > Dear Experts, > > I really like org-mode and am starting to use it more and more to > track my notes, todos, agenda, etc. One thing I am confused about is > that when I make a link to FOO and then archive FOO, the link no > longer works. I guess I was ho

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Dale P. Smith
Carsten Dominik writes: > 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? Here is is. diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index 8a89675..37851da 100644 --- a/lisp/org-docboo

Re: [Orgmode] one .emacs on multiple computers

2010-05-13 Thread Scot Becker
Many thanks from me too, Jan. That's very helpful. Scot On Thu, May 13, 2010 at 1:37 PM, Jan Böcker wrote: > On 05/13/2010 03:48 AM, charles snyder wrote: > > > Can I just do something like: > > > > (defvar cls-org-file "C:/Users/clsnyder/My Documents/My > > Dropbox/emacs_org/") ;; WINDOWS VER

Re: [Orgmode] one .emacs on multiple computers

2010-05-13 Thread Jan Böcker
On 05/13/2010 03:48 AM, charles snyder wrote: > Can I just do something like: > > (defvar cls-org-file "C:/Users/clsnyder/My Documents/My > Dropbox/emacs_org/") ;; WINDOWS VERSION > (defvar cls-org-file "/Users/clsnyder/Dropbox/emacs_org/") ;; IMAC VERSION > > and then in each of the various .em

[Orgmode] page setup - PDF Export

2010-05-13 Thread Rares Pop
Hi all, do you there is a way to modify the page setup parameters (top, bottom, left, right) when doing an PDF export. There are some predefined templates for A4, A5 format? I searched the manual and the mailing list and didn't find anything. Appreciate your help, Rares _

[Orgmode] script to transfer schedule from org-mode to Microsoft Outlook

2010-05-13 Thread Emin.shopper Martinian.shopper
Dear Experts, I find org-mode very useful but also need to sync my calendar with outlook. To do that, I use the attached Org2CSV.py script along with a modified version of the Orgnode.py script from Charles Cave (also attached). Once I have the CSV I can import it into Outlook or Google Calendar.

[Orgmode] Agenda and excursion

2010-05-13 Thread Tom
Often I do something in an org buffer and then display the agenda to see my tasks. Then later I switch back to that buffer with switch-to-buffer and find that building of the agenda moved the cursor from the point I was to the end of the buffer. It's a bit annoying. Shouldn't org-agenda use save

[Orgmode] You may experience folding problems with the current version

2010-05-13 Thread Tom
Migrating to 6.36 I found I couldn't open some of the folded trees with TAB. Turns out this line has to be commented in org.el to fix it (modify-syntax-entry ?\n ">") because if the syntax of newline is changed like this then this expression in org-cycle-internal-local will not work in some

[Orgmode] Agenda view > Day separator

2010-05-13 Thread Sébastien Vauban
Hi, I would like to see more distinctively the separation between days in the agenda view. --8<---cut here---start->8--- Week-agenda (W19-W20): Saturday 15 May 2010 Personal: 18:00-19:00 Mar:home::errands: Sunday 16

[Orgmode] Links break when you archive; what are work arounds?

2010-05-13 Thread Emin.shopper Martinian.shopper
Dear Experts, I really like org-mode and am starting to use it more and more to track my notes, todos, agenda, etc. One thing I am confused about is that when I make a link to FOO and then archive FOO, the link no longer works. I guess I was hoping that org-mode would be smart enough to adjust lin

Re: [Orgmode] Todo state highlighting in Latex export

2010-05-13 Thread Simon Brown
At Thu, 13 May 2010 08:48:04 +0200, Carsten Dominik wrote: > On May 4, 2010, at 6:41 PM, Simon Brown wrote: > > 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

Re: [Orgmode] Minor bugs in table alignments

2010-05-13 Thread Sebastian Rose
Sebastian Rose writes: > 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

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

2010-05-13 Thread Sebastian Rose
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. > > (Just a short thing: I'm faster