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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
"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
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
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
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
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
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-
"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
"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
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
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
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"
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
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
, 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
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
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.
>>
>>
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--
#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-
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.
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
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
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?
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
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
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
? 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
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
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
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
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
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
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
>> 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
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
(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
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
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
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
> |
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 @@
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
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
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
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
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
___
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
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
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
>
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
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:/
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
ht to be changed. And don't
forget to set/save in that dialog.
Michael
pgpjcesvdEKIo.pgp
Description: PGP signature
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
|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
y: Begin the org-sexp line with a `#' - the usual org comment character.
Michael
pgpHMnGsMIviU.pgp
Description: PGP signature
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
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
#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
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
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
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
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
(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+
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
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
u remember this?
Now I would be glad to hear any thoughts and hints.
Michael
|
,* 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
101 - 200 of 1973 matches
Mail list logo