Re: [Orgmode] Any way to limit which subtrees to export based on TODO keywords?

2010-09-15 Thread Scot Becker
Thanks Jeff, :noexport: does what I want, but I want to send org the same "no export" signal without tags, but using TODO keywords (since I'm using tags for tagging the content of the notes, since TODO words are unused in this document, and since they have a nice workflow oriented interface, which

[Orgmode] [PATCH] Fix bug that erases org buffer when calling agenda via org-agenda-open-link.

2010-09-15 Thread Matthew Lundin
[My apologies, but I'm afraid my first attempt at this patch mistook a necessary second check for redundancy. Here is an improved version.] * lisp/org-agenda.el (org-prepare-agenda): If the agenda is called from within the agenda via an elisp link, such as [[elisp:(org-agenda-list)]], org-prep

[Orgmode] Re: Customizing agenda line format

2010-09-15 Thread Matt Lundin
Norbert Zeh writes: > Here's what I found out by tinkering around with settings a little. > Setting org-agenda-prefix-format to "" (as I already did before) > correctly removes the prefix *before* the TODO keyword. The formatting > function for everything starting with the TODO keyword, however,

[Orgmode] Re: omitting done TODOs from custom agenda

2010-09-15 Thread Matt Lundin
Eric Abrahamsen writes: > On Tue, Sep 14 2010, Eric Abrahamsen wrote: > >> On Tue, Sep 14 2010, Matt Lundin wrote: >> >>> Eric Abrahamsen writes: >>> I'm having a bit of confusion: I've created my own TODO sequences with org-todo-keywords, in this case (sequence "CONTACT(n)" "REPLY(r)"

Re: [Orgmode] [PATCH] Removed unecessary invocations of org-agenda-show.

2010-09-15 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote: > >> >> lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to >> prevent >> disrupting windows and changing point in original buffer. >> (org-agenda-set-property): Same >> (org-agenda-set-effort):

[Orgmode] [PATCH] Fix bug that erases org buffer when calling agenda via org-agenda-open-link.

2010-09-15 Thread Matt Lundin
* lisp/org-agenda.el (org-prepare-agenda): If the agenda is called from within the agenda via an elisp link, such as [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer of the file containing the link, since that buffer is current during org-prepare agenda (due to a with-curr

Re: [Orgmode] image size in html export

2010-09-15 Thread etimecowboy
From: Eric S Fraga Subject: Re: [Orgmode] image size in html export Date: Mon, 13 Sep 2010 09:01:24 +0100 > On Mon, 13 Sep 2010 07:01:24 +0100 (BST), etimecowboy > wrote: >> >> Hi everyone, >> >> Does anybody know how to set the size of an in-line image when >> exporting html? I know that org

Re: [Orgmode] Re: org-babel matlab example

2010-09-15 Thread etimecowboy
Hi everyone, It seems that my org used the Octave program to evaluate my Matlab code block/generate figures, not Matlab itself. I found this when comparing the exported figure by org with the figure generated by Matlab. I also found that I cannot use org-babel on an Windows PC which has Matlab

Re: [Orgmode] Emacs version

2010-09-15 Thread suvayu ali
On 15 September 2010 15:31, Sebastian Rose wrote: > highly recommended, git: > >  http://repo.or.cz/w/emacs.git I wasn't aware of the git repo! thanks a lot. :) -- Suvayu Open source is the future. It sets us free. ___ Emacs-orgmode mailing list Ple

Re: [Orgmode] Re: Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Aidan Gauland
On Thu, Sep 16, 2010 at 12:40:34AM +0200, Sebastian Rose wrote: > Aidan Gauland writes: > > Sebastian Rose gmx.de> writes: > >> It would be a bug. > >> > >> But I cannot reproduce it (current Org mode from git, emacs24). > > > > I just figured out why: I store all my images in ~/images/ and just

Re: [Orgmode] Any way to limit which subtrees to export based on TODO keywords?

2010-09-15 Thread Jeff Horn
I'm not sure I understand the use case, but you can set which tags export on a per-file basis. http://orgmode.org/manual/Selective-export.html#Selective-export I read somewhere that :noexport: will prevent a subtree from being exported automatically, and I've used that to tag some notes, export t

Re: [Orgmode] options and batch exporting

2010-09-15 Thread Samuel Potter
I tried the same script but pointing $ORGPATH to org-install.el, but still no luck... The export is still ignoring my #+OPTIONS and #+STYLE headers. Samuel Potter sfpotter at uw dot edu not sfp dot list at gmail dot com On Sep 15, 2010, at 5:15 PM, Sebastian Rose wrote: > Samuel Potter writes:

[Orgmode] inline images in org-mode

2010-09-15 Thread Robert Goldman
I was looking for a way to put illustrations in my org-mode files so that I could actually look at them while editing the org stuff. I found a post a while ago suggesting using iimage mode (which is included with the Aquamacs that I use, and is readily available if you don't have it with your emac

Re: [Orgmode] options and batch exporting

2010-09-15 Thread Sebastian Rose
Samuel Potter writes: > Hi all, > Sorry if this has been answered before -- wasn't able to track down a > solution on my own. I have an org-mode file that has a set of > #+OPTIONS: and #+STYLE: headers that I'd like to export to HTML from a > shell script. Unfortunately, when I do so, it seems tha

Re: [Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-15 Thread Andrew J. Korty
Martin Pohlack wrote: On 14.09.2010 19:06, Andrew J. Korty wrote: > This patch adds hour and minute granularity to repeaters. Let me know > if there's interest in incorporating it, and I'll start the FSF > paperwork process. There was a related discussion here: http://www.mail-archive.com

[Orgmode] options and batch exporting

2010-09-15 Thread Samuel Potter
Hi all, Sorry if this has been answered before -- wasn't able to track down a solution on my own. I have an org-mode file that has a set of #+OPTIONS: and #+STYLE: headers that I'd like to export to HTML from a shell script. Unfortunately, when I do so, it seems that the headers are being ignore

Re: [Orgmode] Re: Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Sebastian Rose
Aidan Gauland writes: > Sebastian Rose gmx.de> writes: >> It would be a bug. >> >> But I cannot reproduce it (current Org mode from git, emacs24). > > I just figured out why: I store all my images in ~/images/ and just > have symbolic links to them in my Org website directory. > > Can you reprod

Re: [Orgmode] Emacs version

2010-09-15 Thread Sebastian Rose
Sébastien Vauban writes: > Hi Sebastian, > > Sebastian Rose wrote: >> It would be a bug. >> But I cannot reproduce it (current Org mode from git, emacs24). > > I see that many of you already have Emacs 24. Did you build it yourself from > the sources, or is there a package (in my case, for Ubuntu)

[Orgmode] Any way to limit which subtrees to export based on TODO keywords?

2010-09-15 Thread Scot Becker
I'm working up a way to print out my org-mode reading notes to individual half-sheets of paper. I'm using tags for content-related things, so I'd love to sort those notes which need to be printed from those notes which have been printed already by using TODO keywords. I don't think there is an in

Re: [Orgmode] pretty export of tags

2010-09-15 Thread Scot Becker
Great. Thanks. Scot ___ 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] Re: Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Aidan Gauland
Sebastian Rose gmx.de> writes: > It would be a bug. > > But I cannot reproduce it (current Org mode from git, emacs24). I just figured out why: I store all my images in ~/images/ and just have symbolic links to them in my Org website directory. Can you reproduce it now that you have this piece

Re: [Orgmode] Emacs version

2010-09-15 Thread Henri-Paul Indiogine
Sébastien Vauban writes: > I see that many of you already have Emacs 24. Did you build it yourself from > the sources, or is there a package (in my case, for Ubuntu) that allows to get > everything installed seamlessly? I have added the following to my /etc/apt/sources.list ## Emacs snapshot de

Re: [Orgmode] Re: Repeating tasks on specific days of the week

2010-09-15 Thread Jeff Horn
You can schedule habits on particular days? That's good to know! On Wed, Sep 15, 2010 at 3:34 AM, Julien Fantin wrote: > I had a similar question regarding scheduling habits, but didn't get an > answer... > I haven't done a great job of keeping up with those resolutions for now, but > can anyone

[Orgmode] Re: Automate the writing of proposals (by using dynamic blocks)

2010-09-15 Thread Sébastien Vauban
Hi all, Can I bump up this thread? In particular, I want to draw attention of the following points: 1) Table column names in bold 2) Use two-decimal floats in cells - Writing them in Effort\_ALL with 2 decimals - Using formatting of decimals 3) Have an hline between individual tasks and

Re: [Orgmode] Bibtex and latex export

2010-09-15 Thread Erik Iverson
Rafael, I asked the same question last week :). http://www.mail-archive.com/emacs-orgmode@gnu.org/msg30073.html I've just now looked into the org-latex.el file, and found: (defcustom org-latex-to-pdf-process '("pdflatex -interaction nonstopmode -output-directory %o %f" "pdflatex -intera

[Orgmode] Emacs version

2010-09-15 Thread Sébastien Vauban
Hi Sebastian, Sebastian Rose wrote: > It would be a bug. > But I cannot reproduce it (current Org mode from git, emacs24). I see that many of you already have Emacs 24. Did you build it yourself from the sources, or is there a package (in my case, for Ubuntu) that allows to get everything install

[Orgmode] Bibtex and latex export

2010-09-15 Thread Rafael Calsaverini
Hi there, I'm trying to use org-mode to compose latex documents and I'm having a problem with bibtex. When I export to pdf with C-c C-e p, pdflatex runs and everything works gracefully with respect to the latex code (the output is even prettier than I used to have patience to do only with latex),

Re: [Orgmode] camel.el, for CamelCase links

2010-09-15 Thread Marcelo de Moraes Serpa
*bump* On Mon, Sep 13, 2010 at 12:45 PM, Marcelo de Moraes Serpa wrote: > Hi guys -- I have pulled the last version from the repo which include > org-wikinodes, but I don't see the line for the org-wikinodes module > when customizing the org-modules variable. What should I do? > > Marcelo. > > On

[Orgmode] Remember item under specific :PROJECT:

2010-09-15 Thread Marcelo de Moraes Serpa
Hello list, I wonder if there is a easy way to create a remember template that will file the item inside another item specified at runtime. The scenario is the following: I have a task that belongs to a project (project is any item tagged a :PROJECT:), I want to capture it under this item, so I wo

Re: [Orgmode] Templates - newline in string?

2010-09-15 Thread Marco Alberti
On Sep 14, 2010, at 5:14 PM, Sebastian Rose wrote: just type `C-q C-j' as you would do when searching for a string containing a newline and similar. Good! A valuable tip for searches too, I didn't know. Marco ___ Emacs-orgmode mailing list P

Re: [Orgmode] Question about local variables block

2010-09-15 Thread Robert Goldman
On 9/15/10 Sep 15 -12:06 PM, Sebastian Rose wrote: > Robert Goldman writes: >> I've been putting local variables blocks at the bottom of some of my >> org-mode files (in particular, those files that I share with others). >> >> The problem is that having a local variables block at the bottom of the

Re: [Orgmode] Org-Mode API?

2010-09-15 Thread [AvataR]
> I am currently writing a Python library for parsing org-file. The main > goal is to build a kind of mobile-org for N900 and Maemo but it's > designed to be enough generic for web applications or desktop > applications. Heh. I do same shit for n810 :] But I have emacs there, and it works ok. I wr

[Orgmode] Re: todos without timestamp in agenda

2010-09-15 Thread henry atting
Sébastien Vauban writes: > Hi Jan, > > Jan Böcker wrote: >> >> I use a custom block agenda to show (in this order): >> - the normal agenda >> - the contents of my inbox >> - normal TODO items tagged URGENT and IMPORTANT >> - normal TODO items tagged IMPORTANT >> - normal TODO items tagged URGENT

Re: [Orgmode] Question about local variables block

2010-09-15 Thread Sebastian Rose
Robert Goldman writes: > I've been putting local variables blocks at the bottom of some of my > org-mode files (in particular, those files that I share with others). > > The problem is that having a local variables block at the bottom of the > file, at least if it uses # as a virtual comment chara

Re: [Orgmode] Bug: org-mhe creates corrupt link when Message-ID field contains newline [7.01trans]

2010-09-15 Thread David Maus
Andrew J. Korty wrote: >Some MUAs insert a newline when rendering the Message-ID field: >Message-ID: > <98a78083733de040834c2b9e91b87fde0aa...@example.com> >The newline causes org-mhe-store-link to create a link that looks like >[[mhe:%2Barchive# >%20<98a78083733de040834c2b9e91b8

[Orgmode] Worg link broken

2010-09-15 Thread Thomas S. Dye
Aloha all, My browser says the link to http://orgmode.org/worg/org-contrib/babel/examples/article-class.php in http://orgmode.org/worg/org-contrib/babel/uses.php appears to be broken. The corresponding link works in the org file, so I'm guessing that something has gone wrong on the Worg en

Re: [Orgmode] Org-Mode API?

2010-09-15 Thread Puneeth
On Wed, Sep 15, 2010 at 9:51 PM, Olivier Schwander wrote: > I am currently writing a Python library for parsing org-file. The main > goal is to build a kind of mobile-org for N900 and Maemo but it's > designed to be enough generic for web applications or desktop > applications. I'm not sure how m

[Orgmode] Re: org-googlecl : enhancements - replace existing blog entries.

2010-09-15 Thread Richard Riley
Tim Burt writes: > Richard Riley writes: > >> The org-googlecl package has been extended a little. >> >> http://splash-of-open-sauce.blogspot.com/2010/09/now-org-googlecl-supports-deleting-of_14.html >> >> It now detects if you try to blog an entry with the same title as an >> existing one and

Re: [Orgmode] Org-Mode API?

2010-09-15 Thread Olivier Schwander
Le 15 Sep 2010 17:24, [AvataR] a écrit: > I want to write simple desktop widget for my todo list in org. I can parse > output of org-agenda, but this way sucks. Is there any clear way to enumerate > all events in file/buffer/whatelse with their properties (like todo > state, deadline etc)? I am no

[Orgmode] Re: org-scan-tags

2010-09-15 Thread Ilya Shlyakhter
On Tue, Sep 14, 2010 at 11:19 PM, Ilya Shlyakhter wrote: > There also seem to be other opportunities for speeding up > org-scan-tags in this way: e.g. if the match string includes +mytag, > the regexp for the headline could include this as well. > Similarly for properties.  Maybe, org-make-tags-ma

Re: [Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-15 Thread Martin Pohlack
On 14.09.2010 19:06, Andrew J. Korty wrote: > This patch adds hour and minute granularity to repeaters. Let me know > if there's interest in incorporating it, and I'll start the FSF > paperwork process. There was a related discussion here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg1

Re: [Orgmode] Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Sebastian Rose
Aidan Gauland writes: > I have a (sub)project for publishing a website. It uses > org-publish-attachment with the recursive option. > > ("static" > :base-directory "~/doc-aidan/windmill-hill/main/" > :publishing-directory "~/doc-aidan/windmill-hill/published/" > :publishing-function org-publis

[Orgmode] Question about local variables block

2010-09-15 Thread Robert Goldman
I've been putting local variables blocks at the bottom of some of my org-mode files (in particular, those files that I share with others). The problem is that having a local variables block at the bottom of the file, at least if it uses # as a virtual comment character, doesn't dovetail nicely wit

[Orgmode] Re: todos without timestamp in agenda

2010-09-15 Thread Sébastien Vauban
Hi Jan, Jan Böcker wrote: > > I use a custom block agenda to show (in this order): > - the normal agenda > - the contents of my inbox > - normal TODO items tagged URGENT and IMPORTANT > - normal TODO items tagged IMPORTANT > - normal TODO items tagged URGENT > - normal TODO items not tagged URGENT

[Orgmode] Re: org-scan-tags

2010-09-15 Thread Ilya Shlyakhter
Another question: if org-map-continue-from is used to skip parts of the file, could that affect the correctness of org-scanner-tags? I.e. is any code that sets org-map-continue-from also responsible for updating org-scanner-tags? thanks, ilya On Tue, Sep 14, 2010 at 11:19 PM, Ilya Shlyakhter w

[Orgmode] Org-Mode API?

2010-09-15 Thread [AvataR]
Hi! I want to write simple desktop widget for my todo list in org. I can parse output of org-agenda, but this way sucks. Is there any clear way to enumerate all events in file/buffer/whatelse with their properties (like todo state, deadline etc)? ___

[Orgmode] Bug: org-mhe creates corrupt link when Message-ID field contains newline [7.01trans]

2010-09-15 Thread Andrew J. Korty
Some MUAs insert a newline when rendering the Message-ID field: Message-ID: <98a78083733de040834c2b9e91b87fde0aa...@example.com> The newline causes org-mhe-store-link to create a link that looks like [[mhe:%2Barchive# %20<98a78083733de040834c2b9e91b87fde0aa...@example.com][subject]

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-15 Thread John Hendy
On Wed, Sep 15, 2010 at 6:51 AM, Bastien wrote: > John Hendy writes: > > > Working on it... if you notice there are broken-linked images right > > now. > > The links are not broken anymore. > > I made a small change on Worg's setup: now images can simply be put in > the same directory than files

Re: [Orgmode] Load macros from other files?

2010-09-15 Thread Stefan Vollmar
Dear Uriel, it should work if you use "setupfile" instead of "include": #+setupfile: macro.org Warm regards, Stefan On 15.09.2010, at 15:58, amscopub-m...@yahoo.com wrote: > Is there a way to load macros from another file? > > The "include" command doesn't seeem to work. For example, the f

[Orgmode] Latex export of subtree not working for me

2010-09-15 Thread Torsten Anders
Dear all, I would like to export only a subtree of an org file to PDF via Latex (ultimately using the package beamer). When doing export/publish (C-c C-e) I am given a menu with options, including the options "only export current subtree" and "publish enclosing subtree". If I choose any of the

[Orgmode] Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Aidan Gauland
I have a (sub)project for publishing a website. It uses org-publish-attachment with the recursive option. ("static" :base-directory "~/doc-aidan/windmill-hill/main/" :publishing-directory "~/doc-aidan/windmill-hill/published/" :publishing-function org-publish-attachment :recursive t :base-ex

[Orgmode] Question: Repeating Items?

2010-09-15 Thread Kenneth Miller
All, I fired up org-mode on my new machine, pulled my org files from source control, set my agenda files and agenda-key, attempted to view my agenda, and got the following. I've replaced some of the names with random characters for privacy, but events and todos are repeating themselves over and ov

[Orgmode] Bug: org-auto-repeat-maybe only updates first timestamp [7.01trans]

2010-09-15 Thread Andrew J. Korty
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 good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-15 Thread Andrew J. Korty
This patch adds hour and minute granularity to repeaters. Let me know if there's interest in incorporating it, and I'll start the FSF paperwork process. Andrew Korty --- doc/org.texi |4 ++-- lisp/org-agenda.el |2 +- lisp/org.el| 27 +++ 3 files c

[Orgmode] [PATCH] Postgresql support for ob-sql.el

2010-09-15 Thread Harri Kiiskinen
The attaches patch adds support to postgresql to ob-sql.el It achieves this in the same way the mysql support is done, by using the psql client with suitable command line arguments. Best, Harri Kiiskinen harki...@gmail.com diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 4e1daa5..2636752 1006

[Orgmode] Load macros from other files?

2010-09-15 Thread amscopub-mail
Is there a way to load macros from another file? The "include" command doesn't seeem to work. For example, the following does *not* work. macro.org: #+MACRO: hello Hello world and include.org: #+INCLUDE: "./macro.org" {{{hello}}} I'm using org-mode 7.01g. --Thanks! Uriel Avalos __

[Orgmode] Re: including holidays in agenda

2010-09-15 Thread henry atting
On Mi, Sep 15 2010, henry atting wrote: > [...] >calendar-holidays '(( >(holiday-fixed 11 11 "Elfter im Elften") >(holiday-easter-etc -49 "Estomihi") >(holiday-easter-etc -48 "Rosenmontag") >

Re: [Orgmode] Re: todos without timestamp in agenda

2010-09-15 Thread Jan Böcker
On 09/14/2010 12:10 PM, henry atting wrote: > On Di, Sep 14 2010, Eric S Fraga wrote: > >> On Tue, 14 Sep 2010 08:27:48 +0200, henry atting wrote: >>> >>> When I have some kind of todo items in an *.org file without timestamp they >>> do not show up in the agenda. I can start the agenda with the

[Orgmode] Re: including holidays in agenda

2010-09-15 Thread Seweryn
henry atting online.de> writes: > >calendar-holidays '(( >(holiday-fixed 11 11 "Elfter im Elften") >(holiday-easter-etc -49 "Estomihi") >(holiday-easter-etc -48 "Rosenmontag") >

[Orgmode] including holidays in agenda

2010-09-15 Thread henry atting
When i add this line to an org file %%(org-calendar-holiday) holidays are displayed in org-agenda. But when I add some fixed or floating holidays to my calendar configuration like calendar-holidays '(( (holiday-fixed 11 11 "Elfter im Elften")

[Orgmode] suggestion/feature-request for dynamic blocks

2010-09-15 Thread Inquisitive Scientist
Dear Experts, I'd like to make a suggestion/feature-request for people who write dynamic blocks (which are very cool): 1. It would be really handy to have a parameter of the form :tname which puts a #+TBLNAME: into the top of the table created by a dynamic block. This makes the dynamic table e

Re: [Orgmode] questions about table mode and spreadsheets

2010-09-15 Thread Inquisitive Scientist
Thanks for the helpful replies to question 2 but what about question 1? Any thoughts on how I can get org-mode to dynamically add an extra row? Thanks, -Emin On Tue, Sep 7, 2010 at 5:20 AM, Christian Moe wrote: > On 9/7/10 2:56 AM, Juan wrote: > >> A very complex way of not adding the extra col

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-15 Thread Bastien
John Hendy writes: > Working on it... if you notice there are broken-linked images right > now. The links are not broken anymore. I made a small change on Worg's setup: now images can simply be put in the same directory than files linking to them, and they will be exported in this very directo

[Orgmode] extremely weird "bad sexp" errors

2010-09-15 Thread Friedrich Delgado
Hi! For some strange reason, as of today, the combination %%(org-google-weather "Hamburg" "DE") seems to be deeply offending, as I get a "bad sexp" error for it. %%(org-google-weather "Hamburg") works, %%(org-google-weather "Berlin" "DE") also works, %%(org-google-weather "Hamburg" "DA") a

Re: [Orgmode] org-googlecl : enhancements - replace existing blog entries.

2010-09-15 Thread Tim Burt
Richard Riley writes: > The org-googlecl package has been extended a little. > > http://splash-of-open-sauce.blogspot.com/2010/09/now-org-googlecl-supports-deleting-of_14.html > > It now detects if you try to blog an entry with the same title as an > existing one and prompts you to view and/or re

[Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-15 Thread Sébastien Vauban
Hi David, David Maus wrote: > Sébastien Vauban wrote: >> David Maus wrote: >>> Sébastien Vauban wrote: I've tried enhancing my capture template for Gnus mail, by using the =%:author= variable: >>> >>> AFAIK %:author is not a defined property Gnus links (Cf. Manual, >>> 9.1.3.2 Template e

Re: [Orgmode] Re: Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/09/10 11:23, Sébastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >> On 14/09/10 20:57, Sébastien Vauban wrote: >>> Sebastian Rose wrote: Rainer M Krug writes: > > I want to export a subdocument (sub.org) while exporting a

Re: [Orgmode] Bug: org-feed customization group is called org-id (can't customize org-id)

2010-09-15 Thread David Maus
Scot Becker wrote: >In org-feed.el (line 105), the 'defgroup' entry for org-feed has the >tag "Org ID", which is the same tag as the group org-id (in >'org-id.el'). This has the result that you are unable to get to the >real org-ID variables from the M-x customize-group RET org RET top >level menu.

[Orgmode] Re: Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-15 Thread Sébastien Vauban
Hi Rainer, Rainer M Krug wrote: > On 14/09/10 20:57, Sébastien Vauban wrote: >> Sebastian Rose wrote: >>> Rainer M Krug writes: I want to export a subdocument (sub.org) while exporting a main document (main.org), but I am getting an "Args out of range: 0,0" error message after

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-15 Thread David Maus
Robert Goldman wrote: >I believe I have narrowed down the problem to a more specific case. >I have reexamined the bug I had, and as far as I can tell, it occurs >because of the punctuation at the end of the header line. I am >attaching a file that shows the funny behavior. I can link to a heade

[Orgmode] org-drill : automatic recognition of double entries

2010-09-15 Thread Detlef Steuer
I'm now using org-drll to learn some vocabulary. Very nice package, especially together with org-capture. After capturing words for some time it happens to catch a word as new for a second time. But as is the nature of unknown vocabulary you do not remember all those new words error free. Has an

[Orgmode] Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Aidan Gauland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a (sub)project for publishing a website. It uses org-publish-attachment with the recursive option. ("static" :base-directory "~/doc-aidan/foo/main/" :publishing-directory "~/doc-aidan/foo/published/" :publishing-function org-publish-attachm

Re: [Orgmode] Re: Nested exports - Exporting a "sub.org" file while exporting "main.org"

2010-09-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 20:57, Sébastien Vauban wrote: > Hi Sebastian, > > Sebastian Rose wrote: >> Rainer M Krug writes: >>> >>> I want to export a subdocument (sub.org) while exporting a main document >>> (main.org), but I am getting an >>> "Args out of range:

Re: [Orgmode] Re: Repeating tasks on specific days of the week

2010-09-15 Thread Julien Fantin
I had a similar question regarding scheduling habits, but didn't get an answer... I haven't done a great job of keeping up with those resolutions for now, but can anyone confirm that with org-habit, that kind of scheduling will result in a consistency graph displaying habit completion for that par

Re: [Orgmode] Modify time entry from agenda?

2010-09-15 Thread peter . frings
On 15 Sep 2010, at 01:20, Nathan Neff wrote: > I think it would be really cool to be able to modify clock-in/clock-out times > from the agenda. 1+ I often fid myself in the same situation. Having a 'roll edit' function would really kick you-know-what. I.e., you're clocked into task A, then c