Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Mark Elston
On 1/26/2011 4:52 PM, Arun Persaud wrote: Hi You are right that googlecl is poorly documented, and worse, it doesn't even work as the documentation says it should. Try retrieving calendar events with --fields="title,when" and see what happens. I get the title printed out but the "when" always

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Arun Persaud
Hi > You are right that googlecl is poorly documented, and worse, it doesn't > even work as the documentation says it should. Try retrieving calendar > events with --fields="title,when" and see what happens. I get the > title printed out but the "when" always comes out as None. my man pages for

Re: [Orgmode] Possible Calc support for Org-Babel?

2011-01-26 Thread Christopher Allan Webber
(failed to wide-reply initially) I just had use for this for some quick calculations I wanted to add to one of my files, but... Any idea why variables inside of parentheses don't work, but variables outside of them do? #+BEGIN_SRC calc :var testvar=9000 testvar - 200 #+END_SRC #+results: : 8800

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Mark Elston
On 1/26/2011 4:33 AM, Eric S Fraga wrote: Arun Persaud writes: [...] For the other route, org to Google, I use the googlecl (command line) interface: http://article.gmane.org/gmane.emacs.orgmode/27214 don't really know that much lisp, but I guess you add the entries directly to google when

Re: [Orgmode] Make text below heading not part of the heading

2011-01-26 Thread Jeff Horn
On Wed, Jan 26, 2011 at 3:55 PM, Marcelo de Moraes Serpa wrote: > Would the current behavior be considered a bug or a feature? I consider it a feature. I don't know what your use case is (why you want to do this), but if you want to callout particular information, as a header, without messing wit

Re: [Orgmode] Make text below heading not part of the heading

2011-01-26 Thread Marcelo de Moraes Serpa
Thanks Christian, Would the current behavior be considered a bug or a feature? Marcelo. On Wed, Jan 26, 2011 at 2:33 PM, Christian Moe wrote: > Hi, > > I think you need to give the final text a dummy heading of its own. A > further partial solution would be to set the VISIBILITY property of the

Re: [Orgmode] Make text below heading not part of the heading

2011-01-26 Thread Christian Moe
Hi, I think you need to give the final text a dummy heading of its own. A further partial solution would be to set the VISIBILITY property of the dummy heading to `content' or `all', so the text would always be visible on startup. Yours, Christian On 1/26/11 6:16 PM, Marcelo de Moraes Serp

Re: [Orgmode] org-mode without stars

2011-01-26 Thread brian powell
The original "outline-mode" in EMACS which predates "org-mode" used stars. Using stars "*" is the best way to do it; the reasons are many--OrgMode files are flat text files and this is great too--but keep this in mind here--think about searches, etc. PYTHON uses indentation (and thats great); LIS

Re: [Orgmode] [PATCH] Preserve trailing blank lines

2011-01-26 Thread Jason Dunsmore
Bastien writes: > Jason Dunsmore writes: > >> I now understand this is a formatting convention issue. > > I'm trying to figure out when this patch is useful. I understand this > is when `org-blank-before-new-entry' doesn't set heading to t or auto, > but I don't understand what it the differ

[Orgmode] Re: [ANN] Changes to lists

2011-01-26 Thread Karl Maihofer
Nicolas, Nicolas Goaziou gmail.com> writes: > I would like to announce, and submit to discussion, some list code > upgrades. So, let me introduce the changes done in development branch: Great! Thanks a lot. I just tested the inline task part and have an issue with demoting of list items, please

Re: [Orgmode] RE: org mode in multi-mode

2011-01-26 Thread Bastien
Hi Hopsing, Hopsing K writes: > Appended is a patch to implement kind of a "break" on > a child entry: > > -- a.org --- > a > a > * s1 > b > b > * # > c > c > --- > > When doing a TAB on "* s1" only the "b" section will fold. > "* #" (a heading with name "#") is implemented as a > child

[Accepted] [Orgmode] Quote \[cmd] in docstring of org-export-with-LaTeX-fragments

