Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Mark Elston
On 1/29/2011 12:44 PM, Greg Troxel wrote: Mark Elston writes: [google calendar] I wasn't all that keen on it at first but I really got to like it when I was able to update my calendar from my phone or my laptop or my desktop at work and all three would see it. When I found I could create

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Eric S Fraga
Torsten Wagner writes: [...] > Well, if there would be a elisp interpreter for > Android, this would change the game Yes, it's called Emacs ;-) We need Emacs running on Android[1]. If Nokia can have Emacs native on their phones (n900), why can't Android??? I can dream. vi is available,

Re: [Orgmode] Full manual for beamer export?

2011-01-29 Thread Eric S Fraga
Rafael Villarroel writes: > Hello all, > > The org-beamer tutorial at Worg > http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html refers to > a "detailed manual" for org-beamer in the first paragraph of section > 3. However, the link is dead, and googling I cannot find another > documen

Re: [Orgmode] [ANN] Changes to lists

2011-01-29 Thread Eric S Fraga
(may be rude to followup on my own post but...) Further on the problem with exporting a list with a babel code block: if I ask the results to be exported as well as the code (code only is the default) via: #+begin_src octave :var x=10 :exports both the export works correctly and generates:

Re: [Orgmode] [ANN] Changes to lists

2011-01-29 Thread Eric S Fraga
Nicolas, a possible bug with respect to export to latex of lists which contain babel code. The following example: --8<---cut here---start->8--- # -*- coding: utf-8; -*- #+TITLE: examplebug.org #+AUTHOR:Eric S Fraga #+EMAIL: e.fr...@ucl.ac.uk #+OPTI

[Accepted] [Orgmode] Optimize org-habit-parse-todo

