[O] [PATCH] Allow to disable the agenda block separator per block

2011-06-03 Thread Michael Brand
* org-agenda.el (org-agenda-compact-blocks): Improve docstring. (org-agenda-block-separator): Add nil to docstring and customization. (org-prepare-agenda): Skip agenda block separator additionally if org-agenda-block-separator is nil. (org-agenda-overriding-header): Improve docstring. This change

[O] [PATCH] Bugfix for alignment of tag next to header name

2011-06-05 Thread Michael Brand
* org.el (org-align-tags-here): Correct calculation of alignment. With org-tag-column set to e. g. 0 and before this change: Adding a tag to an untagged heading placed the tag with a distance of 1 space behind the heading name like expected. After editing the heading name the distance was expected

Re: [O] Doing calculations on clocktable

2011-06-07 Thread Michael Brand
Hi Gustav There was a discussion about that here: http://thread.gmane.org/gmane.emacs.orgmode/39487 Michael 2011/6/7 Gustav Wikström : > I'm trying to do some calculations on a clocktable in org-mode. But the way > times are displayed as strings with a colon between hours and minutest makes > it

[O] understanding the function outline-level

2011-06-07 Thread Michael Brand
Hi all I am on the way of tracking down an (Org?) buglet and now outline-level tries to strike me with my lack of experience with "Match Data" of Emacs search and I would like to ask for some help to understand. M-: (outline-level) returns a value that I don't understand yet. The number does not

Re: [O] Referencing elemts of a table

2011-06-07 Thread Michael Brand
Hi Karl You need additionally $# from "Field coordinates in formulas" described here: http://orgmode.org/manual/References.html#References and Calc vector subscript: #+TBLFM: @2 = subscr(remote(orgtblA, @2$2..@2$7), $#) Michael On Tue, Jun 7, 2011 at 17:55, Karl Voit wrote: > I want to define "

Re: [O] Referencing elemts of a table

2011-06-08 Thread Michael Brand
Hi Karl On Wed, Jun 8, 2011 at 14:49, Karl Voit wrote: > * Michael Brand wrote: >> You need additionally $# from "Field coordinates in formulas" described here: >> http://orgmode.org/manual/References.html#References >> and Calc vector subscript: >> #+TBLFM:

[O] [PATCH] Bugfix for heading levels when toggling from list

2011-06-09 Thread Michael Brand
Hi Nicolas, hi all The help provided from this thread about the function outline-level and "Match Data" http://thread.gmane.org/gmane.emacs.orgmode/42611 allowed me to make the attached patch. It resolves two or so buglets, the one I found first was introduced by http://orgmode.org/w/?p=org-mode.g

Re: [O] understanding the function outline-level