2011-01-26 Thread Bastien Guerry
Patch 550 (http://patchwork.newartisans.com/patch/550/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1295529226-12765-1-git-send-email-wence%40gmx.li%3E Here is the original message containing the patch: > Content-Type: text/plai

[Accepted] [Orgmode] use @result{} instead of --> (looks nicer)

2011-01-26 Thread Bastien Guerry
Patch 458 (http://patchwork.newartisans.com/patch/458/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1291842341-15199-1-git-send-email-bjg%40network-theory.co.uk%3E Here is the original message containing the patch: > Content-Typ

[Accepted] [Orgmode] PATCH: Support `org-export-process-option-filters' in latex export

2011-01-26 Thread Bastien Guerry
Patch 554 (http://patchwork.newartisans.com/patch/554/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cm14o92l2wz.fsf%4094.197.132.141.threembb.co.uk%3E Here is the original message containing the patch: > Content-Type: text/plain;

Re: [Orgmode] Re: - Bug: [CLOSED ?] Agenda view switches back to week with "g" [7.4]

2011-01-26 Thread Joel James Adamson
Michael Brand writes: > On Wed, Dec 22, 2010 at 12:54, Giovanni Ridolfi > wrote: >> adams...@email.unc.edu (Joel J. Adamson) writes: > [...] >>> today is Wednesday so pressing "d" brings me the third day of the week. >>> I then press >>> "g" (org-agenda-redo)  which takes me back to week view. >

[Accepted] [Orgmode] Re: [PATCH] org: remove org-invisible-p

2011-01-26 Thread Bastien Guerry
Patch 560 (http://patchwork.newartisans.com/patch/560/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Csa3wrlshsnu.fsf%40cigue.easter-eggs.fr%3E Here is the original message containing the patch: > Content-Type: text/plain; charset

Re: [Orgmode] Re: [bug] latex export ignores org-export-latex-default-packages-alist?

2011-01-26 Thread Eric S Fraga
Sébastien Vauban writes: > Hi Eric, > [...] > For test purpose, a silly workaround: what about removing the line? That way, > we could see if either: > > - the nil option is not respected, > - the t option comes from somewhere else.. > > Best regards, > Seb No need. the problem was my lack

[Accepted] [Orgmode] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Bastien Guerry
Patch 562 (http://patchwork.newartisans.com/patch/562/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1296057132-14557-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: > Content-Type: tex

Re: [Orgmode] Re: - Bug: [CLOSED ?] Agenda view switches back to week with "g" [7.4]

2011-01-26 Thread Michael Brand
On Wed, Dec 22, 2010 at 12:54, Giovanni Ridolfi wrote: > adams...@email.unc.edu (Joel J. Adamson) writes: [...] >> today is Wednesday so pressing "d" brings me the third day of the week. >> I then press >> "g" (org-agenda-redo)  which takes me back to week view. [...] > It seems to me that this bu

[Orgmode] Make text below heading not part of the heading

2011-01-26 Thread Marcelo de Moraes Serpa
Hi list, This might be a stupid question, but I still could not find a proper solution for the following issue: Let's say I have the following text in an org buffer: * A folded heading with some text beneath... And that I want to keep the document going by typing below this heading. However, th

Re: [Orgmode] org-mode without stars

2011-01-26 Thread Samuel Wales
Hi Bayle, On 2011-01-22, Bayle Shanks wrote: > get new laptop > > organize interstellar dust meeting > book the meeting room > organize LOC > Invited speakers > - Draine > - Tielens > - Hollenbach > 1st announcement > > fix the bell in the hall I indent by spaces by 2 a lot to save typ

Re: [Orgmode] [PATCH] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Julien Danjou
On Wed, Jan 26 2011, Giovanni Ridolfi wrote: > Julien Danjou writes: > > Hi, Julien >> * org-agenda.el (org-agenda-get-progress): Fix regexp for statep: >> it must has \\ at the end of the line. This avoid matching the following > it must have ? Yes, sorry, that's not a catz. :) -- Julien D

Re: [Orgmode] Re: [bug] latex export ignores org-export-latex-default-packages-alist?

2011-01-26 Thread Eric S Fraga
Lawrence Mitchell writes: > Eric S Fraga wrote: > >> I need to use the amsmath package for a paper I am writing. This >> conflicts, unfortunately, with the wasysym package which is loaded by >> default in the org-latex exporter. > >> Checking the documentation for org-export-latex-classes, I fin

Re: [Orgmode] [bug] latex export ignores org-export-latex-default-packages-alist?

2011-01-26 Thread Eric S Fraga
Eric S Fraga writes: > I need to use the amsmath package for a paper I am writing. This > conflicts, unfortunately, with the wasysym package which is loaded by > default in the org-latex exporter. [...] I forgot to state what version of org I was using; see my signature below. Thanks again.

Re: [Orgmode] [PATCH] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Giovanni Ridolfi
Julien Danjou writes: Hi, Julien > * org-agenda.el (org-agenda-get-progress): Fix regexp for statep: > it must has \\ at the end of the line. This avoid matching the following it must have ? cheers Giovanni ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: [bug] latex export ignores org-export-latex-default-packages-alist?

2011-01-26 Thread Lawrence Mitchell
Eric S Fraga wrote: > I need to use the amsmath package for a paper I am writing. This > conflicts, unfortunately, with the wasysym package which is loaded by > default in the org-latex exporter. > Checking the documentation for org-export-latex-classes, I find: > , > | - Calls to \usepacka

[Orgmode] Re: [bug] latex export ignores org-export-latex-default-packages-alist?

2011-01-26 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: > I need to use the amsmath package for a paper I am writing. This > conflicts, unfortunately, with the wasysym package which is loaded by > default in the org-latex exporter. > > [...] > > You can customize this variable. > > Value: (("AUTO" "inputenc" t) > ("T1" "f

[Orgmode] [PATCH] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Julien Danjou
* org-agenda.el (org-agenda-get-progress): Fix regexp for statep: it must has \\ at the end of the line. This avoid matching the following heading when there's no newline between the logged state and the next heading. Signed-off-by: Julien Danjou --- lisp/org-agenda.el | 18 +-

Re: [Orgmode] Maximum ranges information lost in org-schedule

2011-01-26 Thread Giovanni Ridolfi
Osamu OKANO writes: Hi Osamu, 1. Which org-version do you use? > > * TODO run auto cleaner > SCHEDULED: <2011-01-25 Tue .+1d/3d> Here: Org-mode version 7.4 commit-de39bf05bea84b842711faa49e560ea4bc087211 (a bit old I know) I cannot reproduce. what does this repeater "/3d" mean?

Re: [Orgmode] org-mode without stars

2011-01-26 Thread Giovanni Ridolfi
Bayle Shanks writes: > is there a way to use org-mode with spaces instead of stars I don't think so. > (and > possibly to have to use some other delimiter at some points, if the > lack of stars causes ambiguity)? i.e. The use of stars as headline is defined in org-set-autofill-regexps in org

[Orgmode] [bug] latex export ignores org-export-latex-default-packages-alist?

2011-01-26 Thread Eric S Fraga
I need to use the amsmath package for a paper I am writing. This conflicts, unfortunately, with the wasysym package which is loaded by default in the org-latex exporter. Checking the documentation for org-export-latex-classes, I find: , | - Calls to \usepackage for all packages mentioned in

[Orgmode] org-mode without stars

2011-01-26 Thread Bayle Shanks
is there a way to use org-mode with spaces instead of stars (and possibly to have to use some other delimiter at some points, if the lack of stars causes ambiguity)? i.e. get new laptop organize interstellar dust meeting book the meeting room organize LOC Invited speakers - Draine - T

[Orgmode] Filtering org file according to priorities

2011-01-26 Thread Renger van Nieuwkoop
Hi I have the following list in an org-file * Work ** [#A] Goal1 ** [#B] Goal2 ** [#A] Goal3 I want to filter for all entries with priority A. If I use C-c / p PRIORITY A Org-mode highlights all the entries with [#A] but also shows the other entries with [#B]. How can I hide those entries? Thank

[Orgmode] Maximum ranges information lost in org-schedule

2011-01-26 Thread Osamu OKANO
Hi! When I move schedule with org-schdule, timestamp lose information about maximum ranges. * TODO run auto cleaner SCHEDULED: <2011-01-25 Tue .+1d/3d> After postpone. * TODO run auto cleaner SCHEDULED: <2011-01-26 Wed .+1d> Regards. ___ Emacs-o

[Orgmode] org-archive-subtree keeping inherited tags

2011-01-26 Thread Osamu OKANO
Hi ! I'd like to org-archive-subtree keeping inherited tags. Can I do like blow? ===~/org/action.org=== #+FILETAGS: Action * office :@office: ** DONE I'd like to archive this subtree keeping inherited tags *** DONE step1 *** DONE step2 *** DONE step3 ===~/org/a

[Orgmode] [PATCH] org-crypt: fix decrypt outline display bug

2011-01-26 Thread Julien Danjou
* org-crypt.el (org-decrypt-entry): Delete \n on top level heading. This avoids a display bug showing the heading outlined where the text is not since it does not have the outline property. Restore subtree visibility state after decryption. Cc: John Wiegley Cc: Peter Jones Signed-off-by: Julien

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Eric S Fraga
Arun Persaud writes: [...] >> For the other route, org to Google, I use the googlecl (command line) >> interface: >> >> http://article.gmane.org/gmane.emacs.orgmode/27214 > > don't really know that much lisp, but I guess you add the entries > directly to google when you create them via org-capt

[Orgmode] Re: [PATCH] org: remove org-invisible-p

2011-01-26 Thread Julien Danjou
I just found a left over in org-list.el. :) Updated patch attached. From bf6c65a42e04d4753c58795442a479685bb5f318 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 26 Jan 2011 11:14:11 +0100 Subject: [PATCH] org: remove org-invisible-p * org.el: Remove org-invisible-p: outline-invisible-

[Orgmode] [PATCH] org: remove org-invisible-p

2011-01-26 Thread Julien Danjou
* org.el: Remove org-invisible-p: outline-invisible-p is available in Emacs 22 and in recent XEmacs 21. Replace in various files. Signed-off-by: Julien Danjou --- lisp/org-clock.el |2 +- lisp/org-crypt.el |2 +- lisp/org-exp.el |2 +- lisp/org-list.el |2 +- lisp/org.el

Re: [Orgmode] Bug: tags grouping not working

2011-01-26 Thread Bastien
Carsten Dominik writes: > On Jan 25, 2011, at 7:03 PM, Jason Dunsmore wrote: > >> Yep, this commit needs to be reverted. See my message about this: >> >> http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg00942.html >> >> Can you do this Bastien? > > Seems Bastien is too busy right now,

[Accepted] [Orgmode] Always add sitemap file to project files if sitemap is requested

2011-01-26 Thread Carsten Dominik
Patch 523 (http://patchwork.newartisans.com/patch/523/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87fwt4keyp.wl%25jan.seeger%40thenybble.de%3E Here is the original message containing the patch: > Content-Type: text/plain; char

[Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-26 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: > Eric S Fraga writes: >> "Eric Schulte" writes: >>> Eric S Fraga writes: >> management issue: I find it difficult (a) to remember what all my source code snippets are called and (b) to navigate to any given snippet. I would love to see a babel table of

[Orgmode] Re: Embedded code

2011-01-26 Thread Sébastien Vauban
Hi Eric and Ido, Ido Magal wrote: > I've gotten the fix and am trying to verify it, however I keep seeing > >> File local-variables error: (invalid-function org-save-outline-visibility) > > I'm not sure if it's relevant or not. This is my test file: > > ---

[Accepted] [Orgmode] org-agenda: simplify start/stop/duration time computing

2011-01-26 Thread Carsten Dominik
Patch 506 (http://patchwork.newartisans.com/patch/506/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1293036946-14552-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: > Content-Type: tex

Re: [Orgmode] Bug: tags grouping not working

2011-01-26 Thread Carsten Dominik
On Jan 25, 2011, at 7:03 PM, Jason Dunsmore wrote: Benjamin Andresen writes: Hey there, I've just upgraded to the latest org-mode HEAD and noticed that the tag behavior changed. (It now sorts entries, except now grouping is broken.) This is how it used to work: (Assume "#+TAGS: { foo(

[Accepted] [Orgmode] Latex: exporting a tree

2011-01-26 Thread Carsten Dominik
Patch 493 (http://patchwork.newartisans.com/patch/493/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87sjxuty6w.wl%25n.goaziou%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset=

[Accepted] [Orgmode] Add new option for ignoring past or future items in the global todo list

2011-01-26 Thread Carsten Dominik
Patch 545 (http://patchwork.newartisans.com/patch/545/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8739orgso1.fsf_-_%40fastmail.fm%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8

Re: [Orgmode] :results replace not always working

2011-01-26 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/25/2011 05:14 PM, Eric Schulte wrote: > Hi Rainer, > > I have fixed the problem with ":results org" so it should now work as > expected. Thanks a lot. > The ":results replace raw" can never work as expected because > raw results are inserted

Re: [Orgmode] Encrypting org-mode files

2011-01-26 Thread Julien Danjou
On Wed, Jan 26 2011, Marcelo de Moraes Serpa wrote: > Is there a way to use full encryption and still have it integrate > seamlessly with the org agenda? Create a file named myfile.org.gpg, and EPA should kicks in and store it crypted. Then just add this file to the list of org-agenda-files. EPA