[O] Emacs org-mode timer - can it be shown in the Windows 7 taskbar?

2013-01-23 Thread Martin Beck
I use Emacs org-mode for organizing my tasks and projects and also for time tracking. However, Im working a lot in other applications (mostly Microsoft Office 2007 or Firefox), so the Emacs Window is often in the background and not visible. For time tracking it would be useful to have

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-23 Thread Tomas Hlavaty
Hi M, it is not about programming and it is not about plain text files, but MS Office (Word) files.. Dropbox is not an option, maybe a document management system (DMS) with versioning, but it is not in place yet. And even if there is, how could I then track my workflow with Emacs? I find

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-23 Thread Julian Burgos
Hi Martin, I think that you should be using tags for this. For example: * Project XYZ :projectxyz:J.Smith: ** TODO Write Text ** WAIT Feedback on Text ** TODO check feedback ** TODO send to original author ** WAIT for Feedback In this case you are adding a tag with the project name and

[O] OT: using ZIP based files with git (was: How to deal with small projects which are often changing their status/ person)

2013-01-23 Thread Karl Voit
* M elwood...@web.de wrote: it is not about programming and it is not about plain text files, but MS Office (Word) files.. Dropbox is not an option, maybe a document management system (DMS) with versioning, but it is not in place yet. I do not have experience by myself but I've read that

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Samuel Loury
Andrew M. Nuxoll nux...@up.edu writes: 1. Add a date tag to an entry that indicates that it is inactive until a certain date. I'm picturing something like this: * TODO [#B] Verify login to the virtual machines SCHEDULED: 2013-01-11 Tue +1w DELAY: 2013-01-24 Thu In your model,

