Re: [O] #+PROPERTY documentation

2013-01-22 Thread Daimrod
Nick Dokos writes: > Daimrod wrote: > >> John Hendy writes: >> >> > On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: >> >> Hi, >> >> >> >> It would be nice if the documentation mentioned the need to reparse the >> >> org buffer with `C-c C-c' when a property is set with #+PROPERTY. >> >> (inf

Re: [O] Problem exporting code

2013-01-22 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, your post touches two topics that I'm currently dealing with, so here are two questions with regards to this topics: (1) >> I'm not certain why the distributor refers to this as "a rather >> drastic measure." From my perspective as a user, whose interests >> require

Re: [O] Problem exporting code

2013-01-22 Thread Bastien
Hi Thorsten, Let's assume that you don't use ELPA for installing Org. When installing a recent Org, either from an archive or from a git clone, you only need to add the correct load-path, as described in the manual -- for example: (add-to-list 'load-path "~/path/to/orgdir/lisp") > In this thr

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

2013-01-22 Thread Karl Voit
Hi! My Org-mode export generates entries like this one: BEGIN:VEVENT UID: TS-a79f58e8-127e-485d-813b-d81c46f70c9e DTSTART:20121205T163000 DTEND:20121205T18 SUMMARY:This is the event DESCRIPTION: Here goes the first parts of the notes/content CATEGORIES:@town,misc

Re: [O] Problem exporting code

2013-01-22 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, >> I'm asking just out of curiosity, and to learn a bit more, there are >> no urgent problems to be solved on my side here. > > You're welcome! Thanks for the answer, so there is not really a fundamental problem with outline-minor-mode nor is it difficult to replace

Re: [O] Problem exporting code

2013-01-22 Thread Ken Williams
On Tue, Jan 22, 2013 at 1:49 AM, Bastien wrote: > Hi Thomas and all, > > t...@tsdye.com (Thomas S. Dye) writes: > > > Ken Williams writes: > > > >>> I've been using this: > >>> - http://vgoulet.act.ulaval.ca/en/emacs/mac/ > > Thanks for the pointer, I was not aware of this distribution. > > > In

Re: [O] Problem exporting code

2013-01-22 Thread Bastien
Hi Ken, Ken Williams writes: > I also wrote to him and suggested he remove the (require > 'org-install) statement from his default.el, because it was causing > warnings for people who upgrade org. Indeed. I've removed the warning from the maint/master branches, the file will be silently load

Re: [O] #+PROPERTY documentation

2013-01-22 Thread Bastien
Achim Gratz writes: > Nick Dokos writes: >> I believe that just as with code changes, doc changes also need FSF >> copyright assignment. > > The FSF owns the copyright to all of Org, including the > documentation. More precisely, the FSF owns the copyright of GNU Emacs, and assignments are sign

Re: [O] #+PROPERTY documentation

2013-01-22 Thread Bastien
Hi Daimrod, Daimrod writes: > Ok, I've already sent an assignment request for another patch and it > should be confirmed by the end of the week. Don't be too optimistic, it takes usually longer, at least three weeks. You can still send patches, we will apply them when the FSF confirmed your a

Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-22 Thread Muchenxuan Tong
Ok. Thanks. On 22 Jan 2013, at 21:25, Bastien wrote: > Hi Muchenxuan, > > Muchenxuan Tong writes: > >> Thanks for pointing out. It's my fault, when-let is defined in slime.el >> and not the Emacs core library. >> >> The following patch should be OK: > > I've applied the patch. Please do not ins

Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-22 Thread Bastien
Hi Muchenxuan, Muchenxuan Tong writes: > Thanks for pointing out. It's my fault, when-let is defined in slime.el > and not the Emacs core library. > > The following patch should be OK: I've applied the patch. Please do not insert patches in the body of the message, attach them. Also, you can

Re: [O] [PATCH] Re: #+PROPERTY documentation

2013-01-22 Thread Bastien
Daimrod writes: > Here is a patch for this: Thanks. Please add a proper ChangeLog to it. See http://orgmode.org/worg/org-contribute.html#sec-5 You also need to add TINYCHANGE at the bottom of the git commit message. Thanks for your efforts! -- Bastien

Re: [O] [PATCH] Re: #+PROPERTY documentation

2013-01-22 Thread Daimrod
Bastien writes: > Daimrod writes: > >> Here is a patch for this: > > Thanks. Please add a proper ChangeLog to it. > > See http://orgmode.org/worg/org-contribute.html#sec-5 Thanks. > You also need to add TINYCHANGE at the bottom of the > git commit message. > > Thanks for your efforts! Is it

Re: [O] Checklist bug in version 7.9.3a

2013-01-22 Thread Bastien
Hi Robert, Robert Horn writes: > If you go to the first line in the list of check boxes, line "Use > Cases", and use "C-u C-u C-c C-c", it will set all of the checkboxes > in the list to partial "[-]". If you try it again you get the error > "user-error: Cannot toggle this checkbox (uncheccked

Re: [O] [bug] org-insert-link fails on special characters in headlines

2013-01-22 Thread Bastien
Hi William, William Léchelle writes: > I'm getting plenty of awful > >> Invalid read syntax: ) > > even though I cannot be sure it's not just me not being able to > apply a patch. Mhh... I hope that's the case and that Samuel's patch is fine :) > I tried :') Yes, thanks! -- Bastien

Re: [O] [PATCH] Re: #+PROPERTY documentation

2013-01-22 Thread Bastien
Hi Daimrod, Daimrod writes: >> Thanks for your efforts! > > Is it better? Yes, close to perfect. As noted in the link I gave, you need to use `C-x 4 a' in the section of the manual you changed in order to create a proper ChangeLog. In your case, the ChangeLog should start like this: * org.

