[Orgmode] Diary in ical export

2011-02-01 Thread Bill Purcell
I have seen some traffic on the mailing list about diary inclusion in ical exports but I haven't found an answer to my problem. I thought this was working at some point. To simplify I have a basic config file: (setq load-path (append '("~/.emacs.d/org-mode/lisp") load-path)) (ignore-errors (requ

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Torsten Wagner
There is yet another possibility. Use ConnectBot to connect to a PC running Emacs (daemon). I use MobileOrg for task planning, todo lists etc. But when I write a longer text, I use ConnectBot started with the option 'emacsclient -t --eval "(ibuffer)"'. It is like having a native Emacs on the phone

Re: [Orgmode] Re: [OT-emacs] Scrolling horizontally

2011-02-01 Thread Jeff Horn
On Tue, Feb 1, 2011 at 10:53 AM, Marcelo de Moraes Serpa wrote: > I haven't checked if AquaMacs has any improvements on this side, > anyone out there that could share something? I also noticed that > there's a tendency of people prefering to use cocoa over aquamacs in > the emacs osx community, no

[Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
Erik Iverson writes: > Markus Heller wrote: >> Tassilo Horn writes: >> >>> Markus Heller writes: >>> >>> Hi Markus, >>> M-x doesn't work anymore!! The M key works, e.g. M-w still does what it's supposed to if a region is active, and I can use ESC x instead. >>> What does C-h k M-x sa

[Orgmode] Re: Trackpad horizontal scrolling

2011-02-01 Thread Tassilo Horn
Jeff Horn writes: Hi Jeff, > Thanks for the snippet Tassilo. I tried this out in the minibuffer and > it didn't work. =C-h k = (a motion, not > a binding) produced nothing. However, =C-h k = > actually produced =C-h k wheeldown=, so I can see that isn't > a valid button for the trackpad on my M

[Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
Erik Iverson writes: > Markus Heller wrote: >> Tassilo Horn writes: >> >>> Markus Heller writes: >>> >>> Hi Markus, >>> M-x doesn't work anymore!! The M key works, e.g. M-w still does what it's supposed to if a region is active, and I can use ESC x instead. >>> What does C-h k M-x sa

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Sven Bretfeld
Torsten Wagner writes: >> So would it be possible to build a native emacs for android? > > I checked this a while ago and unfortunately emacs comes with a relatively > large > pack of dependencies. Android on the other side does not deliver many standard > libraries. Xorg libc and afaik dbus are

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

2011-02-01 Thread Matt Lundin
Osamu OKANO writes: > 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> > I can confirm this. I

[Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-01 Thread Darlan Cavalcante Moreira
Hello, I have a main .org file where I put almost everything. There is a "Projects" headline where each subheading is a different project. During the day I need to go to the Projects headline and open one of the its subheadings when I want and add/read something in that project. I know I can use

[Orgmode] Hiding/Narrowing dblocks and keywords

2011-02-01 Thread Leonidas Tsampros
Hello, I'm a recent new happy org-mode user. While hacking around and using it for various tasks/todos and schedules, it occured to me that keywords and dynamic blocks take a lot of screen real estate while I do very little editing on them. Is there a way to have dblocks/keywords hidden/narrowed

[Orgmode] Re: Fontification of blocks

2011-02-01 Thread Sébastien Vauban
Hi Eric, Dan & all, "Eric Schulte" wrote: > I think that adding a new block delimiter face which inherits from the > org-meta face as you've suggested is the way to go. > > I would recommend however that rather than removing/changing the > org-meta-line, quote and verse delimiting faces to cover t

Re: Trackpad horizontal scrolling (was: [Orgmode] Re: [OT-emacs] Scrolling horizontally)

2011-02-01 Thread Jeff Horn
On Tue, Feb 1, 2011 at 2:00 PM, Tassilo Horn wrote: > (global-set-key (kbd "") (lambda () >                                    (interactive) >                                    (scroll-left 1))) > (global-set-key (kbd "") (lambda () >                                    (interactive) >            

Re: [Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Erik Iverson
Markus Heller wrote: Tassilo Horn writes: Markus Heller writes: Hi Markus, M-x doesn't work anymore!! The M key works, e.g. M-w still does what it's supposed to if a region is active, and I can use ESC x instead. What does C-h k M-x say? For C-h k M-x, it doesn't say anything. For C

[Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
Tassilo Horn writes: > Markus Heller writes: > > Hi Markus, > >> M-x doesn't work anymore!! The M key works, e.g. M-w still does what >> it's supposed to if a region is active, and I can use ESC x instead. > > What does C-h k M-x say? For C-h k M-x, it doesn't say anything. For C-h k ESC-x, i

Re: [Orgmode] Re: [OT-emacs] Scrolling horizontally

2011-02-01 Thread Marcelo de Moraes Serpa
Thanks for sharing your experiences, Jeff. I've never used Aquamacs, but has been using emacs for the last 5 years. Nowadays I mostly use it for my PIM needs, as MacVim really got me hooked. In the end, for programming, I ended up tending to use MacVim more and more. Anyway, I really wish there

[Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Tassilo Horn
Markus Heller writes: Hi Markus, > M-x doesn't work anymore!! The M key works, e.g. M-w still does what > it's supposed to if a region is active, and I can use ESC x instead. What does C-h k M-x say? Bye, Tassilo ___ Emacs-orgmode mailing list Ple

Re: [Orgmode] Encrypting org-mode files

2011-02-01 Thread Eric S Fraga
Julien Danjou writes: > On Sat, Jan 29 2011, Eric S Fraga wrote: > >> Any suggestions? > > % head -1 .gnupg/gpg.conf > use-agent > > % cat .gnupg/gpg-agent.conf > default-cache-ttl 28800 > max-cache-ttl 43200 > > That's all I got. and I had all of these (well, with slightly different values) and

[Orgmode] [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
Hello all, this is OT, but I'm really baffled right now. M-x doesn't work anymore!! The M key works, e.g. M-w still does what it's supposed to if a region is active, and I can use ESC x instead. But M-x just refuses to work, neither in an orgmode-file, nor in my .emacs, nor in the *scratch* buf

Trackpad horizontal scrolling (was: [Orgmode] Re: [OT-emacs] Scrolling horizontally)

2011-02-01 Thread Tassilo Horn
Hi all, if you are all looking for making emacs scrolling horizontally by sliding with one finger in the lower part of the trackpad (or with some 2 finger special move [dunno what Mac users like]), that shouldn't be any different from any other keybinding. For example, the syntaptics trackpad on

Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-01 Thread Puneeth Chaganti
On Tue, Feb 1, 2011 at 10:18 PM, Bastien wrote: > Jason Dunsmore writes: > >> I noticed in the latest Git version that each inactive timestamp has >> "@@" before and after it in HTML exported output.  Here is a patch that >> fixes it. > > Applied, thanks! I don't really understand what is going

Re: [Orgmode] adding to /contrib/scripts

2011-02-01 Thread Arun Persaud
Hi > It is in Worg now: > > http://orgmode.org/worg/code/awk/ Thanks, didn't know that there is also code in Worg... the script was already in Worg at http://orgmode.org/worg/org-tutorials/org-google-sync.html but I thought that keeping a script inside a documentation page wouldn't be the be

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

2011-02-01 Thread Bastien
Carsten Dominik writes: > I did put the variable in while I was developing this feature, not being > sure if I could get it to work properly, so to give me flexibility to > switch the feature on and off. The variable is not meant for the user > (then it would have been a defcustom), just a conve

Re: [Orgmode] Re: org-archive-subtree keeping inherited tags

2011-02-01 Thread Bastien
Carsten Dominik writes: > It might be useful to consider making this as part of the normal archiving > procedure, when archiving to a different file. Maybe subject to a variable > - but I do like the idea to be able to look at archived entries with all > tags in place. Since in the Archive, ent

Re: [Orgmode] Re: org-archive-subtree keeping inherited tags

2011-02-01 Thread Carsten Dominik
On Feb 1, 2011, at 5:34 PM, Bastien wrote: Carsten Dominik writes: It might be useful to consider making this as part of the normal archiving procedure, when archiving to a different file. Maybe subject to a variable - but I do like the idea to be able to look at archived entries with

[Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-01 Thread Andrea Crotti
Loris Bennett writes: > Hi, > > I have an org file containing several src blocks which generate images > using ditaa. When I publish to PDF via LaTeX, the images are all > generated every time, which makes publishing rather slow. > > Is there some way to toggle the evaluation of the src blocks on

[Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-01 Thread Andrea Crotti
Loris Bennett writes: > Hi, > > I have an org file containing several src blocks which generate images > using ditaa. When I publish to PDF via LaTeX, the images are all > generated every time, which makes publishing rather slow. > > Is there some way to toggle the evaluation of the src blocks on

Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-01 Thread Bastien
Jason Dunsmore writes: > I noticed in the latest Git version that each inactive timestamp has > "@@" before and after it in HTML exported output. Here is a patch that > fixes it. Applied, thanks! -- Bastien ___ Emacs-orgmode mailing list Please us

Re: [Orgmode] Suppressing src block evaluationon publish?

2011-02-01 Thread Erik Iverson
Loris Bennett wrote: Hi, I have an org file containing several src blocks which generate images using ditaa. When I publish to PDF via LaTeX, the images are all generated every time, which makes publishing rather slow. Is there some way to toggle the evaluation of the src blocks on and off wh

[Orgmode] Suppressing src block evaluationon publish?

2011-02-01 Thread Loris Bennett
Hi, I have an org file containing several src blocks which generate images using ditaa. When I publish to PDF via LaTeX, the images are all generated every time, which makes publishing rather slow. Is there some way to toggle the evaluation of the src blocks on and off when the file is published?

Re: [Orgmode] Re: [OT-emacs] Scrolling horizontally

2011-02-01 Thread Marcelo de Moraes Serpa
I've seen this article, but thanks for pointing anyway. What I'd like is a good integration with the Mac/OSX trackpad, I've tried, but couldn't. I haven't checked if AquaMacs has any improvements on this side, anyone out there that could share something? I also noticed that there's a tendency of

[Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-01 Thread Jason Dunsmore
I noticed in the latest Git version that each inactive timestamp has "@@" before and after it in HTML exported output. Here is a patch that fixes it. diff --git a/lisp/org-html.el b/lisp/org-html.el index 6c0e5e3..2f0377b 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2124,14 +2124,14 @

Re: [Orgmode] [PATCH] typo in docstring

2011-02-01 Thread Bastien
Hi Osamu, Osamu OKANO writes: > I found some typos in docstrings. ... some that are particulary hard to spot! Thanks for this, I've applied your patch. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

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

2011-02-01 Thread Bastien
Hi Julien, Julien Danjou writes: > * 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. I've finally

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

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

Re: [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-01 Thread Bastien
Julien Danjou writes: > On Fri, Jan 28 2011, Giovanni Ridolfi wrote: > >> I suppose that Bastien made a mistake, since there were two patches >> with the same "subject" one after the other, and the newest patch >> has been accepted. Yes, my bad. > Probably. I unarchived it and set it state to '

[Accepted] [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

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

Re: [Orgmode] adding to /contrib/scripts

2011-02-01 Thread Bastien
Hi Arun, Arun Persaud writes: > it would be great, if the awk script at > > http://orgmode.org/worg/org-tutorials/org-google-sync.html > > could be added to contrib/scripts, so that we can version control it. It is in Worg now: http://orgmode.org/worg/code/awk/ > The file is by Eric Fraga w

[Orgmode] Re: Overlays and elisp code

2011-02-01 Thread Dan Davison
Carsten Dominik writes: > On Feb 1, 2011, at 12:22 PM, Dan Davison wrote: > >> Carsten Dominik writes: >> >>> Hi Dan, >>> >>> maybe just header in the default value to keep the echo area open for >>> error messages? >> >> Absolutely. But if you prefer, we could just do away with the echo- >> ar

[Accepted] [Orgmode] add index entries

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

[Orgmode] [PATCH] typo in docstring

2011-02-01 Thread Osamu OKANO
Hi. I found some typos in docstrings. Regards. --- diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 057a142..28e0582 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -520,7 +520,7 @@ this one will be used." (defcustom org-agenda-skip-function-global nil "Function to be call

[Accepted] [Orgmode] explain how to check the default version of Org

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

[Accepted] [Orgmode] use code font for example footnote labels

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

[Accepted] [Orgmode] typo/grammar fix for .done CSS explanation

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

[Accepted] [Orgmode] make "time stamps" consistent with timestamps

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

[Accepted] [Orgmode] put emacs functions in code font

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

[Orgmode] Re: Overlays and elisp code

2011-02-01 Thread Carsten Dominik
On Feb 1, 2011, at 12:22 PM, Dan Davison wrote: Carsten Dominik writes: Hi Dan, maybe just header in the default value to keep the echo area open for error messages? Absolutely. But if you prefer, we could just do away with the echo- area message entirely. That would have the advantage

[Orgmode] Re: Overlays and elisp code

2011-02-01 Thread Dan Davison
Carsten Dominik writes: > Hi Dan, > > maybe just header in the default value to keep the echo area open for > error messages? Absolutely. But if you prefer, we could just do away with the echo-area message entirely. That would have the advantage of leaving the user interface unchanged. With the

Re: [Orgmode] Re: org-archive-subtree keeping inherited tags

2011-02-01 Thread Carsten Dominik
On Feb 1, 2011, at 12:17 PM, Bastien wrote: Osamu OKANO writes: I'd like to org-archive-subtree keeping inherited tags. Can I do like blow? I have found the solution by defadvice. (defadvice org-archive-subtree (before add-inherited-tags-before-org-archive-subtree activate) "add inherit

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

2011-02-01 Thread Carsten Dominik
On Jan 30, 2011, at 6:49 PM, Sébastien Vauban wrote: Hi Thomas, "Thomas S. Dye" wrote: 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

Re: [Orgmode] Re: org-archive-subtree keeping inherited tags

2011-02-01 Thread Bastien
Osamu OKANO writes: >> I'd like to org-archive-subtree keeping inherited tags. >> Can I do like blow? > I have found the solution by defadvice. > (defadvice org-archive-subtree > (before add-inherited-tags-before-org-archive-subtree activate) > "add inherited tags before org-archive-subtree

[Orgmode] Re: [OT-emacs] Scrolling horizontally

2011-02-01 Thread Tassilo Horn
Marcelo de Moraes Serpa writes: Hi Marcelo, > The only way I've found was to actually go to the long line and press > C-e, which is totally not what I would like :) ,[ C-h f scroll-left RET ] | scroll-left is an interactive built-in function in `C source code'. | | It is bound to , C-x <.

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

2011-02-01 Thread Bastien
Hi Sebastian, Sébastien Vauban writes: > What's the real use of that variable? I mean, wouldn't it be more simple if > Org's export behavior was just based on the contents of > org-export-latex-emphasis-alist? Is there verbatim in it, we use verbatim. Is > is texttt in it, we use texttt... Th

Re: [Orgmode] Re: Overlays and elisp code

2011-02-01 Thread Carsten Dominik
Hi Dan, maybe just header in the default value to keep the echo area open for error messages? Cheers - Carsten On Feb 1, 2011, at 12:01 PM, Dan Davison wrote: On Mon, Jan 31, 2011 at 5:04 AM, Andrea Crotti wrote: I found a strange behaviour which might be a bug, but maybe of my configur

[Orgmode] Re: Overlays and elisp code

2011-02-01 Thread Dan Davison
>> On Mon, Jan 31, 2011 at 5:04 AM, Andrea Crotti >> wrote: >>> I found a strange behaviour which might be a bug, but maybe of my >>> configuration. [...] >>> - go over an elisp code block >>> - C-c ' to edit in the overlay >>> - C-c ' to go back when done >>> >>> And it works perfectly, BUT if fo

[Orgmode] Re: Overlays and elisp code

2011-02-01 Thread Dan Davison
Jeff Horn writes: > I can reproduce this. emacs 23.1 and org 7.4 > > On Mon, Jan 31, 2011 at 5:04 AM, Andrea Crotti > wrote: >> I found a strange behaviour which might be a bug, but maybe of my >> configuration. >> >> This is org mode version: >> Org-mode version 7.4 (release_7.4.199.g8be1.dirty

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

2011-02-01 Thread Bastien
"Thomas S. Dye" writes: > Yes, I do. Your patch works here for the use cases I had in mind. I'm > pleased that you were able to make the patch work for other use cases as > well. Also, I like having org-export-latex-use-verb default to t instead > of nil. It is nice to have the \verb command

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Eric S Fraga
Christopher Witte writes: > On 30 January 2011 02:21, Eric S Fraga wrote: > >> Torsten Wagner writes: >> >> >> 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, but not vim (so far as I

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Eric S Fraga
Torsten Wagner writes: [...] > Ideally we have something like Mobileorg and a emacs dameon running. > Mobileorg could send emacs elisp code to execute and access all org-mode > functions natively. This would allow to "reduce" mobileorgs task to > touchfriendly input and result representation. T

[Orgmode] Re: Overlays and elisp code

2011-02-01 Thread Andrea Crotti
Jeff Horn writes: > I can reproduce this. emacs 23.1 and org 7.4 > Good that I'm not alone :) Another thing is that also changing mode in the overlay messes things up, but that's not an orgmode fault I think, it's just how they work... ___ Emacs-orgm