2011-06-09 Thread Michael Brand
On Tue, Jun 7, 2011 at 20:33, Niels Giesen wrote: > Some prodding about led me to believe the searching in > `outline-back-to-heading' is your suspect (but I have not investigated > this further). At least > > (progn >  (outline-back-to-heading) >  (outline-level)) > > Returns a reasonable answer

Re: [O] [PATCH] Bugfix for heading levels when toggling from list

2011-06-09 Thread Michael Brand
On Thu, Jun 9, 2011 at 09:54, Nicolas Goaziou wrote: > I would happily apply your patch, but could you explain, before, what > bugs are solved by it ? Thank you. BTW, your bugfix commit mentioned by me was not buggy at all, it just unleashed (before I wrongly wrote "introduced") this buglet hidde

Re: [O] Audio/video file playback in org mode

2011-06-10 Thread Michael Brand
Hi Paul Thank you very much for sharing this, I will benefit a lot and the interactivity from within Emacs seems extremely useful. My recent searches for how to play an Org link to an audio file didn't find any result and I was about to work out something with mpg123. I planned to define a new lin

Re: [O] lists in tables

2011-06-10 Thread Michael Brand
Hi Uwe On Thu, Jun 9, 2011 at 22:27, Uwe Brauer wrote: > And there is now easy way to allow more than one line per row? No, there is no easy way. The question is, what should be a row delimiter in a table. The answer for an Org table is, each newline is also the end of the table row. Of course

Re: [O] Agenda Bulk Scatter bug

2011-06-10 Thread Michael Brand
Hi Carsten On Fri, Jun 10, 2011 at 10:20, Carsten Dominik wrote: > When I evaluate this form > (decode-time (days-to-time (time-to-days (current-time > I get a date in the year 3980.  I think this used to work. > Is there anyone who has an idea what is going on here? Same here (except the "I

Re: [O] Audio/video file playback in org mode

2011-06-10 Thread Michael Brand
onvinced me. > In all cases playback continues until the end of the file. I couldn't find a > way to implement playback of 'snippets' with a specified start and end time, > unfortunately. I'm sure this is only a question of time, I'll try to solve this too. Michae

Re: [O] Audio/video file playback in org mode

2011-06-12 Thread Michael Brand
Hi Alan and Christian On Sun, Jun 12, 2011 at 01:55, Alan E. Davis wrote: > The main point of this > was to play videos asynchronously, so I could continue editing, taking notes > using the relative timer of org-mode. Thank you for this cool idea. On Sun, Jun 12, 2011 at 10:23, Christian Moe w

Re: [O] State "Started" in orange (3 colours)

2011-06-13 Thread Michael Brand
Hi Marcin Try "C-h v org-todo-keyword-faces". Michael On Mon, Jun 13, 2011 at 23:29, Marcin Magnus wrote: > I wanted to get 3 types of state in red, in orange and in green, like > http://orgmode.org/ > However I have gone through > http://orgmode.org/manual/Tracking-TODO-state-changes.html and

Re: [O] Agenda of upcoming deadlines skips some deadlines

2011-06-14 Thread Michael Brand
Hi Sebastien On Wed, Jun 8, 2011 at 00:23, Sebastien Vauban wrote: > #+begin_src emacs-lisp >                ("F" "Agenda of upcoming deadlines (6 months)" >                 agenda "" >                 ((org-agenda-ndays 1) >                  (org-deadline-warning-days 183) >                  (or

Re: [O] How to filter by tag/todo in agenda view

2011-06-15 Thread Michael Brand
Hi Mark Yes, there are several filters for the block of type agenda. These are the notes that I made to remember me of them: - org-agenda-entry-types - org-agenda-skip-function - "match" can be implemented with 'regexp/'notregexp - org-agenda-skip-* - org-agenda-todo-ignore-scheduled see also

Re: [O] org-time-stamp loses repeater interval

2011-06-24 Thread Michael Brand
On Fri, Jun 24, 2011 at 18:01, Nick Dokos wrote: > Karl Voit wrote: >> Maybe there is a (to me at least hidden) feature behind the behavior >> that org-time-stamp (C-c .) deletes any repeater information when >> used to update a date stamp. Same here with "DEADLINE: <2011-06-25 Sat +1w>" > AFAI

Re: [O] ob-lilypond

2011-06-28 Thread Michael Brand
Hi Martyn Thank you very much for sharing your work. On Tue, Jun 28, 2011 at 19:06, Martyn Jago wrote: >> But much better, IMO, would be a way to `evaluate' a single Lilypond >> block and get #+RESULTS with a link to a PNG representing just that >> snippet of music. The snippet would then show u

Re: [O] Scheduling habit Mon to Sat