[O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-23 Thread Дядов Васил Стоянов
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.

Re: [O] block quotes in prose?

2013-01-23 Thread Bastien
Hi Peter, Peter Salazar cycleofs...@gmail.com writes: 1. What's the best way to demarcate block quotes in org-mode? (setq org-fontify-quote-and-verse-blocks t) This uses the org-quote face, which inherits its properties from the org-block face -- M-x customize-face RET org-quote RET to

Re: [O] Bug: `org-next-link' doesn't wrap around [7.9.3d (7.9.3d-GNU-Emacs-24-3 (commit e8f5b0ad) @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-01-23 Thread Bastien
Xue Fuqiao xfq.f...@gmail.com writes: Sorry, it's my carelessness. At the limit of the buffer, the search fails once, and then wraps around, just like `isearch-forward'. There is no bug, anyway. Ok, thanks for confirming! -- Bastien

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Myles English
Hi Nick, Nick Dokos writes: Myles English mylesengl...@gmail.com wrote: I think it should be possible to execute a python block in a session using python-mode.el but get this message: Symbol's function definition is void: py-toggle-shells I have made a bit of progress with the patch

Re: [O] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: (run-python py-python-command) and then all the code blocks could execute with no problem. Has run-python changed signature recently? Yes, from Emacs 24.1 to Emacs 24.2. I fixed this, thanks. -- Bastien

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Bastien
Hi Myles, thanks for digging into this. I'm copying Andreas as the maintainer of python-mode.el. Myles English mylesengl...@gmail.com writes: --- lisp/ob-python.el +++ lisp/ob-python.el @@ -32,7 +32,7 @@ (declare-function org-remove-indentation org ) (declare-function py-shell

[O] BUG: coderef labels not stripped when tangling

2013-01-23 Thread Michael Alan Dorman
Using Org-mode to write in a literate style is a lot of fun. When I read about coderef labels, they seemed likely to make it even better. The only problem is that they aren't stripped during tangling. If you tangle this: #+BEGIN_SRC sh -n -r :noweb tangle :shebang #!/bin/sh :tangle

Re: [O] Emacs org-mode timer - can it be shown in the Windows 7 taskbar?

2013-01-23 Thread Bastien
Hi Martin, Martin Beck elwood...@web.de writes: Is there a way to synchronize the display of this Emacs status bar (or an element of it) with the Windows 7 Taskbar? I don't know since I'm not using Windows. But if there is a Windows program for this, you can certainly use it with

Re: [O] ICS-export and Google Calendar: tags/CATEGORIES not imported

2013-01-23 Thread Bastien
Hi Karl, Karl Voit devn...@karl-voit.at writes: In my online Google Calendar I do not see anything about those categories. On my Android devices either. Well, to me it means neither Google Calendar and the current Org Android apps support categories. It would be nice to double-check this by

Re: [O] Latex export repeating captions

2013-01-23 Thread Bastien
Hi Russell, Russell Adams rlad...@adamsinfoserv.com writes: I discovered my captions were growing... This seemed to fix the problem. I'm on Org 7.8.10. This bug has been fixed long time ago, please upgrade if you can! All best, -- Bastien

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-23 Thread Bastien
Hi Viktor, Viktor Rosenfeld listuse...@gmail.com writes: #+BEGIN_SRC emacs-lisp (setq org-todo-state-tags-triggers '((CANCELLED (ARCHIVE . t #+END_SRC I shared this as a new FAQ, thanks! -- Bastien

Re: [O] Worg FAQ typo

2013-01-23 Thread Bastien
Hi David, David Rogers davidandrewrog...@gmail.com writes: The second example at http://orgmode.org/worg/org-faq.html#org-class is not correct as shown. It appears to me that it is only missing the and signs in the appropriate places, but I can't be sure. When I add those signs then

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-23 Thread Nicolas Goaziou
Hello, vdya...@elvees.com (Дядов Васил Стоянов) writes: 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

Re: [O] Bug in new exporter with babel blocks

2013-01-23 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: I’m dealing with a puzzling bug in the new exporter. As background, I’ve written a custom function to process special-blocks, to replicate in the new exporter the functionality of the org-exp-blocks package

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Bastien
Hi Andrew, Andrew M. Nuxoll nux...@up.edu writes: 1. Add a date tag to an entry that indicates that it is inactive until a certain date. I'm picturing something like this: * TODO [#B] Verify login to the virtual machines SCHEDULED: 2013-01-11 Tue +1w DELAY: 2013-01-24 Thu 2.

Re: [O] building org on OSX for aquamacs?

2013-01-23 Thread Bastien
Hi Filippo, Filippo Salustri salus...@ryerson.ca writes: My current problem is that the byte-compilation of org 7.9.3d via Marmalade for Aquamacs fails such that loading org leads to the error invalid function: org-check-version. Sorry you have this problem. I advise you to avoid ELPA when

Re: [O] Bug: Effort is not displayed in mode line, patch attached [7.9.2 (7.9.2-181-ge8aaca-elpaplus @ /usr/local/share/emacs/24.2/lisp/org/)]

2013-01-23 Thread Bastien
Hi Vasil, vasil@gmail.com (Vasil S. Diadov) writes: Efforts are not displayed in mode line due to wrong point position during fetching 'org-effort property of the text. thanks a lot for the patch, I fixed this a bit differently, but the core idea is the same. Best, -- Bastien

Re: [O] Entire missing sections in export to latex

2013-01-23 Thread Bastien
Hi Russell, Russell Adams rlad...@adamsinfoserv.com writes: Headlines that skip levels by accident or typo, for instance copying from another document, disappear from the latex export output without warning. See below for minimum working example. HTML and ascii don't have this issue. Org

Re: [O] ICS-export and Google Calendar: tags/CATEGORIES not imported

2013-01-23 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: In my online Google Calendar I do not see anything about those categories. On my Android devices either. Well, to me it means neither Google Calendar and the current Org Android apps support categories. To

Re: [O] agenda question about representing items

2013-01-23 Thread Karl Voit
Hi! * Arun Persaud apers...@lbl.gov wrote: I'm wondering if it is possible to customize this, so that it will display something like the following: filename: time projectname-subtask-TODO look into customize agenda views that is adding some breadcrumbs in front of the item to make it

Re: [O] org-caldav feedback

2013-01-23 Thread Torsten Wagner
Hi Eric, If I understood David right, the UTC option is just an addition to the already present options. Thus, if you used e.g. Europe/Berlin before, you do not need to change anything and in fact, you shouldn't see a difference. However, if you face time shifts between org and the caldav

Re: [O] Bug: The homepage of gnuplot-mode has been moved [7.9.3d (7.9.3d-GNU-Emacs-24-3 (commit e8f5b0ad) @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-01-23 Thread Bastien
Hi Xue, Xue Fuqiao xfq.f...@gmail.com writes: In (info (org) Org-Plot): Org-Plot can produce 2D and 3D graphs of information stored in org tables using `Gnuplot' `http://www.gnuplot.info/' and `gnuplot-mode' `http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html'. But the homepage

Re: [O] Using Properties in Capture Templates.

2013-01-23 Thread Bastien
Hi Ian, Ian Barton li...@wilkesley.net writes: I want to create a capture template which prompts for certain properties in a property draw, but alos creates some other properties without prompting for a value. However, I am having trouble mixing properties which are entered by the user

Re: [O] org-caldav feedback

2013-01-23 Thread Torsten Wagner
Hi David, time is correct now using UTC thanks a lot. My test suite runs fine with the SOGo server, so I'm guessing it has to do with how you format your entries. Does this also happen when you put the timestamp underneath the heading? Tested and you are right. Adding a timestamp in the

Re: [O] no pdf-output in lilypond code blocks

2013-01-23 Thread Bastien
Hi Florian, Florian Beck f...@miszellen.de writes: It seems `ly-process-basic' hardcodes a --png option. If I change it to --pdf everything works fine (though it won't produce pngs any more, I guess). Of course, it should really be set as appropriate for the extension. Line 155 in

[O] Using Org/babel for Emacs config files (was: OT: Learning ELISP)

2013-01-23 Thread Karl Voit
Hi! * Jonathan Arkell jonath...@criticalmass.com wrote: I am a huge advocate of using org files and literate programming in your config files. Great. I am not completely convinced to convert my config to org/babel but I am not oppose either. Not sure, if there are that many advantages, that

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-23 Thread Дядов Васил Стоянов
Why syntax is invalid? I've taken a look at the source code in org-elements.el and found that it is taking into account some expressions, like #+results: and so on(see org-element-affiliated-keywords, org-element--affiliated-re) when attaching properties to objects. And everything works fine

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-23 Thread Nicolas Goaziou
vdya...@elvees.com (Дядов Васил Стоянов) writes: Why syntax is invalid? Affiliated keywords have to be put above elements they refer to, without a blank line in-between. I've taken a look at the source code in org-elements.el and found that it is taking into account some expressions, like

[O] #+headers: :tangle doesn't work

2013-01-23 Thread Myles English
Hi, I'd just like to record a minor inconsistency in case anyone is looking at the code and decides they can change it. The tangle variable can't go in the #+headers line: #+headers: :tangle a.sh #+begin_src sh echo this won't be tangled #+end_src #+begin_src sh :tangle a.sh echo this will be

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Michael Brand
Hi Andrew On Mon, Jan 21, 2013 at 7:20 PM, Andrew M. Nuxoll nux...@up.edu wrote: I'd like to modify the org-mode code to support the following: 1. Add a date tag to an entry that indicates that it is inactive until a certain date. I'm picturing something like this: * TODO [#B] Verify

[O] More decoration for babel output

2013-01-23 Thread Ken Williams
Hi all, When exporting to HTML I always add some extra CSS to my org-mode config, for the purpose of identifying which chunks are input vs. output, and for identifying the language of the code in code chunks. Language is identified by a little label on the box, and input/output is identified

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-23 Thread Viktor Rosenfeld
Hi Bastien, Bastien wrote: Viktor Rosenfeld listuse...@gmail.com writes: #+BEGIN_SRC emacs-lisp (setq org-todo-state-tags-triggers '((CANCELLED (ARCHIVE . t #+END_SRC I shared this as a new FAQ, thanks! The credit should go to Bernt Hansen. I found it in his org-mode setup.

Re: [O] More decoration for babel output

2013-01-23 Thread Gunnar Wolf
Ken Williams dijo [Wed, Jan 23, 2013 at 04:26:54PM +]: Hi all, When exporting to HTML I always add some extra CSS to my org-mode config, for the purpose of identifying which chunks are input vs. output, and for identifying the language of the code in code chunks. Language is identified

[O] org-plus-contrib: Invalid function: org-no-popups

2013-01-23 Thread Moritz Ulrich
Hello, I just installed org-plus-contrib from org's elpa repository, coming From custom git checkout. After removing the (require 'org-install) (because of the warning it now generates) I get the following error when trying to open the agenda dispatcher: --8---cut

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Andreas Röhler
Am 23.01.2013 14:04, schrieb Bastien: Hi Myles, thanks for digging into this. I'm copying Andreas as the maintainer of python-mode.el. Myles English mylesengl...@gmail.com writes: --- lisp/ob-python.el +++ lisp/ob-python.el @@ -32,7 +32,7 @@ (declare-function org-remove-indentation org )

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Andrew M. Nuxoll
Michael: Thank you for this info. I didn't know that you could add two scheduled dates to a task! Unfortunately, org-mode doesn't handle the dual schedule the way I would wish. For example if I have: * TODO [#B] Verify login to the virtual machines SCHEDULED: 2013-01-24 Thu SCHEDULED:

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Andrew M. Nuxoll
Sam: I'd be delighted if you did this. I suspect you could do it in 1/10th the time that it would take me to figure it out. In the example below, I would want the Verify login... entry to reappear on the agenda starting on 2013-01-24 Thu. The easiest way to do this might be to just

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Michael Brand
Hi Andrew On Wed, Jan 23, 2013 at 7:51 PM, Andrew M. Nuxoll nux...@up.edu wrote: * TODO [#B] Verify login to the virtual machines SCHEDULED: 2013-01-24 Thu SCHEDULED: 2013-01-29 Tue +1w and I mark the item as done via agenda mode (by hitting 't') it changes to this: * TODO [#B] Verify

Re: [O] org-caldav feedback

2013-01-23 Thread David Engster
Torsten Wagner writes: If I understood David right, the UTC option is just an addition to the already present options. Thus, if you used e.g. Europe/Berlin before, you do not need to change anything and in fact, you shouldn't see a difference. Yes, exactly. -David

Re: [O] org-caldav feedback

2013-01-23 Thread David Engster
Torsten Wagner writes: I see the problem that you might changed the text in the summary field in the caldav calendar, which potentially mess up the header (where to place the old  timestamp within the context of the new text?!) but for now, I would suggest to simply search for a timestamp

Re: [O] org-caldav feedback

2013-01-23 Thread David Engster
Eric S. Fraga writes: I've had to clear out the org-caldav-xxx.el file in .emacs.d a couple of times but that's typically due to my doing things on the same entry in both calendar systems (org and Google). If you change an item in Org as well as in the Calendar, the calendar entry should

[O] Editing comments or strings in Org mode

2013-01-23 Thread François Pinard
Hi, Org people. It is often suggested that literate Org programming means interspersing program fragments within an Org file. For practical reasons, I rather prefer adding Org documentation into my programs. So this helping tool which pops out a temporary Org mode buffer with the contents of

Re: [O] Feature: Group and limit items in agenda

2013-01-23 Thread AW
For me this is enough. However, I wonder whether this could be useful for others. The proposed feature is a general group by and limit: - In agenda view, you are able to group todo or agendas with a certain criterion (category, tags..) - You are able to restrict the items shown in this

Re: [O] Using Org/babel for Emacs config files (was: OT: Learning ELISP)

2013-01-23 Thread Darlan Cavalcante Moreira
I also have my Emacs configuration in org mode and it is really great. Before moving to an org-mode initialization file I had multiple elisp files and the main initialization file loaded the individual files. But having everything in one place with the outline and search powers of org-modemuch

Re: [O] Using Org/babel for Emacs config files (was: OT: Learning ELISP)

2013-01-23 Thread Kyle Machulis
Building on these idea, eric schulte's emacs 24 starter kit actually uses tags to configure what should and shouldn't be tangled, to make things easily configurable by others (not really a feature most of us are looking for in configs, but interesting nonetheless). Check out the starter-kit-load

Re: [O] agenda question about representing items [PATCH]

2013-01-23 Thread Arun Persaud
Hi thanks everyone for the feedback! With it I managed to use the %(expression) in org-agenda-prefix-format to show the breadcrumbs. In case that's useful for other people too, I attached a patch that adds a %b option to org-agenda-prefix-format to does the same. Would be great, if this could be

Re: [O] Using Org/babel for Emacs config files

2013-01-23 Thread David Bjergaard
Hi, Naive question: Are there any performance issues with not being able to compile my config.org to config.elc as it is possible with config.el files? I used an init.org file in my initialization, and as long as you haven't recently modified your init.org, emacs won't re-tangle the org file

Re: [O] org-caldav feedback

2013-01-23 Thread Eric S Fraga
Torsten Wagner torsten.wag...@gmail.com writes: Hi Eric, If I understood David right, the UTC option is just an addition to the already present options. Thus, if you used e.g. Europe/Berlin before, you do not need to change anything and in fact, you shouldn't see a difference. However, if

Re: [O] org-caldav feedback

2013-01-23 Thread Eric S Fraga
David Engster d...@randomsample.de writes: Eric S. Fraga writes: I've had to clear out the org-caldav-xxx.el file in .emacs.d a couple of times but that's typically due to my doing things on the same entry in both calendar systems (org and Google). If you change an item in Org as well as in

Re: [O] Using Org/babel for Emacs config files

2013-01-23 Thread Thorsten Jolitz
Karl Voit devn...@karl-voit.at writes: Hi, I am not completely convinced to convert my config to org/babel but I am not oppose either. Not sure, if there are that many advantages, that it is worth my effort, that's all. its a bit like writing with LaTeX - in some simpler but common cases

[O] [PATCH] Turning off wrapping

2013-01-23 Thread Michael Gauland
I have file with a large number of SRC blocks, the output of which I want to wrap as SRC (so I can use the listings package to format them distinctly). The easiest way to do this is to make :wrap a global property. Unfortunately, there are also a couple of places where I want to turn off the

Re: [O] block quotes in prose?

2013-01-23 Thread Peter Salazar
This is awesome, thank you. I'll play around with it! On Wed, Jan 23, 2013 at 7:44 AM, Bastien b...@altern.org wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: 1. What's the best way to demarcate block quotes in org-mode? (setq org-fontify-quote-and-verse-blocks t) This

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-23 Thread Дядов Васил Стоянов
Hi, Nicolas Goaziou n.goaz...@gmail.com writes: Affiliated keywords have to be put above elements they refer to, without a blank line in-between. Ok. Elements doesn't care about order for affiliated keywords (here results and attr_html), but Babel, which isn't built on Elements (yet),

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-23 Thread Bastien
vdya...@elvees.com (Дядов Васил Стоянов) writes: PS: Is there any good documentation and explanation of org-mode internals? We don't have anything specific, the documentation of org-mode internals is... in the code itself :) -- Bastien