Re: [O] Agenda: open in other frame

2013-11-22 Thread Alexander Baier
Fredrik fred...@jumans.net writes: When I open an agenda and push enter on a text it opens the file related to the text in the same frame. Is there any way to make it open it in another frame so I keep my agenda in front? Regards, Fredrik When you say frame, do you mean what in emacs

Re: [O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-20 Thread Alexander Baier
chris numbch...@gmail.com writes: I want to good way to notify me about Org-mode's clock, timestamps, effort estimates and appointments etc with in Emacs's modeline or with notify programs like notify-send. And I hope this notify solution also can work for calendar events, new email's

[O] [Refile] Make agenda-files and current file targets

2013-10-30 Thread Alexander Baier
Hello, I am trying to configure my refiling targets in a way, that allows me to refile to any of the files in org-agenda-files, as well as to the file displayed by the current buffer, if it is not included in org-agenda-files. Additionally, I want the headings in agenda-files to be included up

Re: [O] [Refile] Make agenda-files and current file targets

2013-10-30 Thread Alexander Baier
Hello, it's me again, I figured out, what was wrong with the original code. I had gotten the parentheses of the lambda wrong, which messed all this up. I modified the code and refactored the lambda out into a proper function, as you can see below:

Re: [O] Capture templates with function type

2013-10-30 Thread Alexander Baier
Brett Viren b...@bnl.gov writes: Hi, I'm trying to set up a capture template of type function in order to produce a daily log file named after today's date. It mostly works. However, after doing the C-cC-c to close the capture buffer the window is left holding the daily log file which the

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-30 Thread Alexander Baier
M elwood...@web.de writes: Hi, I'd like to set up org-mode in a way to separate my personal data from my gerenal settings. Why? I'd like to be able to quickly and easily create tutorials or minimal examples with sample data without having to worry about publishing private/personal

Re: [O] MobileOrg changes not showing in local agenda

2013-09-20 Thread Alexander Baier
Hello jo, Johannes Rainer johannes.rai...@gmail.com writes: dear all, I am trying to use MobileOrg, and successfully set up the sync to my WebDAV. Also, my agenda is nicely synced to the ipad, however, any changes that I make to the agenda on the iPad, while being stored into the file

Re: [O] Release 8.2

2013-09-20 Thread Alexander Baier
Hello Carsten, Carsten Dominik carsten.domi...@gmail.com writes: [...] New agenda fortnight view ~ The agenda has not, Shouldn't this be The agenda has now,? in addition to day, week, month, and year views, also a fortnight view covering 14 days. Thanks

Re: [O] Alfred workflow for org-capture

2013-09-13 Thread Alexander Baier
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: [...] The question: is there a way to: - present only the capture buffer in the new frame (right now it's split with the scratch buffer)? - delete the window at the end of capture? How about `org-capture-after-finalize-hook'?

Re: [O] [Exporter] Export of property drawers

2013-05-10 Thread Alexander Baier
Hello Nicolas, thank you for the clarification and examples, they helped a lot and I got it working as I wanted it. Regards, Alex Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Alexander Baier lexi.ba...@gmail.com writes: i want to export property drawers of an org-file to ASCII. How

[O] [Exporter] Export of property drawers

2013-05-09 Thread Alexander Baier
Hello, i want to export property drawers of an org-file to ASCII. How do I do this? I got the impression, that the exporter does not touch the properties drawers. So I started to fiddle with the exporter but got no satisfying results out of it. This is what i tried so far: The elisp i wrote

Re: [O] How to initiate source edits

2013-05-07 Thread Alexander Baier
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de writes: Am 03.05.2013 10:34, schrieb Myles English: Hi Andreas, Andreas Röhler writes: Hi, have in some source file, let's assume Python, the following: foo = { bar: ( baz, qux, ), } What

Re: [O] Repeating tasks

2013-04-29 Thread Alexander Baier
Hi Marvin, Marvin Doyley marvin...@gmail.com writes: Hi there, Does anybody knows how to setup org to schedule repeated task between a specified range of dates. For example, suppose I plan to work on a grant proposal between 10 am - 1 pm every other day from May 1 to June 1, how would I do

Re: [O] Repeating tasks

2013-04-29 Thread Alexander Baier
Hi Marvin, Marvin Doyley m.doy...@rochester.edu writes: org-habit is not what I am looking for. I would like to do something like * TODO write proposal Scheduled:2013-04-30 Tue 13:00-15:00 --2013-06-02 Mon +2d The idea is to repeat this task every other day from 2013-04-30 to 2013-06-02

Re: [O] Mobileorg- Automatic pushing and pulling

2013-04-28 Thread Alexander Baier
Hi Marvin, Maybe you can take a look at the last two FAQs[1] from the android-mobileorg project. Regards, Alex __ [1] https://github.com/matburt/mobileorg-android/wiki/FAQ Marvin Doyley marvin...@gmail.com writes: Hi there,

Re: [O] Source Code Syntax Highlighting in Beamer slides

2013-04-21 Thread Alexander Baier
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: Not sure why, but your -shell-escape option is being ignored. Untill you can solve this properly, maybe you can put the LaTeX calls in a shell script and set that as your

Re: [O] Source Code Syntax Highlighting in Beamer slides

2013-04-21 Thread Alexander Baier
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi Alexander, On Sun, Apr 21, 2013 at 09:25:55PM +0200, Alexander Baier wrote: I am trying to syntax-color the code in my source blocks that is exported to LaTeX. As proposed in this thread [1] over a year ago I followed this guide [2

[O] Filter weekly/daily agenda by tag

2012-10-28 Thread Alexander Baier
Hello, this is my first post on the mailing list and i am not quite sure if i do everything right. If i screw something up, please let me know, so i can fix it and do it right next time. To the problem I'm facing: My setup: I have a single org file with appointments as sub trees. Each

Re: [O] Filter weekly/daily agenda by tag

2012-10-28 Thread Alexander Baier
2012/10/28 Bastien b...@altern.org: Hi Alexander, Alexander Baier lexi.ba...@gmail.com writes: (setq org-agenda-custom-commands '((d Test Tag Filter ((agenda ((org-agenda-files '(~/org/WeeklyFilterTest.org)) (org-agenda-filter -EXCL))) You need

Re: [O] Filter weekly/daily agenda by tag

2012-10-28 Thread Alexander Baier
2012/10/28 Simon Thum simon.t...@gmx.de: On 10/28/2012 12:58 PM, Alexander Baier wrote: To explain what i want to achieve regarding this example: I want a weekly agenda view only displaying Event1, Event2 and Event4 but not Event3 as it should be excluded by its tag. Any help is appreciated

<    1   2