Re: [O] Bug in org-agenda.el

2013-01-22 Thread Bastien
Hi Vincent, Vincent Beffara writes: > I am afraid to change the code, so I just customized Com'on, don't be afraid! > org-time-clocksum-use-effort-durations to nil and everything works for > now. But presumably this should be fixed by letting it be nil while > formatting the end timestamp, som

Re: [O] Bug in org-agenda.el

2013-01-22 Thread Bastien
Hi Achim, Achim Gratz writes: > Probably yes, although there are other variables that should probably be > bound in this case (and maybe others). If you can think of some others, please let us know. Thanks, -- Bastien

Re: [O] [PATCH] Small type correction

2013-01-22 Thread Bastien
Samuel Loury writes: > This is a minor typo correction, Applied, thanks! -- Bastien

Re: [O] Bug: Table editor manual bug [7.9.3+ (7.9.3+-GNU-Emacs-24-3 (commit 4cac75153) @ /usr/local/share/emacs/24.2.92/lisp/org/)]

2013-01-22 Thread Bastien
Xue Fuqiao writes: > Your bug report will be posted to the Org-mode mailing list. > > > In (info "(org) Built-in table editor"): > > `C-c C-c (`org-table-align')' > Re-align the table without moving the cursor. > >

Re: [O] Redmine backend for org-sync

2013-01-22 Thread Bastien
Hi Daimrod, Daimrod writes: > It's far from complete but I plan to work on it. I mostly use github, so > it's most likely that I'll focus on its backend. > > [1] https://github.com/daimrod/org-sync Glad to know you work on this. Let us know when we can merge your changes in org-sync.git and ad

Re: [O] org-caldav feedback

2013-01-22 Thread Torsten Wagner
Hi David, great thanks a lot this solved the time shift problem. I did not had time to play with the different parameters. For now I simply added all of them. I guess it has to do either with the timezone or with the daylight settings. Maybe you want to add this to a "How-to install for SOGo" as a

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-22 Thread Bastien
Hi Rainer and all, Rainer Stengele writes: > As my agenda was and is slow and only became faster after Bastiens > optimisations lately I do not want to motivate changes which makes the > agenda creation slower again. I am happy with setting a '#' at bol. I fixed this. The check is now done che

