Re: [O] Re: org-publish not publishing changed files

2011-03-22 Thread Nick Dokos
Aidan Gauland aidal...@no8wireless.co.nz wrote: Nick Dokos nicholas.dokos at hp.com writes: org uses timestamps to figure out which files need publishing (see section 13.4 of the Org manual) and they may have gotten curdled somehow. You can force publication by giving a second argument

[O] Re: org-publish not publishing changed files

2011-03-22 Thread Aidan Gauland
Nick Dokos nicholas.dokos at hp.com writes: How can I get the timestamps in a more human-readable format? I keep having this problem (and no symlinks involved) and keep having to wipe the timestamps directory (a royal nuisance). Doesn't the prefix argument work? C-u C-c C-e followed by F

Re: [O] Tag hierarchy idea

2011-03-22 Thread Christian Moe
Hi, There was some discussion of tag hierarchies in this thread: http://thread.gmane.org/gmane.emacs.orgmode/31882 It was largely inconclusive, except that it would be hard to implement. Noone took the ball and ran with it, but then noone came up with a strong use case or specification,

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-22 Thread Ulf Stegemann
Hi Sébastien, Eric, I'm experiencing the same performance problems with recent org-mode. My observations are ... Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: Eric S Fraga wrote: From these timings, the font locking doesn't seem to be the issue but maybe the overlays are. However,

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-22 Thread Christian Moe
Hi, If we're not just looking for a neat workaround for some special cases anymore, but looking at making org-tables aware of time-like strings by default, a better strategy than to convert them into integers might be to translate them into Calc time format and back again. After all, Calc

Re: [O] publishing org-mode to google docs

2011-03-22 Thread Bastien
Hi Daniel, Daniel Mahler dmah...@gmail.com writes: What is the best way to publishh org-mode outlines to google docs. Export your Org file in HTML, then import the HTML in Google Docs. Or wait till the ODT exporter is integrated into Org-mode and work from that. Best, PS: for such big

[O] [Accepted] [O, 1/3] Replace recursive implementation with an iterative one