2012-07-30 Thread Michael Brand
On Mon, Jul 30, 2012 at 2:13 PM, Yagnesh Raghava Yakkala wrote: > Charles Philip Chan writes: >> <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> [...] > ** testing > <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> [...] > ** TODO testing > <%%(memq (calendar-day-of-week date) '(1 2

[O] org-fill-paragraph invoked on column 0

2012-07-30 Thread Michael Brand
Hi Nicolas Before commit b04f9e32680e01ef17ed813940c0c58491f0d9aa Author: Nicolas Goaziou Date: Sat Jul 28 10:24:08 2012 +0200 `org-fill-paragraph' is backed up by Org Element I could move up and down through the lines and fill list items with M-q also when staying on col

Re: [O] alignment of description list in Org and export old and new

2012-07-31 Thread Michael Brand
2012/6/2 Michael Brand : > Is there a way to have automatic alignments in the Org buffer with M-q > (fill-paragraph) and C-c C-c like: [...] > - cmd ::short term + short descr > - cmd -o :: short term + short descr [...] > Alternatives for the long

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Michael Brand
Hi Nicolas On Mon, Jul 30, 2012 at 11:49 PM, Nicolas Goaziou wrote: > Yes. It's all about document's structure. First paragraph starts after > bullet. Before, it's the item. Since you want to fill the first > paragraph, you have to move into it. Thank you for the explanations. I appreciate your

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Michael Brand
Hi Nicolas On Tue, Jul 31, 2012 at 8:59 PM, Nicolas Goaziou wrote: > It will probably be a common request, so I've pushed a convenience > patch: when point is at an item or a footnote definition, the function > will try to fill the first paragraph within. Thanks. It works except for description

Re: [O] org-fill-paragraph invoked on column 0

2012-07-31 Thread Michael Brand
Hi Nicolas On Tue, Jul 31, 2012 at 9:39 PM, Michael Brand wrote: > Thanks. It works except for description list. My requirement is that > it works even with unusually placed "::" which work already when point > is within the item body: In my override my-org-fill-paragraph, im

Re: [O] org-fill-paragraph invoked on column 0

2012-08-01 Thread Michael Brand
Hi Nicolas On Wed, Aug 1, 2012 at 12:42 AM, Nicolas Goaziou wrote: > It doesn't work as you expect. Try it with the following example: > > --8<---cut here---start->8--- > - line 1 > line 2 > > line 3 > line 4 > --8<---cut here---e

Re: [O] org-fill-paragraph invoked on column 0

2012-08-01 Thread Michael Brand
Hi Nicolas On Wed, Aug 1, 2012 at 12:15 AM, Nicolas Goaziou wrote: >> - cmd --log-level=wrn -o DST SRC :: >> description >>for long term > > This is a very special case. Trying to handle this would change the > simple convenience patch into larger machiner

Re: [O] alignment of description list in Org and export old and new

2012-08-01 Thread Michael Brand
Hi Nicolas (taken from a different thread http://thread.gmane.org/gmane.emacs.orgmode/58199/focus=58239 ) On Wed, Aug 1, 2012 at 12:15 AM, Nicolas Goaziou wrote: >> - cmd --log-level=wrn -o DST SRC >>:: description >>for long term > > This isn't even valid

[O] org-elements: list in drawer

2012-08-06 Thread Michael Brand
Hi all M-q on the list item in this example does not try to fill: #+BEGIN_SRC org ,#+DRAWERS: MYDRAWER ,:MYDRAWER: ,- a paragraph longer than one line, a paragraph longer than one line, a paragraph longer than one line ,:END: #+END_SRC org-fill-paragraph recognizes a plain list but I thi

Re: [O] are super-hidden technical blocks required?

2012-08-06 Thread Michael Brand
On Mon, Aug 6, 2012 at 8:16 PM, Allen S. Rout wrote: > Org is my life in plain text, not WordPerfect with reveal-codes. I always wondered what Ford Prefect is doing in the Org Manual and why he is related with Org. :-)) Michael

Re: [O] org-elements: list in drawer

2012-08-07 Thread Michael Brand
Hi Nicolas On Tue, Aug 7, 2012 at 9:40 AM, Nicolas Goaziou wrote: >> ,:MYDRAWER: >> ,- a paragraph longer than one line, a paragraph longer than one >> line, a paragraph longer than one line >> ,:END: >> #+END_SRC > > What do you want to fill here? Theres a an item on a single line, then

Re: [O] org-elements: list in drawer

2012-08-08 Thread Michael Brand
Hi Nicolas On Wed, Aug 8, 2012 at 10:02 AM, Nicolas Goaziou wrote: > I get it now. It should be fixed. Thanks you for the detailed report. I can confirm, thank you. >> #+BEGIN_SRC emacs-lisp >> (plain-list >>(:type unordered :begin 32 :end 135 >> :contents-begin 32 :contents-

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-09 Thread Michael Brand
Hi Bastien Thank you for reviewing my patch. On Wed, Aug 8, 2012 at 1:05 AM, Bastien wrote: > I've reworked some parts of your patch, You omitted the Local variables sentence-end-double-space: t. Isn't this a good idea for all the users like me that have set this to nil in their config? I want

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-09 Thread Michael Brand
Hi Bastien On Thu, Aug 9, 2012 at 4:53 PM, Bastien wrote: > I've check against current Emacs trunk, and only three files/packages > uses this: rst.el, filesets.el and mh-e. > > So I'd rather not pollute the hundred files of Org with this. That's all right. > (org-at-regexp-p org-capture-templa

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-09 Thread Michael Brand
cals.el and .dir-settings.el. Michael From 345419858e85d75a96f73b7d7f6e0ddbde0aae81 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Fri, 10 Aug 2012 06:40:10 +0200 Subject: [PATCH] Directory local variables: Set sentence-end-double-space to t * .dir-locals.el: Add comments and set `sentence-end-

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-11 Thread Michael Brand
ated them and also tried some odd artificial examples. All works the same as with my first patch. Can you please review this new patch compared against your latest and apply when appropriate? Michael From 142625bad45ca07a185d95caa0d810225e389b95 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat,

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-11 Thread Michael Brand
Hi Bastien On Sat, Aug 11, 2012 at 6:55 PM, Bastien wrote: > Michael Brand writes: >> [...] >> Also a small change against your latest patch to not stop at “%” >> without following “(” and possibly miss a “%(” before. This part that I changed between http://patchwork.newar

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-12 Thread Michael Brand
here is a “%” not immediately followed by “(”: On Sat, Aug 11, 2012 at 8:11 PM, Michael Brand wrote: > On Sat, Aug 11, 2012 at 6:55 PM, Bastien wrote: >> Michael Brand writes: >>> [...] >>> Also a small change against your latest patch to not stop at “%” >>&

Re: [O] [bug] spreadsheet does not replace some fields

2012-08-24 Thread Michael Brand
Hi all On Wed, Jun 20, 2012 at 10:53 PM, Michael Brand wrote: > On Wed, Jun 20, 2012 at 3:47 PM, Juan Pechiar wrote: >> From the manual (section 3.5.6 Column Formulas): >> >> If the table contains horizontal separator hlines, everything before >> the first such lin

Re: [O] Preserving the geometry of a table range

2012-08-26 Thread Michael Brand
Hi Jarmo could you make a small example with the table content before and after the yet to be defined formula has been applied, maybe with a pseudo-formula? Michael

Re: [O] Preserving the geometry of a table range

2012-08-26 Thread Michael Brand
Hi Jarmo On Sun, Aug 26, 2012 at 10:45 AM, Jarmo Hurri wrote: > Does this help? Yes. > but now it naturally gives an error, since the argument to > sum-row-prods is a list, not a list of lists (rows). AFAIK there is no way to get the list of lists. But if you didn’t already you may consi

Re: [O] Preserving the geometry of a table range

2012-08-27 Thread Michael Brand
Hi Jarmo On Sun, Aug 26, 2012 at 8:54 AM, Jarmo Hurri wrote: > I ran into this problem while trying to make a contribution by > implementing functions corresponding to vlookup and hlookup in > traditional spreadsheets. I have only used relatively basic properties > of org, so there might be a si

Re: [O] Features and stuff I've been working on.

2012-08-29 Thread Michael Brand
Hi Luis On Wed, Aug 29, 2012 at 12:14 AM, Luis Anaya wrote: > [...] but for others I would like to get some > feedback if these should be made available or not in the org-mode > github, they're available on mine (https://github.com/papoanaya/emacs_utils) Just a short feedback: My vote goes for o

[O] [bug] org-babel-load-file

2012-08-31 Thread Michael Brand
Hi all With emacs -q and today’s release_7.9-176-g2939333 I get “Wrong type argument: arrayp, nil” after org-babel-load-file with this file: #+BEGIN_SRC org ,* TODO , #+BEGIN_SRC emacs-lisp ,(message "any") , #+END_SRC #+END_SRC Michael

Re: [O] [bug] org-babel-load-file

2012-09-01 Thread Michael Brand
Hi all On Fri, Aug 31, 2012 at 11:31 AM, Michael Brand wrote: > With emacs -q and today’s release_7.9-176-g2939333 I get “Wrong type > argument: arrayp, nil” after org-babel-load-file with this file: > > #+BEGIN_SRC org > ,* TODO > , #+BEGIN_SRC emacs-lisp >

Re: [O] [bug] org-babel-load-file

2012-09-01 Thread Michael Brand
Hi all This patch superseeds the last that introduced a new bug. Michael From 9c489e5f73d7208c43ad099c4f376acd1f3350f9 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat, 1 Sep 2012 15:38:09 +0200 Subject: [PATCH] ob-tangle: Fix bug when heading has no text * lisp/ob-tangle.el (org-babel

Re: [O] org-spreadsheet: formatting chops off units

2012-09-05 Thread Michael Brand
Hi Kyle On Wed, Sep 5, 2012 at 11:46 PM, Kyle Andrews wrote: > If you type in '0.66138679 lb into calc directly, and press d f 2, calc > displays 0.66 lb as desired. Is there any reason for the %.2f notation > chops off the units? Is there some better way to accomplish what I > want? Org spreads

Re: [O] org-spreadsheet: formatting chops off units

2012-09-07 Thread Michael Brand
ed in the Org manual or on Worg, so I suggest the attached patch for the Org manual. Michael From 64c0fad8b4fddca4b8839fadc52d2f2e7086ebd6 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Fri, 7 Sep 2012 19:24:14 +0200 Subject: [PATCH] org.texi: Mention Calc defmath * org.texi (Formula syntax fo

Re: [O] bulk rescheduling change?

2012-09-12 Thread Michael Brand
Hi all I didn’t yet investigate further but wanted to throw this in because I think it is related: Since a few weeks “C-c C-s + 1 2 : 0 0” does not keep tomorrow’s date but falls back to today after typing the time part has been completed. I know there is “C-c C-s Shift-Right 1 2 : 0 0” but this i

Re: [O] bulk rescheduling change?

2012-09-12 Thread Michael Brand
Hi Bastien On Thu, Sep 13, 2012 at 1:29 AM, Bastien wrote: > This is fixed now, thanks for reporting this! Confirmed, both in an Org buffer and in the agenda buffer. Thank you. Michael

Re: [O] [PATCH] Lookup functions for tables

2012-09-20 Thread Michael Brand
Hi Jarmo On Wed, Sep 19, 2012 at 6:48 PM, Jarmo Hurri wrote: > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -2399,6 +2399,7 @@ formula, moving these references by arrow keys > * Formula syntax for Lisp:: Writing formulas in Emacs Lisp > * Durations and time values:: How to compute duratio

Re: [O] [PATCH] Lookup functions for tables

2012-09-20 Thread Michael Brand
Hi Jarmo On Fri, Sep 21, 2012 at 7:44 AM, Jarmo Hurri wrote: > Ok. I guess this also means changing the (next,prev,up) parts of > @node-commands. Yes. > Do you want me to make the change and submit a new patch? Yes please, I suggest to wait a bit if there will be more comments. Michael

Re: [O] org-url-hexify-p is not respected

2012-09-26 Thread Michael Brand
e changed default. Btw.: I always ask myself why has C-h v (describe-variable) never been told to not only list the current value but also the default when it is capable to point to the source with the definition? Michael From 2a4e828b222754617750516bd2eb4678d061e7f0 Mon Sep 17 00:00:00 2001 Fr

Re: [O] org-url-hexify-p is not respected

2012-09-26 Thread Michael Brand
Hi Bastien On Wed, Sep 26, 2012 at 11:50 PM, Bastien wrote: > | Original value was nil > ` Now I see this additional line that is added just when the value is different to the original default. Finally it happened with 24.1. Michael

Re: [O] Issue with #+TBLFM in dynamic block

2012-09-27 Thread Michael Brand
Hi flav It seems to me that you have run into the same issue I tried to resolve some time ago without success and described here: http://thread.gmane.org/gmane.emacs.orgmode/48764 On Thu, Sep 27, 2012 at 2:29 PM, flav wrote: > * Note > #+BEGIN: columnview :hlines 1 :id global :maxlevel 2 :skip

Re: [O] Clean logs for all tasks

2012-10-02 Thread Michael Brand
Hi Ilya On Wed, Sep 19, 2012 at 9:44 PM, Ilya Zonov wrote: > I have calendar.org file with some tasks which should be done every day or > week. Logging is on for them (in :LOGBOOK: drawer). After few month I have > too big file with many logs and only ten tasks. So I want to clean up logs > which

Re: [O] Agenda priority setting bad feature

2012-10-08 Thread Michael Brand
Hi Bastien On Fri, Sep 28, 2012 at 8:32 AM, Bastien wrote: > You can now use both `,' and `C-c ,' in agenda to set the priority. > > You can also use `C-u ,' and `C-u C-c ,' to see the see the priority. > Note that the priority displayed is a number, not the priority cookie. > Also this number fo

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-09 Thread Michael Brand
Hi Achim On Tue, Oct 9, 2012 at 7:47 PM, Achim Gratz wrote: > I'm not sure how Bastien wants this to work going forward, but by the > way it's been announced and implemented the need to do this should go > away. Would it be possible/reasonable to have org-version available before (require 'org)?

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-11-08 Thread Michael Brand
Hi all On Wed, Oct 31, 2012 at 5:27 PM, Michael Heerdegen wrote: > So, IMHO `org-display-outline-path' should still display its stuff in > the echo area, but prevent logging in *Messages*. I also agree. Until now I assumed that this would not be possible because I didn't know about: > AFAIK, th

Re: [O] How to set up a recurring task wich is automatically set on done

2012-11-10 Thread Michael Brand
Hi Ukhara On Sat, Nov 10, 2012 at 2:29 PM, Ukhara Arahku wrote: > 2012/11/10 Memnon Anon >> [...] >> DEADLINE: <2012-11-11 So ++2w -2d> >> [...] > In this special issue I have to do a report every two weeks and the agenda > should only remember myself; in case the date passed, it doesn't matt

Re: [O] automating incrementing of date stamps

2012-11-12 Thread Michael Brand
Hi Jude On Mon, Nov 12, 2012 at 7:46 PM, Jude DaShiell wrote: > I have a table set up with the first column being a date column and I put > a date stamp of <2012-11-10 Sat +1D> in for the first date. I figure to > use the table to log events not in any todo context. Does some way exist > when I

Re: [O] automating incrementing of date stamps

2012-11-12 Thread Michael Brand
Hi Jude On Tue, Nov 13, 2012 at 12:10 AM, Jude DaShiell wrote: > On Mon, 12 Nov 2012, Michael Brand wrote: > if S- means hold the shift key down then hit return, Yes. > in emacs > org-mode 7.9.2 this key combination did not increment the date stamp. What tells “C-h c S-” in that

Re: [O] sum up variables from different org-mode tables

2012-11-16 Thread Michael Brand
Hi Martin On Fri, Nov 16, 2012 at 12:33 PM, Martin Gross wrote: > Now I would like to get some statistics that consider all institutions > together. For example summing up the "variable" TAE from all the > tables in the file to get the very total cost of outgoings. Below are two approaches to a

Re: [O] sum up variables from different org-mode tables

2012-11-19 Thread Michael Brand
tables? For example telling org-mode to search data from all tables > but "this" one? I don’t know a way to tell Org “all other tables in this file”. And this: On Fri, Nov 16, 2012 at 4:16 PM, Michael Brand wrote: >A nice solution for variant 2 would be if >@2$3..@2$7

Re: [O] new exporter: link abbrev

2012-12-06 Thread Michael Brand
Hi Nicolas On Wed, Dec 5, 2012 at 10:05 PM, Nicolas Goaziou wrote: > The second one is a more difficult problem. Org Elements usually > translates links on the fly when parsing them: `org-element-link-parser' > calls `org-translate-link'. This function requires > `org-link-abbrev-alist' and `org-

Re: [O] Distinguish between blank and zero in org-mode spreadsheet

2012-12-11 Thread Michael Brand
Hi all I would also like if some interest could be spent in this (see subject) area. Let me give some examples as an overview, grouped as “check if empty”, “range” and “single fields”. The first is the only one directly related to the OP question. But the others still match the subject perfectly.

Re: [O] ERT: body of org-test-with-temp-text-in-file

2012-12-15 Thread Michael Brand
Hi Bastien On Sat, Dec 15, 2012 at 9:19 AM, Bastien wrote: > Now you can. There were no real reason to force using (progn ...) > here so I removed that and updated the test suite accordingly. > > Let me know if this works for you now. Yes, thank you. Michael

Re: [O] Distinguish between blank and zero in org-mode spreadsheet

2012-12-15 Thread Michael Brand
Hi all On Tue, Dec 11, 2012 at 4:14 PM, Michael Brand wrote: > I would also like if some interest could be spent in this (see subject) > area. Ok, so I thought to try myself this time. Now it looks as I am on a good way with a solution. With quite some ERT for this and some more of

Re: [O] new exporter: link abbrev

2012-12-19 Thread Michael Brand
Hi Nicolas On Tue, Dec 18, 2012 at 10:21 PM, Nicolas Goaziou wrote: > The problem should now be fixed without using any trick It is, thank you. > (and no, > `org-export-normalize-links' will not survive the old exporter). Thanks to your change above I like this cleanup. Michael

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-12-23 Thread Michael Brand
Hi Bastien On Sat, Dec 22, 2012 at 4:07 PM, Bastien wrote: > Both `org-display-outline-path' and visibility cycling will not > populate the *Message* buffer with messages anymore. Nice, thank you. Michael

Re: [O] Agenda priority setting bad feature

2012-12-30 Thread Michael Brand
Hi Bastien On Sun, Dec 30, 2012 at 11:35 AM, Bastien wrote: > Michael Brand writes: >> With the related commit release_7.9.1-93-ge8b45bb the agenda view >> priority of all entries in the agenda view becomes -1000. Before, most >> of all the scheduled and deadline were di

[O] Follow link scrolls current buffer when table aligns

2013-01-17 Thread Michael Brand
(continued from bug-gnu-em...@gnu.org: “find-file-noselect scrolls current buffer” http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-01/msg00619.html ) Hi all On Thu, Jan 17, 2013 at 12:10 AM, Stefan Monnier wrote: > I.e. use > M-: (add-hook 'text-mode-hook (lambda () (goto-char (point-max)

Re: [O] managing a playlist

2013-01-20 Thread Michael Brand
On Sat, Jan 19, 2013 at 3:07 PM, 42 147 wrote: > What's the best way to keep a playlist in org-mode? > > I just want to keep a list of everything I like. Right now my format is: > > Judas Priest > * Painkiller (1990) > ** (2) Hell Patrol > ** (6) Night Crawler > ** (7) Between

Re: [O] managing a playlist

2013-01-20 Thread Michael Brand
Hi 42 (?) On Sun, Jan 20, 2013 at 6:35 PM, 42 147 wrote: > I appreciate the detailed reply, but org-tables is less tidy and browsable > than my simple hierarchy of nested headings; unless I misunderstood your > instructions. Sorry for the misunderstanding, I try to be more explicit. The table wi

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 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 login

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 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 l

Re: [O] org-column face

2012-01-02 Thread Michael Brand
. "DejaVu Sans Mono-12")) (add-to-list 'load-path "/f/git/org-mode/lisp/") (require 'org-install) (require 'org) because the Emacs info manual mentions default-frame-alist but not set-frame-font. Michael On Mon, Jan 2, 2012 at 20:08, Bastien wrote: > Mich

Re: [O] org-column face

2012-01-05 Thread Michael Brand
Hi Bastien On Wed, Jan 4, 2012 at 11:32, Bastien wrote: > `initial-frame-alist' is for the first frame, `default-frame-alist' for > the ones that are created later one.  Just a guess. None of the *-frame-alist that I tested changes the font for all use cases: - default-frame-alist - initial-fram

Re: [O] Spreadsheet row formula

2012-01-08 Thread Michael Brand
Hi RCY Do you want to do this?: | A | 2 | 3 | 4 | | B | 4 | 6 | 8 | | C | 8 | 12 | 16 | #+TBLFM: @<<$<<..@>$> = 2 * @-1 Michael

Re: [O] Spreadsheet row formula

2012-01-08 Thread Michael Brand
Hi RCY On Sun, Jan 8, 2012 at 17:12, RCY wrote: >  Sorry not to be clearer. > I would like to implement the formula for only one row. So entering the > first row shown below and implementing the formula with only B entered in > the first column in the second row gives the rest of the second row.

Re: [O] Using last row in remote table references

2012-01-11 Thread Michael Brand
Hi Phil On Tue, Jan 10, 2012 at 14:39, Phil (Philip) Mason wrote: > Should I be able to use @> in references to remote tables? Yes, this issue has been resolved by Carsten with release_7.7-420-g1432e4b > Is there a syntax I should be using if I want to get all the entries > in a table below a c

[O] leave inactive timestamp inactive

2012-01-12 Thread Michael Brand
Hi all When one does "Shift-" on an inactive timestamp it remains inactive. When one does "C-c . S- RET" the inactive timestamp changes to active but I would like it also to remain inactive. What are the opinions on this? My frequent use case is changing an inactive timestamp left over from a cop

Re: [O] Using last row in remote table references

2012-01-12 Thread Michael Brand
Hi Sankalp On Fri, Jan 13, 2012 at 04:30, Sankalp wrote: > I'm using org 7.8.03 but the issue is still there. I can not reproduce with release_7.8.02-13-g0c09a.dirty: || | Amount | || |130 | || || || #+TBLFM: @2$1=remote(xyz,@>$1) #+TBLNAME: xyz |---

Re: [O] leave inactive timestamp inactive

2012-01-12 Thread Michael Brand
Hi John On Fri, Jan 13, 2012 at 00:35, John Wiegley wrote: > Why would you want it to keep an inactive timestamp inactive? I'd like to update to today and keep inactive e. g. "[2012-01-11 Wed]" just below a heading or the property ":Opened: [2012-01-11 Wed]" left from a copy/paste. > I'd use C-

Re: [O] org-float with hours

2012-01-14 Thread Michael Brand
are other variants, some work, some don't, see http://thread.gmane.org/gmane.emacs.orgmode/40584 Michael From 95a93ac333b1a2a4cfa4e612a22e3b400398cc83 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat, 14 Jan 2012 09:03:01 +0100 Subject: [PATCH] doc timestamp for diary-style sexp entries

Re: [O] column view extension

2012-01-17 Thread Michael Brand
Hi ayvango On Mon, Jan 16, 2012 at 22:00, ayvango wrote: > I hope someone become interested in creating spreadtree application > based on existing properties code. This would be very useful for me too. There are several resources that go towards this direction: *formulas in colum spec #+COLUMNS

[O] reveal the matches in grep-find or the diffs in ediff and hide the rest

2012-01-21 Thread Michael Brand
Hi all On Sat, Jan 21, 2012 at 13:59, Max Mikhanosha wrote: > Then use M-x ediff-buffers, and you can navigate changes easily by > pressing n or p in ediff control panel. I just tried it out and it > worked pretty good. Only thing that could have worked better, is to > hook-up ediff with org-reve

[O] [PATCH] Link to Org file: regard startup view state

2012-01-25 Thread Michael Brand
g ,* mytarget , text ,*** subsection #+END_SRC Michael From 853ec865f0d0970eac9add6eb0bb626b37823835 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Wed, 25 Jan 2012 18:24:58 +0100 Subject: [PATCH] Link to Org file: regard startup view state * lisp/org.el (org-open-link-from-string):

[O] hidestarsfile: "hidestars" for file

2012-02-03 Thread Michael Brand
Hi all Using hooks for file find and for file save I implemented hidestarsfile: On the fly and inspired by hidestars (a cleaner outline view: http://orgmode.org/manual/Clean-view.html ) - remove the leading stars from all headings when writing a buffer to the file - reinsert the leading stars wh

Re: [O] hidestarsfile: "hidestars" for file

2012-02-09 Thread Michael Brand
Hi all On Fri, Feb 3, 2012 at 17:43, Michael Brand wrote: > I am still uncertain about if this could be made Org-mode-specific to > cover more use cases: When switching between Org mode and another > major mode like Fundamental mode [...] Now I see that for testing how a hidestarsf

Re: [O] Table formulas: Cannot use column names on the left hand side

2012-02-16 Thread Michael Brand
Hi Yu On Thu, Feb 16, 2012 at 16:56, Yu wrote: > I tried today to use named columns for calculations. While this works > on the right hand side of the equation, names don't seem to work for > the left hand side -- Named columns are not supported on the left hand side. > which is a problem, beca

Re: [O] hidestarsfile: "hidestars" for file

2012-02-16 Thread Michael Brand
Hi all For the case that anyone should be interested in this, still only a monolog: On Thu, Feb 9, 2012 at 19:57, Michael Brand wrote: > Now I see that for testing how a hidestarsfile looks like in a file > viewer or simple editor, preferred over switching the major mode is: > Just st

[O] [PATCH] manual: fix references to Calc manual

2012-02-18 Thread Michael Brand
le calc.html or calc/Embedded-Mode.html) do not match. The info browser did not suffer from this doc bug in org.texi, it seems to be case-insensitive regarding link target file name. Michael From d4bbda362fe1efc3dd36e5612f9749d91db27e08 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat,

Re: [O] hidestarsfile: "hidestars" for file

2012-02-26 Thread Michael Brand
Hi Peter Thanks for testing hidestarsfile. I just published fileconversion version 0.2 (generalized name and functionality) with a speed-up [1] and many other improvements. So please check out again: http://orgmode.org/worg/org-hacks.html#fileconversion > [...] Even better would be if the > stars

Re: [O] Habits in agenda view

2012-02-27 Thread Michael Brand
Hi Renger Not sure why you want to skip habits in tags-todo, they should not appear anyway. Try: ("s" "Agenda with Next and Habit as separated views" ((agenda "" ((org-habit-show-habits nil))) (tags-todo "-WAIT/!NEXT" ((org-agenda-overriding-header "Next Tasks")

[O] graphiclog in browser of public git repo

2012-03-20 Thread Michael Brand
Hi all The browser of the mirror of the public git repo http://repo.or.cz/w/org-mode.git has a link "graphiclog" that shows a line for each branch and merge and a dot for each commit. I hope that such a link could also be added to the browser of the public git repo http://orgmode.org/w/org-mode.gi

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Michael Brand
Hi Alan On Mon, Mar 26, 2012 at 15:37, Alan Schmitt wrote: > I'm trying to plot the following table, but the dates part is all wrong. Is > there a way to tell gnuplot what the date format is? > > #+tblname: data-table > | Date             |     HP |     HC | > |--++--

Re: [O] Default prewarning time for each deadline

2012-04-05 Thread Michael Brand
Hi Karl On Thu, Apr 5, 2012 at 10:42, Karl Voit wrote: > Is there a way to define a default pre-warning time string for new > DEADLINE (only) timestamps? Not in the way you told that you think of. But another solution is to set org-deadline-warning-days to 0 and then set the deadline-individual

Re: [O] Default prewarning time for each deadline

2012-04-06 Thread Michael Brand
Hi all myself on Thu, Apr 5, 2012 at 16:34: > But another solution is to > set org-deadline-warning-days to 0 and then Karl on Thu, Apr 5, 2012 at 22:31: > When I set org-deadline-warning-days to 0, I do not get warnings > even for DEADLINE strings containing a desired warning definition > like -

Re: [O] TODO agenda filtering on priority?

2012-04-07 Thread Michael Brand
Hi James On Sat, Apr 7, 2012 at 17:59, James Harkins wrote: > How to make a TODO agenda search that will show only #A priority items? (Or > #B or #C?) > I see in the manual how to search on tags or properties, but not priorities. The manual has an example for matching PRIORITY, linked from seve

<    1   2   3   4   5   6   7   8   >