Re: [O] Bug in org-agenda.el

2013-01-22 Thread Achim Gratz
Bastien writes: > Achim Gratz writes: >> Probably yes, although there are other variables that should probably be >> bound in this case (and maybe others). > > If you can think of some others, please let us know. The docstring of org-minutes-to-clocksum-string says: "Format number of minutes a

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-22 Thread Rainer Stengele
Am 22.01.2013 16:43, schrieb Bastien: > Hi Rainer and all, > > Rainer Stengele writes: > >> As my agenda was and is slow and only became faster after Bastiens >> optimisations lately I do not want to motivate changes which makes the >> agenda creation slower again. I am happy with setting a '#'

Re: [O] Problem exporting code

2013-01-22 Thread Achim Gratz
Thomas S. Dye writes: > Interesting, this Emacs distribution removed Org a few days ago. I'm not > certain why the distributor refers to this as "a rather drastic > measure." From my perspective as a user, whose interests required using > the git version of Org from the beginning, the Emacs distrib

Re: [O] Problem exporting code

2013-01-22 Thread Achim Gratz
Bastien writes: > So I'm seriously questioning the value of having Org as an ELPA > package and I'm thinking of removing this possibility until Emacs > package install is fixed (Achim is working on this, but it looks > like the change will not be in Emacs anytime soon.) I've to admit that I've ha

Re: [O] Problem exporting code

2013-01-22 Thread Thomas S. Dye
Achim Gratz writes: > Thomas S. Dye writes: >> Interesting, this Emacs distribution removed Org a few days ago. I'm not >> certain why the distributor refers to this as "a rather drastic >> measure." From my perspective as a user, whose interests required using >> the git version of Org from the

Re: [O] Problem exporting code

2013-01-22 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, >> Why do you consider outline(-minor-mode) as completely unusable? > > Because of the keybindings. I found a really nice alternative keymap here: http://emacswiki.org/emacs/OutlineMinorMode ,--

Re: [O] org-caldav feedback

2013-01-22 Thread David Engster
Torsten Wagner writes: > I did not had time to play with the different parameters. For now I simply > added all of them. > I guess it has to do either with the timezone or with the daylight settings. > Maybe you want to add this to a "How-to install for SOGo" as a workaround. I think I found a bet

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

2013-01-22 Thread M
Hi, I'm working with org-mode to document my work and to keep track of tasks and projects. At the moment there are many little projects where I * get a text from someone (or write it myself) * have to read and edit it * send it oer email to 1 or 2 other colleagues which have to read / edit it *

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

2013-01-22 Thread Thorsten Jolitz
M writes: Hi, > At the moment there are many little projects where I > > * get a text from someone (or write it myself) > * have to read and edit it > * send it oer email to 1 or 2 other colleagues which have to read / edit it > * get it back and check the changes > * maybe send the text again

Re: [O] Org ELPA update broken?

2013-01-22 Thread Bastien
Hi Alan, Alan L Tyree writes: > I suspect that this is not being updated properly. The latest version > shown by M-x list-packages is org-plus-contrib 20130114 It is updated every week. The current version is 20130121. HTH, -- Bastien

Re: [O] view only tags related topics

2013-01-22 Thread Bastien
Hi, m.atef.rad...@cryptolab.net writes: > i could easily search for tags .. no problem there .. just i want to view > result that i searched for and hide others (see screen shot) result just > marked yellow .. i want to hide unwanted results .. thanks C-h v org-show-hierarchy-above RET HTH, -

Re: [O] inherited-tags problem in agenda

2013-01-22 Thread Bastien
Hi Kiwon, Kiwon Um writes: > From the release_7.9.3, the inherited tags are incorrectly disappeared > from the agenda view. The inherited tags are not shown for the tasks > with DEADLINE in the agenda view. This is now fixed in the maint and master branches, it will be in Org 7.9.4 and most pro

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

