Hi Christopher,
turning font-lock off and on does seem to help, but it is a pretty big
cannon.
The reason hy your hook runs into problem is: When the match is in
text marked by an "intangible" property (like the link part of a link
that
also has a description), then the command loop moves
On Jan 21, 2009, at 4:51 PM, William Henney wrote:
Hi Carsten
On Wed, Jan 21, 2009 at 3:32 AM, Carsten Dominik > wrote:
If a heading has tags, then that heading's time summary overlay
(shown
by C-c C-x C-d) is displayed using the org-tag face. This looks a
bit
strange. Is it intended?
Paul R writes:
> Graham,
>
> Graham> Thanks, but I would appreciate a bit more hand holding on this.
> Graham> I don't actually know how to "check" org-footnote-re and
> Graham> org-footnote-definition-re
>
> I think the best help I can do is to describe the first steps to find
> your way in the
I finally have my agenda just the way I like, thanks to custom agenda
block commands. So the next natural thing to do was to get this
exported so I could see it on my iPhone.
Pending a formal Org iPhone application, I decided to put some HTML on a
web server I control, and access it from my phone
Leo writes:
> My friend asked about how to have the current date highlighted when
> in the week view of the agenda. Any ideas?
I have the following in my .emacs
(add-hook 'org-agenda-mode-hook '(lambda () (hl-line-mode 1)))
and then just '.' in the agenda goes to today with the hilighted line.
Hi,
following this thread, I have revisited the commands
`C-c -' and `C-c *' and hope that they are now better
behaved and more useful:
If there is an active region, these commands will act on the
region, otherwise on the current line.
C-c -
This command turns headings or normal l
Fixed, thanks.
- Carsten
On Jan 21, 2009, at 1:50 PM, Ian Barton wrote:
Using C-c C-e t to insert options omits <: (include time and date
stamps).
This is with 6.17 trans.
Ian.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send r
Nick
> But I suspect that you are going to run into a much harder wall
> after you've done this. The description reads as follows:
>
>
> ---
> org-footnote-re is a variable defined in
> `/home/nick/src/emacs/org/git/org-mode/
Graham Smith wrote:
> > Check org-footnote-re and org-footnote-definition-re
>
> Thanks, but I would appreciate a bit more hand holding on this.
>
> I don't actually know how to "check" org-footnote-re and
> org-footnote-definition-re
>
C-h v org-footnote-re
or
M-x describe-variable
Paul,
This looks really useful, the problem with the Friendly manual (and I
have the O'Reilly book and the SAMS book) is that its difficult to
know where to start and this very focussed help I am sure will give me
a kick start.
I have now printed it out and will work through it.
Many thanks,
Gr
Graham,
Graham> Thanks, but I would appreciate a bit more hand holding on this.
Graham> I don't actually know how to "check" org-footnote-re and
Graham> org-footnote-definition-re
I think the best help I can do is to describe the first steps to find
your way in the emacs jungle.
First, take a fe
Hi there,
My friend asked about how to have the current date highlighted when
in the week view of the agenda. Any ideas?
Thanks,
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
Paul,
> Check org-footnote-re and org-footnote-definition-re
Thanks, but I would appreciate a bit more hand holding on this.
I don't actually know how to "check" org-footnote-re and
org-footnote-definition-re
sorry
Graham
___
Emacs-orgmode mailing
Graham> Is it possible to disable the footnote feature and then
Graham> explicityly tell orgmode that a specific instance of square
Graham> brackets should be interpreted as a footnote.
Check org-footnote-re and org-footnote-definition-re
--
Paul
Hi Carsten
On Wed, Jan 21, 2009 at 3:32 AM, Carsten Dominik wrote:
>> If a heading has tags, then that heading's time summary overlay (shown
>> by C-c C-x C-d) is displayed using the org-tag face. This looks a bit
>> strange. Is it intended?
>
>
> What is intended is that the face should be only
Mmmm, so busy concerened about the graphics I didn't realise I had
such a major issue with footnotes.
I am pasting R output into an org file which comes in like:
> names(gq3hazard)
[1] "H1a""H1b""H1c""H2a""H2b""H2c""H3a""H3b"
[9] "H3c""H3d""H4a""H4b""
I currently use the following hook to achieve the level of detail I
like from a sparse tree:
(add-hook 'org-occur-hook
(lambda ()
(goto-char (point-max))
(while
(re-search-backward regexp nil t)
(show-subtree)
(org-cy
Using C-c C-e t to insert options omits <: (include time and date stamps).
This is with 6.17 trans.
Ian.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinf
Hi Daniel,
thank you very much for this useful entry.
- Carsten
On Jan 21, 2009, at 12:35 PM, Daniel Clemente wrote:
Bruce Hackett writes:
(setq load-path (append load-path '("~/.emacs.d/org/lisp")))
This was something I picked up long, long ago, and never worried
about. My guess is th
Bruce Hackett writes:
>
> (setq load-path (append load-path '("~/.emacs.d/org/lisp")))
>
> This was something I picked up long, long ago, and never worried about. My
> guess is that "append" really means just that, and
> that "add-to-list" means prepending.
>
> Anyway, org-mode is working correc
On Jan 21, 2009, at 5:59 AM, William Henney wrote:
Hi list
If a heading has tags, then that heading's time summary overlay (shown
by C-c C-x C-d) is displayed using the org-tag face. This looks a bit
strange. Is it intended?
What is intended is that the face should be only a highlight, and
Hi Joao,
this is, unfortunately, not possible currently. List structure
is based on indentation, and the BEGIN_LaTeX statement cannot be
indented.
All you can do it make the entire list in LaTeX, like:
\begin{enumerate}
\item My first option
\item My second option
some difficult latex here
\
Hi,
David> Thank you to the both of you for responding so quickly. Basically
David> the reasoning why I' doing all this is to try and take more
David> detailed notes on stuff that maybe the end user should not see in
David> the ticket - which right now I kinda have to do. I still want to
David> ca
23 matches
Mail list logo