Re: [Orgmode] spreadsheet: column width behavior(s)

2010-03-27 Thread Michael Brand
Yes, thinking more about it, I do agree that a fixed width makes a lot of sense as the application of . It does now work like this. Thank you for changing. And if someone wants `maximum width' I hope that it will be implemented with the syntax <..N> as a _variant_ _additional_ to the existin

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-04 Thread Michael Brand
due to a patch by Michael Brand: http://thread.gmane.org/gmane.emacs.orgmode/22930 It works well, but it is inefficient because this formula will parse the FOO table again for each field to be copied. Very nice use case for `...@#'. How about a doc update somehow like

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-04 Thread Michael Brand
details. Thanks to Michael Brand for this feature. == ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-05 Thread Michael Brand
n is to copy a column from a different table. See -the manual for details. +Other applications are to copy a column from a different table to a +column, to copy a row from a different table transposed to a column +or to copy an entire table while transposing it. See the manual for +d

Re: [Orgmode] feature request: transpose a table

2010-04-07 Thread Michael Brand
ead.gmane.org/gmane.emacs.orgmode/21979 I assume that this could be done also with org-babel together with R http://en.wikipedia.org/wiki/R_%28programming_language%29 possibly even with your original version of the table... - Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-07 Thread Michael Brand
Carsten Dominik wrote: this is neat, but still kind of hard to do, because you have to put all these formulas there by hand. I am skipping this for the manual - maybe you'd like to put this into org-hacks, or into the FAQ on Worg? Ok, I have put it into Worg org-hacks.org: http://orgmode.org/

[Orgmode] filter agenda by priority?

2010-04-09 Thread Michael Gilbert
Hi all — Been through the manual. Might be missing something obvious. But, is there a straightforward way to filter the Agenda by Priority? I find that I would actually USE priorities more if I could figure out how to do this. TIA! — Michael

[Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-17 Thread Michael Sperber
Carsten Dominik writes: > If you object to such a development, please step into this > discussion. I do - I'm an avoid org-mode user, an XEmacs maintainer. and I'd be happy to help support XEmacs, if that would help change your mind. -- Cheers =8-} Mike Friede, Völkerverständigung und überha

Re: [Orgmode] Precision setting for spreadsheet calculation