2013-01-22 Thread Thomas S. Dye
Aloha M, M writes: > Hi, > > I'm working with org-mode to document my work and to keep track of tasks and > projects. > > At the moment there are many little projects where I > > * get a text from someone (or write it myself) > * have to read and edit it > * send it oer email to 1 or 2 other col

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

2013-01-22 Thread Nicolas Richard
Thorsten Jolitz writes: > If you/your fellow workers don't use GIT or another VCS, there is still > dropbox - put your project text files in your dropbox folder and share > them with other, there are automatic backups of older versions by > Dropbox. I use one trick which might be of interest to

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

2013-01-22 Thread M
Thanks Thorsten for your reply! 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

Re: [O] Problem exporting code

2013-01-22 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> So I'm seriously questioning the value of having Org as an ELPA >> package and I'm thinking of removing this possibility until Emacs >> package install is fixed (Achim is working on this, but it looks >> like the change will not be in Emacs any

Re: [O] Problem exporting code

2013-01-22 Thread Bastien
Thorsten Jolitz writes: > I found a really nice alternative keymap here: > http://emacswiki.org/emacs/OutlineMinorMode Thanks -- but that's quite bigger than just using Org ;) -- Bastien

[O] Bug in new exporter with babel blocks

2013-01-22 Thread Aaron Ecay
Hello, 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 (http://orgmode.org/worg/org-contrib/org-exp-blocks.html). Because I need the un-p

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

2013-01-22 Thread Thorsten Jolitz
M writes: > 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

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

2013-01-22 Thread Thorsten Jolitz
"Nicolas Richard" writes: > I use one trick which might be of interest to some people : when I have > a dropbox folder with text (in my case, these are .tex and related > files) files that will be worked on collaboratively, I first follow > these steps in the directory : > > dropbox exclude add .

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-22 Thread Bastien
Hi Xue, Xue Fuqiao writes: > The way to reproduce this bug: > emacs -Q test.org > C-c C-x C-p > > It doesn't wrap around. I don't understand what "wrap around" means exactly. Can you describe exactly how the commands should behave? Thanks, -- Bastien

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

2013-01-22 Thread M
Hi Thomas, thanks for your reply! Sure I know Bernt Hansen's web page and I'm already using his configuration for my system. (I'm still learning Emacs and org-mode, so it was easier to start with an existing setup). I already know and use the capture and refile feature, my problem is that I have

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

2013-01-22 Thread M
> Von: M > Datum: Tue, 22 Jan 2013 23:22:59 +0100 > An: Thorsten Jolitz > Unterhaltung: [O] How to deal with small projects which are often changing > their status/ person > Betreff: Re: [O] How to deal with small projects which are often changing > their status/ person > > I agree, that sending

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

2013-01-22 Thread Thomas S. Dye
M writes: > Hi Thomas, > > thanks for your reply! > > Sure I know Bernt Hansen's web page and I'm already using his configuration > for my system. (I'm still learning Emacs and org-mode, so it was easier to > start with an existing setup). > > I already know and use the capture and refile feature

[O] Using non-org files as agenda files?

2013-01-22 Thread Sven Bretfeld
Dear all Is it anyhow possible to use a .tex file as an org-agenda-file? This might seem a silly question. The reason is that I stick to auctex for writing my documents. But it would be nice to be able to insert a todo item directly at an appropriate place within a tex-file and have it integrat

[O] block quotes in prose?

2013-01-22 Thread Peter Salazar
1. What's the best way to demarcate block quotes in org-mode? I'd like a way to demarcate them that makes it visually clear at a glance that it's a block quote and not regular text. I would prefer not to have to put them inside #+BEGIN_QUOTE and #+END_QUOTE references, because I'd rather not have

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-22 Thread Xue Fuqiao
On Tue, 22 Jan 2013 22:19:19 +0100 Bastien wrote: > I don't understand what "wrap around" means exactly. > > Can you describe exactly how the commands should behave? Sorry, it's my carelessness. At the limit of the buffer, the search fails once, and then wraps around, just like `isearch-forwar

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

2013-01-22 Thread Eric Abrahamsen
M writes: > I hope it is clear what I mean, there are a lot of small steps and each time > creating a new task takes much time and I have to copy the name of the > "project" again and again... > > Maybe it would be better to add all the notes about the progress as notes in > the Logbook and chang

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

2013-01-22 Thread Myles English
Hi, 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" Using the latest git head and opening this file with: $ emacs -Q thisfile.org then executing these src blocks in order, s

[O] agenda question about representing items

2013-01-22 Thread Arun Persaud
Hi many of my projects have the following form: * project name ** subtask *** TODO item1 SCHEDULED: sometimes it looks like * project name ** subtask *** TODO item2 [1/3] - [X] task1 - [ ] task2 - [ ] task3 SCHEDULED: currently my agenda view shows something like : TODO e.g. h

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

2013-01-22 Thread Nick Dokos
Myles English wrote: > Hi, > > 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" > > Using the latest git head and opening this file with: > > $ emacs -Q thisfile.org >

Re: [O] agenda question about representing items

2013-01-22 Thread Nick Dokos
Arun Persaud wrote: > Hi > > many of my projects have the following form: > > * project name > ** subtask > *** TODO item1 > SCHEDULED: > > sometimes it looks like > > * project name > ** subtask > *** TODO item2 [1/3] > - [X] task1 > - [ ] task2 > - [ ] task3 > SCHEDULED: > > cu

Re: [O] Export of subtree does not include header

2013-01-22 Thread John Hendy
On Fri, Jan 18, 2013 at 4:35 AM, Søren Aagaard Mikkelsen wrote: > I have used orgmode for a while, but hasn't used any of its advanced > features that much. I'm currently writing a minutes report and what to > export a specific subtree, e.g. > > * Minutes from <2013-01-11> > > * Minutes from <2013

Re: [O] block quotes in prose?

2013-01-22 Thread John Hendy
On Tue, Jan 22, 2013 at 6:13 PM, Peter Salazar wrote: > 1. What's the best way to demarcate block quotes in org-mode? I'd like a way > to demarcate them that makes it visually clear at a glance that it's a block > quote and not regular text. > > I would prefer not to have to put them inside #+BEGI

[O] Wrong non-interactive behavior of org-insert-heading breaks org-mobile-pull

2013-01-22 Thread James Harkins
I've been working for a while to track down a problem that manifests in org-mobile-pull. It turns out the issue is actually in org-mode itself. Specifically (I think this is the right conclusion), if org-insert-heading-respect-content is called non-interactively, and the heading on which it's

Re: [O] org-caldav feedback

2013-01-22 Thread Eric S Fraga
David Engster writes: [...] > I think I found a better solution. I pushed a change to org-caldav which > allows to set org-icalendar-timezone to the string "UTC", which will put > events using universal time. The server should then transpose it to the > timezone you have set in your SOGo prefere

Re: [O] Using non-org files as agenda files?

2013-01-22 Thread Eric S Fraga
Sven Bretfeld writes: > Dear all > > Is it anyhow possible to use a .tex file as an org-agenda-file? > > This might seem a silly question. The reason is that I stick to auctex > for writing my documents. But it would be nice to be able to insert a > todo item directly at an appropriate place wi

Re: [O] Using non-org files as agenda files?

2013-01-22 Thread Samuel Wales
On 1/22/13, Sven Bretfeld wrote: > Is it anyhow possible to use a .tex file as an org-agenda-file? It might be possible to put an ID marker in the document. A command then would take you to a headline in a .org file. That headline can then have all Org features. 1:1 mapping. Another command w

Re: [O] Problem exporting code

2013-01-22 Thread Achim Gratz
Thomas S. Dye writes: > I think you and I have different definitions of "problem". From my > user's perspective, something I "get away with," i.e., that doesn't have > an effect on my work and productivity, isn't a problem. That may well be true. I'm firmly in the "fail fast and crash loudly" cam