2011-01-29 Thread Carsten Dominik
Patch 558 (http://patchwork.newartisans.com/patch/558/) is now "Accepted". Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C87sjwgn42k.fsf%40fastmail.fm%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="ut

[Accepted] [Orgmode] org-agenda: fix start/end time in timerange

2011-01-29 Thread Carsten Dominik
Patch 555 (http://patchwork.newartisans.com/patch/555/) is now "Accepted". Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1295716131-12190-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: > Content-Typ

[Orgmode] Re: [ANN] Changes to lists

2011-01-29 Thread Achim Gratz
Nicolas Goaziou writes: > You did not open a new list. By default, 2 blank lines are required to > end a list. In fact, you just added a new item to the previous list, > separated from others by a blank line. M-RET tries to be smart and > separate items with a blank line from that point. Ah, OK -

Re: [Orgmode] [bug] [babel] results eat up following text

2011-01-29 Thread Eric S Fraga
"Eric Schulte" writes: > Hi Eric, > > Thanks for catching this issue. It turns out this was a result of > adding lists as supported output types, the code block thinks that the > enclosing list is the results list, and deletes it before inserting new > results. > > Luckily this was a quick 2-cha

Re: [Orgmode] Encrypting org-mode files

2011-01-29 Thread Eric S Fraga
Julien Danjou writes: > 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

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Greg Troxel
Mark Elston writes: [google calendar] > I wasn't all that keen on it at first but I really got to like it when > I was able to update my calendar from my phone or my laptop or my > desktop at work and all three would see it. > > When I found I could create multiple calendars and share *some*

Re: [Orgmode] exporting atom/rss feeds; org-feed-alist not downloading anything from www.rememberthemilk.com

2011-01-29 Thread David LeBauer
here is a copy of the rss feed = http://www.w3.org/2005/Atom";>2011-01-29T20:35:42ZDavid's Tasks - wk-Testrememberthemilk.comhttp://www.rememberthemilk.com/home/dlebauer/4685768/"; rel="alternate" title="David's Tasks - wk-Microcosm"/>http://www.rememberthemil

Re: [Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-01-29 Thread Jeff Horn
On Sat, Jan 29, 2011 at 3:08 PM, Matt Lundin wrote: > (setq org-agenda-repeating-timestamp-show-all nil) Matt, Is there a way to set this on a per-todo basis? I want some repeating items (e.g. class schedules) to repeat, but not others (like my daily review). Jeff -- Jeffrey Horn http://www.f

[Orgmode] Re: Repeating TODO are shown every day in the agenda

2011-01-29 Thread Matt Lundin
Carl Bolduc writes: > I have a TODO that is repeating every day like this: > DEADLINE: <2011-01-29 Tue +1d> > > Currently, I see this item on every future days in the agenda. > > Would there be a way to see this TODO on the day that it is due (today) > and on the past days where this TODO wasn't

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Mark Elston
On 1/29/2011 6:53 AM, Torsten Wagner wrote: > Slightly OT perhaps, but I am contemplating getting an Android phone and > figuring out how NOT to have my calendar on google, and would like to > sync it with org. (Right now I've made a 0.1-hearted attempt to export > org to ical and put it in

[Orgmode] [PATCH] Distinguish = and ~ delimiters in LaTeX export

2011-01-29 Thread Thomas S. Dye
Aloha all, The default value of org-export-latex-emphasis-alist treats the = and ~ delimiters as \\verb. Both settings are ignored because org-export- latex-use-verb is nil by default. The = and ~ delimiters produce \texttt{} instead of \verb. This patch distinguishes = and ~ by changin

[Orgmode] Repeating TODO are shown every day in the agenda

2011-01-29 Thread Carl Bolduc
I have a TODO that is repeating every day like this: DEADLINE: <2011-01-29 Tue +1d> Currently, I see this item on every future days in the agenda. Would there be a way to see this TODO on the day that it is due (today) and on the past days where this TODO wasn't done? For example, lets say that I

[Orgmode] [PATCH] Document org-export-latex-use-verb

2011-01-29 Thread Thomas S. Dye
0001-Document-org-export-latex-use-verb.patch Description: Binary data Thomas S. Dye, Ph.D.T. S. Dye & Colleagues, Archaeologists, Inc.Phone: (808) 529-0866 Fax: (808) 529-0884http://www.tsdye.com ___ Emacs-orgmode mailing list Please use `Reply All' t

Re: [Orgmode] Why is text marked as ~verbatim~ exported in LaTeX as \texttt{}

2011-01-29 Thread Thomas S. Dye
On Jan 29, 2011, at 7:42 AM, Michael Broschinsky wrote: On Fri, Jan 28, 2011 at 5:14 PM, Thomas S. Dye wrote: On Jan 28, 2011, at 1:40 PM, Nick Dokos wrote: Michael Broschinsky wrote: I have a small test document: #+TITLE: Title This is normal text. =This is teletype text.= ~This is

[Orgmode] Re: Managing appts with org-mode, diary

2011-01-29 Thread Matt Lundin
Michael Welle writes: > currently I create diary entries for my appointments, the appointments > are marked in the calendar. This is handy because if I want to create a > new appointment I can overview a three month period and I can see at a > glance which days are already blocked. > > Now I want

Re: [Orgmode] Why is text marked as ~verbatim~ exported in LaTeX as \texttt{}

2011-01-29 Thread Michael Broschinsky
On Fri, Jan 28, 2011 at 5:14 PM, Thomas S. Dye wrote: > > On Jan 28, 2011, at 1:40 PM, Nick Dokos wrote: > >> Michael Broschinsky wrote: >> >>> I have a small test document: >>> >>> #+TITLE: Title >>> >>> This is normal text. >>> >>> =This is teletype text.= >>> >>> ~This is verbatim text.~ >>> >

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-29 Thread Nicolas Goaziou
Hello, > Achim Gratz writes: > 1) If you open a new list after another list, M-RET will not produce > a new list item, but yet another new list: > --8<---cut here---start->8--- > - list 1 > - entry > - more entries > - list 2 <-- M-RET > - <-- is produc

[Orgmode] Re: bug: org-agenda does not compile and has warnings

2011-01-29 Thread Samuel Wales
Hi Matt, Seems to compile in make all, but not as part of my save hook. I wonder if an eval-when-compile to add ./lisp to the load path would make it compile or something? Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com I support WPI: http://www.wpinstitute.org/xmrv/index.ht

Re: [Orgmode] [bug] [babel] results eat up following text

2011-01-29 Thread Eric Schulte
Hi Eric, Thanks for catching this issue. It turns out this was a result of adding lists as supported output types, the code block thinks that the enclosing list is the results list, and deletes it before inserting new results. Luckily this was a quick 2-character change, which has been committed

[Orgmode] Re: bug: org-agenda does not compile and has warnings

2011-01-29 Thread Matt Lundin
Hi Samuel, Samuel Wales writes: > org-agenda.el does not compile. > > In org-agenda-goto-today: > org-agenda.el:6107:59:Warning: `org-agenda-ndays' is an obsolete variable (as > of Emacs 24.1); use `org-agenda-span' instead. > > In org-agenda-reset-view: > org-agenda.el:4:3:Warning: `org-age

[Orgmode] Re: Bug: UTF-8 characters in #+LINK does not work [7.4]

2011-01-29 Thread Matt Lundin
Gustav Wikström writes: > Using characters such as å,ä,ö does not work when using #+LINK > > example: > > `#+LINK: Färdmedel file:~/färdmedel.org' > > this does not work, however the following does: > > `#+LINK: Fardmedel file:~/färdmedel.org' > > Is there an easy fix? > I can confirm this. Th

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Torsten Wagner
> Slightly OT perhaps, but I am contemplating getting an Android phone and > figuring out how NOT to have my calendar on google, and would like to > sync it with org. (Right now I've made a 0.1-hearted attempt to export > org to ical and put it in mac calendar.) Are there ways to not sync > with

[Orgmode] Re: links and no match message

2011-01-29 Thread Matt Lundin
Hi Paul, "Schlesinger, Paul" writes: > I have used Org for long enough to generate multi megabyte org files > that coordinate my research. In these hair balls the links are > invaluable. I link to \labels in tex because they provide good points > of refernce for me that do not appear in the comp

[Orgmode] Re: Feature Request: Assort a subtree randomly ?

2011-01-29 Thread Matt Lundin
"Alan E. Davis" writes: > Let's say I have a subtree, of review materials, for example.  I would > like to randomize the order of the elements.  I would like to have the > option to randomize the subtree in some different ways: > >     1.  sort the members of one subtree that is a list, randomly.

Re: [Orgmode] org-faq: Invalid XHTML

2011-01-29 Thread David Maus
At Tue, 11 Jan 2011 03:31:11 +0530, Jambunathan K wrote: > > > There are 16 errors while validating org-faq page. > > http://validator.w3.org/check?uri=http%3A%2F%2Forgmode.org%2Fworg%2Forg-faq.html&charset=%28detect+automatically%29&doctype=Inline&group=0 > > Can such errors be not caught as soon

[Orgmode] Re: Bug: Scatter doubles up on SCHEDULED items [7.4]

2011-01-29 Thread Matt Lundin
David Maus writes: > At Tue, 11 Jan 2011 17:05:41 +, > James Shuttleworth wrote: >> Hi, >> I love the idea of the new bulk scatter command, but it's giving me >> a problem. When used, it adds an extra SCHEDULED item to entries >> rather than change the current one. Maybe this is expe

[Orgmode] Re: multiple users org mode

2011-01-29 Thread Matt Lundin
Ivan Kanis writes: > During the org camp in Paris at one point the someone asked "hey org is > wonderful but how do we use it with multiple users?" > > I am trying to envision what this would look like. One way to do it > would be to have users share their .org on a network drive. Org would > hav

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

2011-01-29 Thread Julien Danjou
On Sat, Jan 29 2011, Michael Brand wrote:  1) `d g' stays on "view day" That's expected. If you want to reset the span, you can press 'v space'.  2) `w f d g' stays on "view day" and also stays on the day of the next week That's normal, g refresh the agenda, it does not reset the

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Eric S Fraga
Greg Troxel writes: > Torsten Wagner writes: > >> Since I use my Android-based phone on a daily basis (after all it is a >> mobile phone), I got tempted to use more and more the google >> calendar. I know about mobileorg and all this. However, the calendar >> is so highly integrated with many ap

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

2011-01-29 Thread Michael Brand
Hi Julien Thank you for looking into this. On Sat, Jan 29, 2011 at 11:34, Julien Danjou wrote: >> On Wed, Jan 26, 2011 at 18:19, Michael Brand >> wrote: >>> This is still an issue for custom agenda views. With the today's >>> release_7.4-246-g9658a99 and the test config >>> (setq org-agenda-cu

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

2011-01-29 Thread Julien Danjou
On Fri, Jan 28 2011, Michael Brand wrote: > On Wed, Jan 26, 2011 at 18:19, Michael Brand > wrote: >> This is still an issue for custom agenda views. With the today's >> release_7.4-246-g9658a99 and the test config >> (setq org-agenda-custom-commands '(("x" "test" ((agenda) >> I observe: >> -

[Orgmode] multiple users org mode

2011-01-29 Thread Ivan Kanis
Hello, During the org camp in Paris at one point the someone asked "hey org is wonderful but how do we use it with multiple users?" I am trying to envision what this would look like. One way to do it would be to have users share their .org on a network drive. Org would have to be able to fusion t

Re: [Orgmode] exporting atom/rss feeds; org-feed-alist not downloading anything from www.rememberthemilk.com

2011-01-29 Thread David Maus
At Fri, 28 Jan 2011 18:06:07 -0600, David LeBauer wrote: > > I would like to export my rememberthemilk.org tasks to org-mode. > > I have the following in my .emacs, following the recommendation here: > > http://stackoverflow.com/q/2138947/199217 > > ;; sync org-mode with rememberthemilk > ;; (requi