2011-03-22 Thread Bastien Guerry
Patch 707 (http://patchwork.newartisans.com/patch/707/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300720268-9375-2-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch:

[O] [Accepted] [O, 1/3] Replace recursive implementation with an iterative one

2011-03-22 Thread Bastien Guerry
Patch 707 (http://patchwork.newartisans.com/patch/707/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300720268-9375-2-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch:

[O] [Accepted] [O,2/3] Fix allocations handling for tj3

2011-03-22 Thread Bastien Guerry
Patch 708 (http://patchwork.newartisans.com/patch/708/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300720268-9375-3-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch:

[O] [Accepted] [O,3/3] Fix a typo in the commentary.

2011-03-22 Thread Bastien Guerry
Patch 706 (http://patchwork.newartisans.com/patch/706/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300720268-9375-4-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch:

[Accepted] [O] Tiny docstring fix in org-footnote.el

2011-03-22 Thread Bastien Guerry
Patch 699 (http://patchwork.newartisans.com/patch/699/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3CAANLkTimwvM19SrZhMiebE390MZP6%3Dym497oVFz5a4RJ6%40mail.gmail.com%3E Here is the original message containing the patch:

Re: [O] [PATCH 0/3] Small fixes to taskjuggler export

2011-03-22 Thread Bastien
Hi Christian, Christian Egli christian.e...@alumni.ethz.ch writes: Here are some more small fixes to taskjuggler export I've applied them -- thanks! -- Bastien

Re: [O] How to reuse page keywords for LaTeX with pdfkeywords and hyperref package?

2011-03-22 Thread Bastien
Hi Mikhail, Mikhail Titov m...@gmx.us writes: I would like to be able to have same keywords for both HTML and PDF output. I was a bit surprised that it is not there yet. I’m not a lisp user:( Could someone suggest what needs to be done to use org-export-page-keywords to set the value of

Re: [O] Re: Completing with anything

2011-03-22 Thread Aankhen
On Mon, Mar 21, 2011 at 22:34, Julien Danjou jul...@danjou.info wrote: On Mon, Mar 21 2011, Stefan Monnier wrote: As Tassilo mentions, maybe we could have a post-completion step that can perform some kind of expansion/replacement/cleanup once a valid completion is selected.  I'm not sure what

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-22 Thread Carsten Dominik
On 22.3.2011, at 05:40, Eric Schulte wrote: While this topic is raised, would it make sense for Org-mode table formula to automatically parse any time-like string into time units (i.e., base sixty). That would be the easiest for most users, and (I imagine) would rarely result in

[O] Org-mode T-Shirts with small logo

2011-03-22 Thread Carsten Dominik
Hi everyone, at FOSDEM, someone asked me if T-Shirts with a *small* icon like I am wearing it some photos are available. I have talked to my fried hoe made the T-Shirt design, and these small-icon T-Shirts are now in the European Shop: http://orgmode.spreadshirt.de/ Cheers - Carsten

Re: [O] Re: Completing with anything

2011-03-22 Thread Tassilo Horn
Aankhen aank...@gmail.com writes: Hi Aankhen, Or maybe an upper layer mixing abbrev and completion? Trying one at first, the other one after. This could be useful for message-mode for example, since you probably wants to use both. Isn’t this what hippie-expand does? Oh, yes, it seems so.

Re: [O] Re: Completing with anything

2011-03-22 Thread Julien Danjou
On Tue, Mar 22 2011, Tassilo Horn wrote: So Julien, maybe you want a `try-expand-org-contact' function, and add that to `hippie-expand-try-functions-list', and bind `hippie-expand' to some key. I want to integrate into message-mode. So I don't want to bind any key, nor rebind TAB. :) --

[O] unnumbered subsections in latex export

2011-03-22 Thread Suvayu Ali
Hi Orgers, I was wondering whether there is some way to export the attached org file to latex such that headlines beyond level 2 (3 and onwards) can be exported as unnumbered subsections or subsubsections like this, \subsection*{}, instead of enclosing them within itemize. The file uses the

[O] Re: unnumbered subsections in latex export

2011-03-22 Thread Sébastien Vauban
Hi Suvayu, Suvayu Ali wrote: Hi Orgers, I was wondering whether there is some way to export the attached org file to latex such that headlines beyond level 2 (3 and onwards) can be exported as unnumbered subsections or subsubsections like this, \subsection*{}, instead of enclosing them

Re: [O] Re: Completing with anything

2011-03-22 Thread Tassilo Horn
Julien Danjou jul...@danjou.info writes: So Julien, maybe you want a `try-expand-org-contact' function, and add that to `hippie-expand-try-functions-list', and bind `hippie-expand' to some key. I want to integrate into message-mode. So I don't want to bind any key, nor rebind TAB. :) Ok, I

Re: [O] Re: unnumbered subsections in latex export

2011-03-22 Thread Suvayu Ali
Hi Sébastien, On Tue, 22 Mar 2011 13:20:29 +0100 Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: I was wondering whether there is some way to export the attached org file to latex such that headlines beyond level 2 (3 and onwards) can be exported as unnumbered subsections or

[O] Re: unnumbered subsections in latex export

2011-03-22 Thread Sébastien Vauban
Hi Suvayu, Suvayu Ali wrote: On Tue, 22 Mar 2011 13:20:29 +0100 Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: I was wondering whether there is some way to export the attached org file to latex such that headlines beyond level 2 (3 and onwards) can be exported as unnumbered

[O] beamer code and auctex

2011-03-22 Thread Andrea Crotti
I'm trying to put some nicely colored code in my org-beamer presentation. On one machine I have minted but it's not found and the other is not installed, but I guess that's a latex problem. With lstlisting it kind of work but the font is way too big and not very nice, but I'll try again maybe to

[O] Re: Completing with anything

2011-03-22 Thread Dimitri Fontaine
Stefan Monnier monn...@iro.umontreal.ca writes: As Tassilo mentions, maybe we could have a post-completion step that can perform some kind of expansion/replacement/cleanup once a valid completion is selected. I'm not sure what that would look like in terms of code and API, but if someone

[O] Org babel with multiple linked segments of source code

2011-03-22 Thread Nicholas Patrick
I'm trying to figure out how to minimize the overhead with using babel to write some segments of code. I find myself writing short segments of a set of functionality, then writing a collector source block which is referred to later on in the code... e.g. * #+srcname: test1

Re: [O] Tag hierarchy idea

2011-03-22 Thread John Tait
Thanks for your replies. I'm using org-mode both as an organiser and also as a way of composing modular documents with conditional text (controlled by both tags and #+INCLUDE). The problem I am trying to solve is one I encounter in my day job. Basically, I am sitting on top on hundreds of legacy

Re: [O] Re: Completing with anything

2011-03-22 Thread Eric S Fraga
Eric Abrahamsen e...@ericabrahamsen.net writes: [...] This is what I've been using to insert other people's contact information into emails. Probably no good for general use, but maybe will provide food for thought. #+BEGIN_SRC emacs-lisp (defun my-cite-contact (name) (interactive sName

[O] Re: Tag hierarchy idea

2011-03-22 Thread Matt Lundin
John Tait johngt...@gmail.com writes: Thanks for that. But then what are #-FILETAGS for? FILETAGS are primarily used in the agenda -- i.e., filetags are inherited by the entire file, so when you filter the agenda by tags, the filetags are also considered. Not much work has been done to

Re: [O] Re: org-publish not publishing changed files

2011-03-22 Thread Nick Dokos
Aidan Gauland aidal...@no8wireless.co.nz wrote: Yes it does. Sorry, I should have worded that differently. I meant that I have been repeatedly wiping ~/.org-timestamps/ in hopes that it will not get screwed up again and think none of my files have changed, and never re-publishes changed

[O] Using Variable in Org-capture configuration

2011-03-22 Thread Chao LU
Dear all, Just writing to see if it is possible to use variable in org-capture configuration, like this (setq org-capture-templates '((t Todo entry (file *~/org/refile.org*) * TODO %?\n %i\n %a :prepend t)))

[O] [PATCH] Allow mixed export of numbered and unnumbered sections in LaTeX

2011-03-22 Thread Lawrence Mitchell
* lisp/org-latex.el (org-export-latex-subcontent): Deal specially with the case that NUM is an integer. We would sometimes like to have numbered \sections in LaTeX export but unnumbered \subsections and so forth. That is, use the starred equivalents for all sectioning commands below a certain

Re: [O] Re: unnumbered subsections in latex export

2011-03-22 Thread Nick Dokos
Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi S=C3=A9bastien, On Tue, 22 Mar 2011 13:20:29 +0100 S=C3=A9bastien Vauban wxhgmqzgw...@spammotel.com wrote: I was wondering whether there is some way to export the attached org file to latex such that headlines beyond level 2 (3 and

Re: [O] Using Variable in Org-capture configuration

2011-03-22 Thread Nick Dokos
Chao LU looc...@gmail.com wrote: Dear all, Just writing to see if it is possible to use variable in org-capture configuration, like this  (setq org-capture-templates    '((t Todo entry (file ~/org/refile.org) * TODO %?\n  %i\n  %a :prepend t)))

Re: [O] Using Variable in Org-capture configuration

2011-03-22 Thread Erik Iverson
Chao, I believe I had the exact same issue, caused the exact same use case, i.e., Dropbox. Read David's answer and see if it helps: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29029.html Chao LU wrote: Dear all, Just writing to see if it is possible to use variable in org-capture

[O] Re: Completing with anything

2011-03-22 Thread Eric Abrahamsen
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Abrahamsen e...@ericabrahamsen.net writes: [...] This is what I've been using to insert other people's contact information into emails. Probably no good for general use, but maybe will provide food for thought. #+BEGIN_SRC emacs-lisp (defun

[O] Customizing LaTeX-export, Beamer, \institute, and BEAMER_envargs

2011-03-22 Thread Bernd Weiss
Dear all, I am preparing a Beamer presentation and I am having some trouble with side effects (?) due to my attempt to customize the LaTeX-export. My minimum example can be found below. The default LaTeX-export does not recognise the '\institute'-option (I mean, as far as I know). For that

[O] [babel] Trouble with :cache yes

2011-03-22 Thread Ken.Williams
Hi, I'm having some trouble getting :cache yes to behave the way I think it's supposed to. As a test, I have a simple example containing just a title and one source block: #+source: testcache #+begin_src R :cache yes :exports both :results output dat - matrix(runif(12), 3, 4) print(dat)

RE: [O] How to reuse page keywords for LaTeX with pdfkeywords and hyperref package?

2011-03-22 Thread Mikhail Titov
Bastien: Thank you! I understand that it is not possible right now through simple settings. However hyperref is getting added to packages alist at some point. Is there a way to dereference org-export-page-keywords let's say in my custom LaTeX class definition in my dot emacs file or even in

[O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-22 Thread Mark S
You know, I think this may be the same bug I ran into 3 years ago when I last tried Org-mode. Is there any hope that this will be addressed? I note that this forum is the only location given for sending bug reports in the documentation. Thanks! Mark --- On Sat, 3/19/11, Nick Dokos

[O] s-tab not working as intended in kde's konsole

2011-03-22 Thread Izzie
Hi, I'm a newcomer to orgmode and a basic emacs user who has trouble with some shortcuts not doing what they should. I don't know how to fix it. This problem occurs on an aptosid (debian sid 64-bits) laptop with kde when running emacs in konsole with the -nw parameter. Instead of

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-22 Thread Nick Dokos
Mark S throa...@yahoo.com wrote: You know, I think this may be the same bug I ran into 3 years ago when I last tried Org-mode. Is there any hope that this will be addressed? I note that this forum is the only location given for sending bug reports in the documentation. Thanks!

[O] [babel] Emitting both text graphics output

2011-03-22 Thread Ken.Williams
Hi, Suppose I have a source block like the following, which both 'print's some text output and 'plot's to a graphics device: -- #+begin_src R :file tp.png :exports both :results output graphics dat - matrix(runif(12), 6, 2) print(dat) plot(dat) #+end_src

Re: [O] Bug: Recurring items NEVER show up in timeline unaccompanied

2011-03-22 Thread Nick Dokos
Some more comments and another bug in org-timeline: o a repeater always gets reported on its initial date - it only gets reported on subsequent instances iff it coincides with some other entry that will be reported on that date. o the initial comment of org-timeline says Only entries with a

Re: [O] [PATCH] Allow mixed export of numbered and unnumbered sections in LaTeX

2011-03-22 Thread Suvayu Ali
On Tue, 22 Mar 2011 14:26:14 + Lawrence Mitchell we...@gmx.li wrote: * lisp/org-latex.el (org-export-latex-subcontent): Deal specially with the case that NUM is an integer. We would sometimes like to have numbered \sections in LaTeX export but unnumbered \subsections and so forth. That

Re: [O] Re: unnumbered subsections in latex export

2011-03-22 Thread Suvayu Ali
On Tue, 22 Mar 2011 10:35:10 -0400 Nick Dokos nicholas.do...@hp.com wrote: Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi S=C3=A9bastien, On Tue, 22 Mar 2011 13:20:29 +0100 S=C3=A9bastien Vauban wxhgmqzgw...@spammotel.com wrote: I was wondering whether there is some way to

Re: [O] Re: unnumbered subsections in latex export

2011-03-22 Thread Nick Dokos
Suvayu Ali fatkasuvayu+li...@gmail.com wrote: This works too, but Lawrence's patch makes it much easier and probably works for other export formats too. Thanks a lot. :) No doubt Lawrence's patch can be extended to work for other exports, but it's not there yet: each exporter would need a

[O] orgmode and rss

2011-03-22 Thread Jude DaShiell
A long-standing friend is looking for a platform he can use to write rss and publish it. Earlier today I read about plannermode being able to do this and don't yet have plannermode on my machine but do have orgmode. So I'm curious if this can be done. He has to learn emacs along with orgmode

Re: [O] [babel] Emitting both text graphics output

2011-03-22 Thread suvayu ali
On Tue, Mar 22, 2011 at 1:02 PM, ken.willi...@thomsonreuters.com wrote: -- #+begin_src R :file tp.png :exports both :results output graphics dat -  matrix(runif(12), 6, 2) print(dat) plot(dat) #+end_src -- I can't seem to get the

Re: [O] publishing org-mode to google docs

2011-03-22 Thread June Tate-Gans
Try T.V Raman's gdocs.el library from the emacspeak packages. You can find it here: http://emacspeak.googlecode.com/svn/trunk/lisp/g-client/gdocs.el. On Mon, Mar 21, 2011 at 3:22 PM, Daniel Mahler dmah...@gmail.com wrote: What is the best way to publishh org-mode outlines to google docs. I can

Re: [O] [babel] Emitting both text graphics output

2011-03-22 Thread Nick Dokos
suvayu ali fatkasuvayu+li...@gmail.com wrote: On Tue, Mar 22, 2011 at 1:02 PM, ken.willi...@thomsonreuters.com wrote: -- #+begin_src R :file tp.png :exports both :results output graphics dat - =A0matrix(runif(12), 6, 2) print(dat) plot(dat) #+end_src

Re: [O] [babel] Trouble with :cache yes

2011-03-22 Thread Eric Schulte
Hi Ken, In order for caching to work, the results of the code block must exist in the org-mode file. For example, the following code block will be evaluated when triggered either interactively or during export #+begin_src emacs-lisp :cache yes (+ 2 2) #+end_src alternately, this block will

Re: [O] [babel] feature request: automatically connect source code block to its session

2011-03-22 Thread Eric Schulte
This seems reasonable, Do you know how ESS associates a code buffer with a session (i.e. is there some buffer-local variable which holds the session name)? With this information in hand it shouldn't be difficult to expand the C-' behavior for R s.t. it automatically associates the resulting

Re: [O] Org babel with multiple linked segments of source code

2011-03-22 Thread Eric Schulte
Hi, The setup you suggest below is not currently supported. I fear implementing such a system could have some odd semantic extensions into other parts of Org-mode code blocks, for example, would it then make sense for the results of a code block to be collected over all code blocks with that

Re: [O] babel R: should/does order of parameters matter?

2011-03-22 Thread Eric Schulte
Hi Myles, I believe the problem here is that your :var header argument syntax is wrong. A :var header argument must have a name, and equals sign, and an assignment for the variable, e.g. #+begin_src sh :var name=eric echo $name #+end_src #+results: : eric Please see the online manual for

[O] escaping of #+TEXT lines: \vspace vs \vspace*

2011-03-22 Thread Eric Abrahamsen
Hi, In a certain org file I put this line into the export options: #+begin_src org-mode #+TEXT: \vspace*{0.5in} #+end_src The starred version is necessary, obviously, since this comes before any text, and LaTeX will ignore a plain old \vspace{} in those cases. This currently gets escaped as