2010-04-18 Thread Michael Brand
On 10-03-02 9:15 PM, Michael Brand wrote: I also played around quite a bit with the precision settings and will put the resulting examples into the Worg FAQ. But I would like to postpone my Worg FAQ update because its link to the manual would be confusing before the manual update itself will

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-18 Thread Michael Sperber
Hi Carsten, many thanks for your e-mail! (And many thanks for your work on org-mode, which is the best piece of software I've started using for a few years.) Carsten Dominik writes: > However, I have recently more and more the feeling how having to > cater for several Emacs versions is a drag

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-19 Thread Michael Sperber
Carsten Dominik writes: > The compromise for me would be this: > > - You fix the things above. > - I leave the rest of the necessary compatibility code in > - I program any new features with whatever is available > in Emacs 22/23 and rely on you to make it XEmacs compatible. That would be

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-19 Thread Michael Sperber
One more thing: Are patches like this one acceptable? (Needed to make yesterday's checkout work on XEmacs) diff --git a/lisp/org.el b/lisp/org.el index 7cad962..5cca11e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17743,7 +17743,7 @@ the functionality can be provided as a fall-back.") (org-s

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-19 Thread Michael Sperber
Carsten Dominik writes: > That is acceptable - but I think that making BUFFER default to > (current-buffer) does make a lot of sense - which is why making that > argument optional in XEmacs is a good idea anyway. It would - but the problem is that in XEmacs, an omitted BUFFER argument means som

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-23 Thread Michael Sperber
Carsten Dominik writes: > 4. Can you make XEmacs understand mouse-3 instead of button3 ? Or >maybe it does understand these by now? It actually does this now. I've attached a patch that eliminates the relevant featurep conditionals. -- Cheers =8-} Mike Friede, Völkerverständigung und üb

[Orgmode] Vim folding/syntax highlighting?

2010-04-29 Thread Michael Brand
I use Emacs and it feels just like a Vim that would have the full implementation of the org-mode and more. See also here: http://www.gnu.org/software/emacs/manual/html_node/viper/index.html http://thread.gmane.org/gmane.emacs.orgmode/17508 Michael

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-05-07 Thread Michael Sperber
Carsten Dominik writes: > any progress with integrating noutline.el into XEmacs? Yes: I've tweaked it (and its dependents) appropriately, committed it to the packages repository, and it's now in pre-release. My intention was to e-mail you as soon as there was an official release of the relevan

Re: [Orgmode] Xemacs incompatibilities

2010-05-17 Thread Michael Sperber
Carsten Dominik writes: > This is a really non-standard way for a mode definition which I guess > should be fixed in XEmacs. I have made that change anyway. Eric or > Dan, please note this change I made in the Babel sources. As someone else pointed out, python-mode.el is something different f

[Orgmode] doc about Link abbreviations

2010-05-18 Thread Michael Brand
replacement text. Here is an example: Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/ma

[Orgmode] PATCH: Xemacs incompatibilities

2010-05-24 Thread Michael Sperber
"Dr. Volker Zell" writes: > o XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (i686-pc-cygwin, Mule) of > Sat Jan 31 2009 on vzell-de Ah ... OK, this is a 21.4 issue. The attached patch fixes it. `write-contents-hooks' is not buffer-local by default in 21.4, which is why the the hook for e

[Orgmode] PATCH: Fix minor XEmacs compatibility issue

2010-05-24 Thread Michael Sperber
I'd appreciate if this one could be applied. I'll fix XEmacs to accept #B in the future, but I'd appreciate this one anyway. Doesn't really add complexity ... -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla diff --git a/lisp/org-id.el b/lisp/org-id.el index 66b1790..cf61f8

Re: [Orgmode] Xemacs incompatibilities

2010-05-24 Thread Michael Sperber
Carsten Dominik writes: > On May 17, 2010, at 4:39 PM, Michael Sperber wrote: > >> In particular, fixing the require won't be enough: org-babel-python.el >> uses `run-python' and interacts with the inferior Python, whereas >> python-mode.el defines `py-shel

[Orgmode] export of emphasized link

2010-05-30 Thread Michael Brand
convert-emphasize, org-export-docbook-convert-emphasize and possibly more - org-export-html-convert-sub-super, org-export-docbook-convert-sub-super and possibly more - possibly more because they have almost all code in common. Michael ___ Emacs-orgmode

Re: [Orgmode] export of emphasized link

2010-06-01 Thread Michael Brand
On 10-06-01 09:44 , Carsten Dominik wrote: After removing org-bracket-link-regexp from org-html-expand What do you mean by this sentence? What exactly did you do? To understand the implementation I tried the following temporary change (the line prefix `:' will bypass the nice patch extract ht

Re: [Orgmode] automatic line wrap

2010-06-05 Thread Michael Brand
On 10-06-05 10:11 , Ivanov Dmitry wrote: I found the solution: (add-hook 'org-mode-hook (lambda () (toggle-truncate-lines))) For the case of org-mode I would recommend this instead: (setq org-startup-truncated nil) ___ Emacs-

Re: [Orgmode] org-babel and Xemacs incompatibilities

2010-06-07 Thread Michael Sperber
"Eric Schulte" writes: > I've replaced the calls to `line-number-at-pos' with a single call to > `count-lines'. Is count lines (also part of simple.el) also missing > from xemacs? No, `count-lines' should work. Thanks for the other changes! -- Cheers =8-} Mike Friede, Völkerverständigung u

Re: [Orgmode] org-babel and Xemacs incompatibilities

2010-06-07 Thread Michael Sperber
"Eric Schulte" writes: >> And two more >> >> o Symbol's function definition is void: assoc-default when trying to >> display an image >> [...] >> o Symbol's function definition is void: make-temp-file when using >> org-babel-dot >> [...] Both of these are in XEmacs 21.5, but not 21.4. As 2

[Orgmode] preventing automatic rebuild of agenda on refiling?

2010-06-14 Thread Michael Gilbert
this? TIA — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread Michael Gilbert
he rebuild or jumping back and forth to the source files, I would be interested in hearing them! TIA! — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread Michael Gilbert
gt; > If you give a triple prefix argument to org-agenda-refile, the agenda will > not be rebuilt. > > If you'd like this as the default behavior, you can bind it to a key (or > change the original binding): > > (define-key org-agenda-mode-map "\C-c\C-w"

Re: [Orgmode] Estimate ranges in column view

2010-06-22 Thread Michael Gauland
Carsten, Here is a patch for a new 'est+' summary type, including corresponding changes for xemacs and the manual. I've done basic testing on the GNU emacs version, but not the xemacs code. I'm not sure the change to the manual provides the right amount of information in the right place; I'd b

Re: [Orgmode] Estimate ranges in column view

2010-06-30 Thread Michael Gauland
Carsten, I send the from to ass...@gnu.org just before I sent the patch, but I haven't received a reply. Should I expect one, or is that all I need to do? Thanks, Mike ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. E

[Orgmode] moving past state changes into logbook drawer?

2010-07-05 Thread Michael Gilbert
, I'm afraid I missed it. TIA! — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Michael Gilbert
e, if I were tracking exercise in general, I might want one column for the type of exercise and another for the number of minutes performed. In general, I am trying to break my ties to a number of simpler data-logging tools (web apps, text files) and just centralize t

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Michael Gilbert
isunderstanding something, but I am seeking the ease of use of the notes prompt, but with each new entry being not a separate note, but a row in that table. Thoughts? — Michael > At Mon, 5 Jul 2010 00:46:38 -0700, > Michael Gilbert wrote: >> >> performed. >> >>

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Michael Gilbert
Darlan — Thank you for the additional hand-holding. This will be very useful to me. Much obliged! — Michael On Jul 5,2010, at 2:06 PM, Darlan Cavalcante Moreira wrote: > What I though is something like the task below > --8<---cut here---start--

[Orgmode] "Symbol's function definition is void: org-face-from-face-or-color"

2010-07-09 Thread Michael Gilbert
#x27;ve appended it below. Can anyone help point the way? TIA, as usual. — Michael Backtrace: Debugger entered--Lisp error: (void-function org-face-from-face-or-color) (org-face-from-face-or-color (quote priority) nil (cdr (assoc p org-priority-faces))) (cond ((org-face-from-face-or-

Re: [Orgmode] "Symbol's function definition is void: org-face-from-face-or-color"

2010-07-09 Thread Michael Gilbert
On Jul 9,2010, at 12:18 AM, David Maus wrote: >> I'm running 6.33x on Aquamacs. > >> Whenever I rebuild my agenda, I get this message: "Symbol's function >> definition is void: org-face-from-face-or-color". I know enough to >> get a backtrace, but not enough to read it. I've appended it >> below.

[Orgmode] trouble with Imenu integration

2010-07-09 Thread Michael Gilbert
call-interactively(eval-last-sexp nil nil) What am I missing? — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] why would org-mode-hook be a void variable? (was: trouble with Imenu integration)

2010-07-09 Thread Michael Gilbert
I guess my main question is why org-mode-hook would be a void variable. Did I not capture something from the instructions in the manual? Is there something that needs to be set before hand? I'm just not sure where to look. — Michael On Jul 9,2010, at 3:33 AM, Michael Gilbert

[Orgmode] how to include time when setting deadlines?

2010-07-12 Thread Michael Gilbert
But I have not been able to discover how to get that to prompt me for the time or to include a time, like it includes month and day, etc. I've spent some time with the manual and searching the archives, but my search skills haven't prevailed. Any advice?

Re: [Orgmode] how to include time when setting deadlines?

2010-07-12 Thread Michael Gilbert
red that I can still select the DATE in that manner in the minibuffer and if I then just type in the time in place, I get the fully formed DATE+TIME deadline. That works. I think I was naively assuming there was a similar navigation shortcut for the TIME component. Thank you! — Michael

[Orgmode] Re: why would org-mode-hook be a void variable?

2010-07-12 Thread Michael Gilbert
ze org-mode with > > (require 'org-install) Yes. Made sure of it. No change. Any other ideas? — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [google] updated awk script for google to org conversion

2010-07-12 Thread Michael Steiner
it automatic exactly for this files. Works fairly well. In addition as i only do one-way sync i also turn the files (via file-permissions) read-only so the buffer is read-only and not accidentally modifled .. -michael- BTW: Sven, if you use option -O you don't have the problem .[0

[Orgmode] can you require a certain template with lognotedone?

2010-07-12 Thread Michael Gilbert
? That would be a very powerful workflow for me. TIA — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: can you require a certain template with lognotedone?

2010-07-13 Thread Michael Gilbert
should be framed more generically. I do need to start learning about hooks though. — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] possible single-quote bug in PDF docs (was: trouble with Imenu integration)

2010-07-16 Thread Michael Gilbert
d it!) Would that be something worth correcting? I have this vague notion that I've encountered it elsewhere. The HTML version of the manual is rendered correctly, but the PDF is not, I think. A quick scan suggests this — the renderer turns all the single quo

Re: [Orgmode] possible single-quote bug in PDF docs (was: trouble with Imenu integration)

2010-07-16 Thread Michael Gilbert
Following the instructions from manual, I have this near the end of my startup file (I hope that is copied correctly): >>> (add-hook ’org-mode-hook (lambda () (imenu-add-to-menubar "Imenu"))) >>> >>> Um... Wrong type of quote? It's >>> 'org-mode-hook (ASCII

Re: [Orgmode] cdlatex, previewing LaTeX, and dollar signs

2010-07-17 Thread Michael Benfield
On Wed, Jul 14, 2010 at 2:41 PM, Carsten Dominik wrote: > > This would be very difficult to achieve.  But note that you can part of it > by setting > >   (setq org-pretty-entities t) Thanks; I was using an older org-mode and hadn't looked at this. This is great, except... my Emacs apparently ig

Re: [Orgmode] Estimate ranges in column view

2010-07-20 Thread Michael Gauland
Great news, Carsten--still works correctly. Thanks for the chance to contribute! --Mike ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] highlight confusion in agenda

2010-07-20 Thread Michael Gilbert
f the latter effect? TIA — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] highlight confusion in agenda

2010-07-20 Thread Michael Gilbert
>> I have a frequent navigation issue in the agenda and I'm curious if anyone >> else deals with this or has a solution. Like many users I have the currently >> selected line in the agenda set to be highlighted (an absolute lifesaver). >> But although I am not very mouse-oriented, as an Aquamacs

[Orgmode] first time setting up mobile-org -- no files produced

2010-07-21 Thread Michael Gilbert
error. I've reloaded .el files. Next steps? I'm sure this is glaringly obvious to someone TIA. — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-mobile-create-sumo-agenda might be the culprit?

2010-07-26 Thread Michael Gilbert
(org-time> dl (org-time-today))) (progn (outline-next-heading) (point ("I" "Import diary from iCal" agenda "" ((org-agenda-mode-hook (lambda () (org-mac-iCal) ) ;; ...other commands he

Re: [Orgmode] camel.el, for CamelCase links

2010-08-04 Thread Michael Gilbert
hat, but I couldn't dig up answers for myself, so I thought I would run it by you all. — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-clock-current-task?

2010-08-05 Thread Michael Gilbert
Hi - Did org-clock-current-task actually end up in orgmode in February? I see mention of it on the list, but I'm not seeing it in the application. — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the l

Re: [Orgmode] org-clock-current-task?

2010-08-06 Thread Michael Gilbert
On Aug 6,2010, at 2:30 AM, Bastien wrote: >> Did org-clock-current-task actually end up in orgmode in February? I >> see mention of it on the list, but I'm not seeing it in the >> application. > > Yes, this was added in february: > > , > | commit 30ffaca5aa2cbffbfa2dd21335c058c75a22ed33 > |

[Orgmode] org-feed XML entities and character encoding

2010-08-10 Thread Michael Brand
y Emacs? I would even like if UTF-8 feeds like http://pod.drs.ch/world_music_special_mpx.xml that do not have the character encoding specified would work too. Thanks - Michael --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -99,6 +99,7 @@

[Orgmode] Re: org-feed XML entities and character encoding

2010-08-13 Thread Michael Brand
the two feeds http://www.openscreencast.de/blog/rss.xml (declared utf-8) and http://pod.drs.ch/world_music_special_mpx.xml (not declared utf-8) described more by me earlier and a dozen other feeds, all with character encoding utf-8. Michael ___ Emacs

Re: [Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-17 Thread Michael Brand
els for only the _current_ heading as I understand you would like, is too hard for me to implement without help. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Automatically move completed TODO items and checkboxes to another file

2010-08-17 Thread Michael Hoffman
od way of doing this automatically? Do you have any other suggestions for how to keep a log of done tasks while removing the cruft left over from the current list? Michael Hoffman ___ Emacs-orgmode mailing list Please use `Reply All' to send repl

[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-08-19 Thread Michael Hoffman
Eric S Fraga wrote: On Tue, 17 Aug 2010 13:34:32 -0700, Michael Hoffman <9qobl2...@sneakemail.com> wrote: I have happily been using org-mode for many years to keep a todo list. I like keeping a log of the actions I've completed, but I don't like them in the same file

[Orgmode] Re: [babel] support plantuml

2010-08-29 Thread Michael Gauland
I've run into a minor problem using this under Microsoft Windows. One of my machines puts a space in the temporary folder path, which causes the redirection to fail. I've fixed it locally by applying shell-quote-argument to in-file and out-file in org-bable-execute:plantuml. --Mike ___

[Orgmode] anyone composing email in orgmode and sending with Mail.app?

2010-08-30 Thread Michael Gilbert
in text export of some kind or with HTML or RTF formatted email. Anyone doing anything like this? — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: suggestion: simplify depth stepping of document structure (outline) visibility

2010-09-01 Thread Michael Brand
s, similar to Tab. Example 2: C-u C-> C-> C-< C-< C-< C-> [...] This changes the visibility of all headings, similar to S-Tab. Michael --- (global-set-key (kbd "C->") 'my-orgstruct-dive-in) (global-set-key

Re: [Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-09-01 Thread Michael Brand
Hi Rainer On Tue, Aug 17, 2010 at 20:32, Michael Brand wrote: > My implementation shows the same level always for _all_ headings in the > file. Showing or hiding more or less levels for only the _current_ > heading as I understand you would like, is too hard for me to implement >

Re: [Orgmode] Re: suggestion: simplify depth stepping of document structure (outline) visibility

2010-09-03 Thread Michael Brand
tial view depth of * 1 ** 1.1 *** 1.1.1 ** 1.2 *** 1.2.1 should be, when viewed as * 1 ** 1.1... ** 1.2 *** 1.2.1 with point on 1. Here I prefer to hit C-> repeatedly instead of an automatic guess that can never know if one wants to see even 1.2.1 or not. Michael

Re: [Orgmode] Re: suggestion: simplify depth stepping of document structure (outline) visibility

2010-09-03 Thread Michael Brand
Sorry, gmane.org thread broken here because of wrong reply. follow-up for gmane.org is here: http://thread.gmane.org/gmane.emacs.orgmode/29679 ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http:/

[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-03 Thread Michael Hoffman
Bastien wrote: Hi Michael, Michael Hoffman <9qobl2...@sneakemail.com> writes: and then using search/replace to add "TODO " How did you searched and replaced? Well, the commands: C-u C-c C-c C-x C-x C-c * convert the checkboxes to headings but eliminate the hierarchy.

[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-07 Thread Michael Hoffman
Nicolas Goaziou wrote: Hello, Michael Hoffman writes: I've also tried regex-searching for something like "^ - \[ \]" -> "*** TODO" but it's not foolproof since the number of leading spaces doesn't always have something to do with the level of the p

Re: [O] org-install ?

2011-06-30 Thread Michael Markert
so try a `make' or at least a `make autoloads'. > However I can run the *agenda* C-c a command that, correctly, > loads org and shows me the buffer with agenda options. I think that "works" because of the emacs bundled org-mode. What is the content of `org-version'? (C-h v org-version) Michael pgp5arOZxUBmh.pgp Description: PGP signature

[O] bulk relative time shift (in org file)?

2011-06-30 Thread Michael Gilbert
the Agenda. This is a planning activity. - I can see how I might do this by cloning the subtree, but that seems like an ugly hack, involving deleting the original. Any guidance? TIA! — Michael The Gilbert Center: http://gilbert.org Nonprofit News: http://nonprofitnews.org

[O] manually move tasks in list of agenda tags-todo

2011-06-30 Thread Michael Brand
this post also quoting David Allen (GTD): http://thread.gmane.org/gmane.emacs.orgmode/4915/focus=4921 Note 2: The agenda bulk command with custom functions for increasing and decreasing the priority is for me even less comfortable because this needs to mark 5x and then the bulk command that has to be directed to the function. Michael

Re: [O] Calendar-like view of the org-agenda

2011-07-01 Thread Michael Markert
d look to implement it (or maybe Org already features it and I just don't know it -- after all this is Org ;)) are highly appreciated! Michael pgpoDjvMqdK8w.pgp Description: PGP signature

Re: [O] org-install ?

2011-07-01 Thread Michael Markert
haps it is time to get Emacs 24 or > package manager ;-) Because of the autoload problems mentioned in another thread I built an elisp file to have something to play with. Put it in the base folder and run it with `emacs -Q -l gen-autoloads.el' or directly via emacs, but ma

Re: [O] Calendar-like view of the org-agenda

2011-07-04 Thread Michael Markert
On 4 Jul 2011, Kan-Ru Chen wrote: > Michael Markert writes: > >> On 1 Jul 2011, Bastien wrote: >> >>> PS: there are definitely nice things in Taskwarrior I would love to >>> see integrated in Org. Let's continue brainstorming about this. >> >&g

Re: [O] org+cua "C-c ;" on selected region

2011-07-04 Thread Michael Markert
same behavior on org-mode? The canonical version is using "M-;" which is bound to `comment-dwim' and it works across all emacs modes not just in LaTeX-mode. Michael pgpHP1Tgel2GQ.pgp Description: PGP signature

[O] Create a view of just source-code blocks?

2011-07-05 Thread Michael Hannon
Greetings. I'd like to be able to view just the source-code blocks in a Babel file. I.e., I'd like to do something logically equivalent to "tangle", but without creating a separate file, just a view within the current file. Any suggestions? Thanks, -- Mike

Re: [O] Create a view of just source-code blocks?

2011-07-06 Thread Michael Hannon
Great. Thanks, Eric. I haven't done exhaustive testing of your code, but so far it seems to do exactly what I had in mind. -- Mike - Original Message > From: Eric Schulte > To: Michael Hannon > Cc: Org-Mode List > Sent: Tue, July 5, 2011 4:21:20 PM > Subje

[O] Customizing "Easy Templates"?

2011-07-06 Thread Michael Hannon
Greetings. I just came across the "Easy Templates" feature of Org-mode: http://orgmode.org/manual/Easy-Templates.html In particular, using: to generate: #+begin_src #+end_src is a real time-saver for me. One thing that would improve this feature for me: I like to keep sou

Re: [O] Customizing "Easy Templates"?

2011-07-07 Thread Michael Hannon
Thanks, Suvayu. This works like a charm. -- Mike - Original Message > From: suvayu ali > To: Michael Hannon > Cc: Org-Mode List > Sent: Wed, July 6, 2011 10:13:55 PM > Subject: Re: [O] Customizing "Easy Templates"? > > Hey Mike, > > On

Re: [O] Customizing "Easy Templates"?

2011-07-07 Thread Michael Hannon
From: Eric S Fraga > To: suvayu ali > Cc: Michael Hannon ; Org-Mode List > Sent: Thu, July 7, 2011 1:30:37 AM > Subject: Re: [O] Customizing "Easy Templates"? > > suvayu ali writes: > > > Hey Mike, > > > > On Thu, Jul 7, 2011 at 4:28 AM, Michae

Re: [O] Release 7.6

2011-07-09 Thread Michael Markert
completely? To me it looks like you forgot a step and fall back to the emacs23-bundled version of org-mode. Michael Footnotes: [1] http://orgmode.org/manual/Installation.html#Installation

Re: [O] tables column width question

2011-07-09 Thread Michael Brand
e.el format AFAIK. For Org tables format you need "|-" or "C-c -". Then you will get the expanded header: | date | time| syst | dias | pulse | |--+-+--+--+---| | <2011-07-09 Sat> | 08:06AM | 139 | 89 |81 | Is that what you are looking for? Michael

[O] default PRIORITY

2011-07-10 Thread Michael Brand
quot;PRIORITY<\"B\"". During debugging it seemed to me that this is simply because the item gets the PRIORITY " " when matching. Now I am not sure whether I would be able to provide a patch and how this should be solved: Only in org-scan-tags or better in org-entry-properties and/or friends like org-entry-get, org-cached-entry-get and maybe more? Tested with current release_7.5-416-g27360b1 and Emacs 23.3.1 Michael

Re: [O] Changing packages and their order in LaTeX export

2011-07-11 Thread Michael Markert
ht to be changed. And don't forget to set/save in that dialog. Michael pgpjcesvdEKIo.pgp Description: PGP signature

Re: [O] Calendar-like view of the org-agenda

2011-07-15 Thread Michael Markert
uot; "Vie" "Sab"] > calendar-month-name-array > ["Ene" "Feb" "Mar" "Abr" "May" "Jun" "Jul" > "Ago" "Sep" "Oct" "Nov" "Dic"] ) The names are no problem, but `calendar-week-start-day' is. The day array is 0-indexed, so you want 6 not 7. Michael pgpCvo5eL7UbL.pgp Description: PGP signature

Re: [O] Time calculation: vsum?

2011-07-17 Thread Michael Markert
|Time | |-| | 1:06:00 | | 0:52:30 | | 2:00:00 | |-| | 3:58:30 | #+TBLFM: @5$1='(h-m-s-vsum '(@I..@II)) Hope that helps. Maybe there is an easier way. I hope there is ;) Michael pgpMUnoMV9RoX.pgp Description: PGP signature

Re: [O] Commenting a diary sexp line??

2011-07-18 Thread Michael Markert
y: Begin the org-sexp line with a `#' - the usual org comment character. Michael pgpHMnGsMIviU.pgp Description: PGP signature

Re: [O] default PRIORITY

2011-07-23 Thread Michael Brand
Hi all I would like to bump my previous post, although being aware that everybody here is volunteer. Michael On Sun, Jul 10, 2011 at 13:12, Michael Brand wrote: Hi all It seems to me that there is an inconsistency with the default PRIORITY in searches and custom agenda blocks of types like

Re: [O] calculation question

2011-07-23 Thread Michael Brand
also supports the org-table-follow-field-mode "C-u C-u C-c `" added by Carsten two months ago: http://orgmode.org/w/org-mode.git/commitdiff/bffdfeb7fcd6c094d44e754ace7ce28fab81f2ff Michael 0001-Table-editor-Display-coordinates-of-current-field.patch Description: Binary data

Re: [O] Table formula to convert hex to dec

2011-07-24 Thread Michael Brand
#x27;(format "16#%x" $2); N It would be nice to have not only "N" for the Org table formula mode string like now but also optionally all possible Emacs Calc radix, so the above would be simply (does not work yet): | 16#10 | 16 | 16#10 | #+TBLFM: $2 = $1 :: $3 = $2; N16# Michael

Re: [O] Table formula to convert hex to dec

2011-07-24 Thread Michael Brand
On Sun, Jul 24, 2011 at 11:52, Michael Brand wrote: > It would be nice to have not only "N" for the Org table formula mode > string like now but also optionally all possible Emacs Calc radix, so > the above would be simply (does not work yet): > | 16#10 | 16 | 16#10 | &g

Re: [O] default PRIORITY

2011-07-24 Thread Michael Brand
On Sun, Jul 24, 2011 at 21:17, Bastien wrote: > I read this post when you originally posted it -- but it requires > some thinking...  but this issue is in my TODO list. Thank you for taking care of and for letting me know. Michael

Re: [O] Org-Mode Homepage error

2011-07-25 Thread Michael Markert
able panel that links to anchors on the page. Michael -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOLcceAAoJEHHMVUK0UjKVeewP/RbxlLIe30Z7wfSLwzHWpuhH GpPDsAJhbBDzJTXkCsQBcVDuuUu4lkUCmtAgArVMdlhWEDwCTO56fuKRClCM+rkg RSS4Pf2kObSk/cJel4SA9vAPKrbGtWpxQgVpGL2Ku5Ip8y

Re: [O] Org-Mode Homepage error

2011-07-25 Thread Michael Markert
cript. Once it's disabled all works. Michael > -Original Message- > From: Michael Markert [mailto:markert.mich...@googlemail.com] > Sent: Monday, July 25, 2011 9:42 PM > To: Renger van Nieuwkoop > Cc: emacs-orgmode@gnu.org > Subject: Re: Org-Mode Homepage error

Re: [O] Ctrl-Tab behaviour

2011-07-26 Thread Michael Markert
(eval-after-load "org '(define-key org-mode-map (kbd "C-") nil)) Michael -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOLwrcAAoJEHHMVUK0UjKVUsEQAKs64LU84lycrUAHxMV+Sqht rg7qa0SKUoxG3NgUNzIU9Q9Wg3ZENAuJ2gWtkt1KCWBS5agLe/7AR02QANHQZnIi L/Ih5+

Re: [O] Habits not showing in agenda and no progress graph

2011-07-26 Thread Michael Brand
Hi John - State logging is working ok as seen from the LOGBOOK. - A habit task is simply not shown before the SCHEDULED date. Try this task state to get an impression of the graph (change TODO and DONE keywords to reflect your setup): #+begin_src org ,* TODO note down month's accomplishm

Re: [O] Habits not showing in agenda and no progress graph

2011-07-27 Thread Michael Brand
year's view. I think that's fine. > Just wanted to make sure I wasn't messing something up. > > The manual still gives the impression that the "graph" will show the > history of my habits, whereas this thing in agenda is only showing > whether I'm ahead, on schedule, or late for this *current* habit. maybe "C-h org-habit-show-habits-only-for-today" works for you? > Thanks for any input http://thread.gmane.org/gmane.emacs.orgmode/35628 http://orgmode.org/worg/org-tutorials/tracking-habits.html Michael

[O] column view sum scope

2011-07-28 Thread Michael Brand
u remember this? Now I would be glad to hear any thoughts and hints. Michael

[O] column view summary format

2011-07-28 Thread Michael Brand
| ,* section | 105.5 | ,** subsection 1 | 7.12 | ,** subsection 2 | 98.34 | #+end_src Is this a bug or how can I get each number formatted and aligned? Michael

<    1   2   3   4   5   6   7   8   9   10   >