Tim Burt wrote:
> Robert Goldman writes:
> > When I do a latex export, a simple URL in text, or a simple link url of
> > the form [[URL]] --- with no description --- gets emitted as
> >
> > \href{URL}{URL}
> >
> > which causes Latex to crash for m
This seems like a very common thing to want to do, but am I right in
thinking that it's also very hard to get right because the frame
environment is not really a sectioning environment?
As I understand things, the way we export to latex is to insert
sectioning commands, and drop translated content
Here's another challenge --- is there a good way to handle this in the
exporter?
If you use VERBATIM in a beamer frame, then you need to add the optional
argument "fragile" to the environment, like this:
\begin{frame}[fragile]
instead of just
\begin{frame}
I'd be surprised if there was a good
Nick Dokos wrote:
> Robert Goldman wrote:
>
>> Here's another challenge --- is there a good way to handle this in the
>> exporter?
>>
>> If you use VERBATIM in a beamer frame, then you need to add the optional
>> argument "fragile" to the
Carsten Dominik wrote:
> Hi,
>
> I just tried and cannot get it to crash.
>
> Robert, it seems we need, instead of a bug description, a test file,
> with the actual URL you are using.
Right. I am working on this. It is only happening to me in beamer,
though, which isn&
Matt Lundin imapmail.org> writes:
>
> Kyle Sexton mocker.org> writes:
>
> > At Wed, 26 Aug 2009 14:49:41 +0200,
> > Rainer Stengele online.de> wrote:
> >>
> >> I use subversion to backup and track my org files.
> >> I have a server in my office running the subversion server.
> >>
>
> This
I've saved a link to a latex file using org-save-link, but the link is
not good enough to find the piece of the file I want. That is, Org-mode
tries to jump to the link, but finds only the FIRST match, and it so
happens that the location I wanted was the second or third.
I looked at the "Handling
Hi.
I've noticed that as I go through tasks listed in my agenda, it's
very easy to select and operate on the wrong task because it's too easy
to loose track of what task I am operating on. If the entire task line
entry were highlighted, it would be much easier to determine which task
was b
Hay, thanks. This is exactly what I needed!
Memnon Anon wrote:
Hi!
I have this setting in my .emacs. Highlights the line point is in.
These colors are nice for a black background imo.
For a nice color for a light background, ask google ;)
;; Misc Settings
;;
;; Line containing poi
I hope that this isn't too much of an FAQ, but I searched the mailing
list and couldn't find an answer (although I could find the question
being asked):
Is it possible to tailor the agenda view so that when it displays the
TODO items it shows those todo items with their *inherited* tags?
My displ
Has anyone managed to get org-annotation-helper to work with Firefox 3
on Mac OSX Leopard?
I'm asking because I have the shell script in, working with emacs and
remember (from the shell), but when I try to invoke the remember links
from Firefox I get only the "protocol (remember) isn't associated
> Date: Tue, 30 Sep 2008 11:40:46 -0500
> From: Paul Holcomb <[EMAIL PROTECTED]>
> Subject: Re: [Orgmode] Help with agenda-custom commands
> To: Carsten Dominik <[EMAIL PROTECTED]>
> Cc: emacs-orgmode@gnu.org, [EMAIL PROTECTED]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=
I have an org file which the agenda sees in which I put an outline item
with notes from a meeting. The header for this item is as follows:
* Tasks
...
* * Meeting with
SCHEDULED: <2008-10-06 Mon>
...
What I was somewhat surprised to see was that this continues to roll
down my agenda, e.g.
Manish wrote:
> On Wed, Oct 8, 2008 at 8:26 PM, Robert Goldman wrote:
> > I have an org file which the agenda sees in which I put an outline item
> > with notes from a meeting. The header for this item is as follows:
> >
> > * Tasks
> > ...
> >
Bernt Hansen wrote:
> Robert Goldman <[EMAIL PROTECTED]> writes:
>
>> I have an org file which the agenda sees in which I put an outline item
>> with notes from a meeting. The header for this item is as follows:
>>
>> * Tasks
>> ...
>> * * M
I was reading over the agenda documentation in my current version of org
(6.08c) and noted a couple of things:
1. (nit): in the discussion of finding stuck projects:
"Lets[sic -- Let's] further"
2. In "The weekly/daily agenda":
" (1) For backward compatibility, the universal prefix `C-u' c
I have the following org-todo-keywords:
((sequence "TODO" "WAIT(w@)" "|" "DONE(d!)" "CANCELED(c@)"))
I expected this to cause me to get timestamps, based on this piece of
the docstring:
" `!' means to record only the time of the state change."
This value of org-todo-log-states in the buffer whe
("%u" .
"rpg") ("%U" . "Robert P. Goldman") ("%t" . "[2008-10-13 Mon 13:41]")
("%s" . #("\"DONE\"" 0 1 nil 1 5 (face org-done) 5 6 nil)))
| | 3 <- org-replace-escapes: #("State \"DONE\" [2008-10-1
I use C-u C-c C-t followed by "d" when I mark my tasks as DONE so that
they move to the done state instead of waiting, which is the next state
in the progression.
Unfortunately, that prefix argument is, as far as I can tell, bound over
the entire process of marking the task as done. This means th
Carsten Dominik wrote:
> Hi Robert,
>
> thank you for digging into the code and nailing this difficult bug.
>
> I have fixed it in GIT now, please confirm that it now works correctly.
OK, with version from git, turned off org-use-fast-todo-selection, went
to agenda, toggled a ta
---
lisp/org.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index d9cf394..30a9ce7 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -7243,7 +7243,7 @@ and will therefore always be up-to-date.
At the target location, the entry is filed as a sub
There's a page on the EmacsWiki describing schemes for unit/regression
testing in emacs lisp:
http://www.emacswiki.org/cgi-bin/wiki/UnitTesting
Perhaps we could pick up one of these? I haven't evaluated any of them.
In response to Ben Alexander's question, yes, sometimes the screen
output is wh
I'd be interested in working on this. I have to use a couple of wikis,
so I have been working on some code to generate wiki format out of Org.
I'd be interested in cooperating with anyone who takes up Carsten's
challenge to help with org exporting. I'm particularly interested
because I'd like to
> Date: Thu, 23 Oct 2008 15:55:41 +0100
> From: Ben Alexander <[EMAIL PROTECTED]>
> Subject: Re: [Orgmode] How you can help
> To: Sebastian Rose <[EMAIL PROTECTED]>
> Cc: emacs-orgmode Org-Mode
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=ye
Avdi Grimm wrote:
> On Thu, Oct 23, 2008 at 7:57 PM, Eric Schulte <[EMAIL PROTECTED]> wrote:
>> I'm pessimistic that the colossal amount of work involved in wrapping
>> all of org-modes extensive and varied functionality into a test
>> framework can/should actually be completed. Would it be suffic
Eric Schulte wrote:
> Robert Goldman <[EMAIL PROTECTED]> writes:
>
>> Avdi Grimm wrote:
>>> On Thu, Oct 23, 2008 at 7:57 PM, Eric Schulte <[EMAIL PROTECTED]> wrote:
>>>> Also, should we start tracking bug reports somewhere (worg), so that
>>&
I just used org-attach for the first time, and it seems very handy
(especially since as yet I have no way to link to my emails). However,
there doesn't seem to be any obvious way, short of
M-x org-attach-open
to get at the attachments, and they are not mouse-sensitive, AFAICT.
Have I missed som
s familiar...
Note that thunderbird provides offline function of the sort you want ---
just click "work offline."
Alas, I have not been able to make thunderbird provide me with links
into emails so that I could click on an email link in org and jump
thunderbir
Robert Goldman wrote:
> I just used org-attach for the first time, and it seems very handy
> (especially since as yet I have no way to link to my emails). However,
> there doesn't seem to be any obvious way, short of
>
> M-x org-attach-open
>
> to get at the attachmen
I have been using tag filtering from my agenda to get, e.g., a view of
the agenda that has only my TODOs that are tagged as '@car'. This works
fine. But when I try to write them to a text file, using C-x C-w, I get
output containing TODOs that are *not* tagged with @car.
I am doing this using th
OK, I have looked at the code, and it seems like the problem is that
org-write-agenda calls buffer-substring, which is writing the entire
contents of the buffer. The problem is that buffer-substring ignores
overlays, and overlays are what is used to hide the filtered materials.
Is this something
Richard Riley wrote:
> Hi Robert,
>
> Why would you expect C-x C-w to remove/filter anything? Its simply
> write-file. Or do I misunderstand? Did you possibly redefine this
> command?
I guess I expected the agenda-writer to be WYSIWYG in its behavior, and
so apply the filters.
I
I have been researching this off and on for a while. The closest I have
found to a way to get at messages from outside is that Thunderbird is
supposed to be able to open imap URLs if given them from the command
line. However, at least for now, I have not figured out how to throw
one of those URLs
, and emacs 22.3.1.
yours,
/robert
--
Systems Administrator & IT-Coordinator
Swedish National Graduate School of Language Technology
Nordic Graduate School of Language Technology
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send
>>>>> "CD" == Carsten Dominik <[EMAIL PROTECTED]> writes:
CD> Does
CD> (require 'vm-search)
CD> help?
yes it did help, thanks!
yours,
/robert
--
Systems Administrator & IT-Coordinator
Swedish National Graduate School of Language Technol
refully. If (a) org-refile handles relocating
attachments correctly and (b) the code in org-remember for handling,
e.g., C-1 C-c C-c. uses the org-refile code; then this should be
relatively easy to handle.
Best,
Robert
___
Emacs-orgmode mailing list
Remember:
I have tried these instructions, and with my Firefox (Mozilla/5.0
(Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920
Firefox/3.0.4) I get only the error that:
Firefox doesn't know how to open this address, because the protocol
(org-browse-url-store) isn't associated with any p
I tried it the stupid way, just to see it working:
(defun org-context-help ()
"Context help for org-mode"
(interactive)
(if (org-at-table-p)
(info "(org)tables")
(if (org-at-timestamp-p)
(info "(org)timestamps")
(if (org-at-item-checkbox-p)
(info "(org)Chec
*and* on a TODO tag "TODO". I may
be missing something, but I don't see any obvious conjunctive matching
command in the sparse tree or agenda codes.
Is there any existing way to do this, or should I start rooting around
in the code?
thanks!
Robert
_
I use org on aquamacs and it behaves badly with the agenda. Here's the
problem:
1. I have an agenda view with a todo task under the cursor.
2. I press "t" to toggle the todo state
3. I change the todo state to a different one
4. Aquamacs pops forward the emacs frame containing the org file
Matthew Lundin wrote:
> Hi Robert,
>
>
>> Is there any existing way to do this, or should I start rooting around
>> in the code?
>
> For a custom agenda command:
>
> (setq org-agenda-custom-commands
> '(("f" tags-tree &qu
Matthew Lundin wrote:
> Hi Robert,
>
> Robert Goldman writes:
>
>> I have a @car category that I use to keep track of things I might want
>> to do when out in the car. Getting the agenda view *almost* works for
>> this. But often an item here indicates that I s
Matthew Lundin wrote:
> Hi Robert,
>
> Robert Goldman writes:
>
>> Matthew Lundin wrote:
> [snip]
>>> For a custom agenda command:
>>>
>>> (setq org-agenda-custom-commands
>>> '(("f" tags-tree "+car+TODO=\"
Matthew Lundin wrote:
> Hi Robert,
>
> Robert Goldman writes:
>
>> Matthew Lundin wrote:
>>> Hi Robert,
>>>
>>
>>>> Is there any existing way to do this, or should I start rooting around
>>>> in the code?
>>
Matthew Lundin wrote:
> Hi Robert,
>
> Robert Goldman writes:
>> I think it would be appropriate to have a tutorial like this in Worg,
>> but not a replacement. If you look at the custom agenda commands
>> discussion in the manual, you will see that there is a discu
The definition of org-region-active-p in my copy of org-mode is as follows:
(defun org-region-active-p ()
"Is `transient-mark-mode' on and the region active?
Works on both Emacs and XEmacs."
(if org-ignore-region
nil
(if (featurep 'xemacs)
(and zmacs-regions (region-active-p
Carsten Dominik wrote:
> Hi Robert,
>
> Samuel has it right, let me add this:
>
> In Emacs, you do never remove the mark from the buffer, it is always
> there, wherever you or some command last left it. The only way to tell
> if the user intends to apply a command to a re
Carsten Dominik wrote:
> Dear Robert,
>
> also region-active-p requires transient-mark-mode to be active, if you look
> at the definition of the region-active-p function, you will see that.
>
> transient-mark-mode is on by default in Emacs. Why did you turn it
> *off*
Carsten Dominik wrote:
> Hi Robert,
>
> no, I do not think this would make sense, to step out with
> an error, because all the commands that need a region will
> also work without one. This is how regions work in Emacs.
>
> If you find places in the documentation where
Carsten Dominik wrote:
> Ah, so maybe Robert did not turn it off
>
> Anyway, in Emacs 23 the default will be ON. It was always my understanding
> that in order to use regions efficiently, you needed to turn on that mode.
>
> Anyway, Robert, could you please try to identify
Backgrond: I have been finding that the Set Tags menu command didn't
work for me (on aquamacs). I reported that to aquamacs-bugs, but David
Reitter there found that it was an org-mode bug. I don't believe he
reported it to orgmode list --- went to emacs-pretest-bug instead.
Here's the analysis a
Question --- would it be possible to attach a unique identifier to
org-mode tasks and appointments (perhaps as a property value), and use
that as a basis for syncing with external applications?
BTW, if you're thinking of syncing with the Mac, think hard about
timezones. I have been in a world of
Carsten> On Jan 4, 2009, at 3:33 PM, Steven E. Harris wrote:
>> > Carsten Dominik writes: >
>>> >> Code references use special labels embedded directly into the
source
>>> >> code. Such labels look like "((name))" and must be unique
within a
>>> >> document.
>> > > How doe
Has anyone implemented a property that's the opposite of deadline for
Org TODOs?
What I'd like is a property I could put on a TODO that would hide it
from agenda display (probably with some preference that would permit
unfiltered display) until a specified date.
This would keep me from being over
[Sorry, I couldn't bring myself to actually make a git branch and
generate a diff for this.]
On line 7545 we read:
"after having types[sic -- typed] the backslash and maybe a few characters"
cheers,
r
___
Emacs-orgmode mailing list
Remember: use `Rep
Since we can export individual pieces of a single org-mode file, would
it be reasonable to make the latex class be a possible property on a
node, instead of requiring it to be set either on the file or through
variable binding?
Best,
r
___
Emacs-orgmod
ifferent tables for the different
wikis.
Feel free to contact me off-line about this; I would be more than happy
to work with you on it.
Best,
Robert
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-
> Date: Mon, 26 Jan 2009 16:45:03 +
> From: Nick Bell
> Subject: [Orgmode] Using SCHEDULED to indicate task start date
> To: Emacs org-mode list
> Message-ID: <497de88f.4040...@nickbell.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Dear org-mode users and developers
> Date: Wed, 11 Feb 2009 09:58:43 -0500
> From: Bernt Hansen
> Subject: [Orgmode] Re: Docs submitted
> To: Carsten Dominik
> Cc: emacs-orgmode@gnu.org, "Tom Breton \(Tehom\)"
> Message-ID: <87fxilggv0@gollum.intra.norang.ca>
> Content-Type: text/plain; charset=us-ascii
>
> Carsten Dominik
n't see how to do it...
Is there a way?
Robert.
--
Robert Inder,0131 229 1052 / 07808 492 213
Interactive Information Ltd, 3, Lauriston Gardens, Edinburgh EH3 9HH
Registered in Scotland, Company no. SC 150689
Inter
On 4 July 2014 21:59, Ramon Diaz-Uriarte wrote:
> Dear Robert,
>
> If you go to the *Org Agenda* buffer and type "v" and then "c" (without the
> quotes), does that give you what you want?
Ah ha Success!!!
I "always" use the agenda mode to review
hen displayed at the upper end of the tabletest.org buffer window.
In "sufficient" long org files the visible cursor jumps to the end of
the org file buffer as soon as you navigate to a line with a formula in
the *Edit Formulae* buffer window.
PS: I've seen this for at least two weeks
I made some quick tests with different org versions; the first one I see
this issue is git commit 30220ffcdcef45c0237f80a2347d4da19877f64a
(release_8.2.6-77-g30220f).
I don't see the patch causing this, yet; have to look further.
Best regards
Robert
On 07/22/2014 09:01 PM, Nick Dokos
Hi again,
in a LaTeX buffer, for example, it works smoothly:
https://share.eva.mpg.de/public.php?service=files&t=257412dda02bccdc4ed122852e446eb1
Org buffers are the only occasions on which I encountered the described
behavior.
The versions:
- Org-mode version 8.2 (8.2-6-gd745cd-elpa @ /home..
(or o):
#+HTML_HEAD_EXTRA: http://orgmode.org/worg/style/worg.css"; type="text/css">
#+INFOJS_OPT: view:info toc:nil ftoc:yes ltoc:above mouse:underline buttons:0
path:http://orgmode.org/org-info.js
The above lines make the toc flowing like www.orgmode.org/worg.
The most important keys for navigating i would mention at the begin of
the page.
HTH,
Robert
Hi,
after a long time i recently played with ox-reveal (with
org-mode release_8.3beta-167-g003edd)
While exporting to reveal i get
Symbol's function definition is void: org-html-format-headline--wrap
What i'm missing?
Regards,
Robert
Radio tables creates a latex table including an enumerate environment,
which will not compile. This occurs if a numeric entry within the table
ends in a period. The problem does not occur without the period. It seems
possible that this is working as designed, but it is sure a surprise in
context.
Thank you.
On Mon, Aug 25, 2014 at 3:15 AM, Nicolas Goaziou
wrote:
> Hello,
>
> Robert McDonald writes:
>
> > Radio tables creates a latex table including an enumerate environment,
> > which will not compile. This occurs if a numeric entry within the table
> >
Jay Iyer writes:
> If there are use cases out there, it might be worth collecting them and
> then thinking about how to support them better. If there aren't, maybe
> it should be thrown out.
It's most definitely useful. I'm not sure what you think would be
"better". I make extensive use of dat
Nicolas Goaziou writes:
> Hello,
>
> Robert Horn writes:
>
> As a rule of thumb, C-c C-c on a list will operate on every top level
> items and C-c C-c on a item will operate on the item. You are considered
> to be on a list when calling C-c C-c from affiliated keywor
ot; and server "news.gmane.org":
(setq gnus-select-method (quote (nntp "news.gmane.org")))
After opening the server the list of groups will downloaded
(takes a few minutes) and you can subscribe with "u"
Sure, the experts can explain this better.
HTH
Robert
>
ell, you should -- at least from now on!
>
Thanks, i will give that a try
> If yes, then, I guess you mean getting more than just the letters in the echo
> area?
That would be very fine, especially the first days. OTOH i can imagine this is
only "neccesary" for the first steps.
Cu
Robert
timestamp(s).
IIRC it was shown also in version 7.9.2, but recently there have been too many
changes. I only know the (1/8) variant.
Cu
Robert
21 Do>
#+end_src
In the agenda, the tag :foo: is inherited to the TODO Action, not in the
exported file.
Thanks,
Robert
Achim Gratz writes:
> Jambunathan K writes:
>> Always use utf-8 for HTML export (No support for other coding systems).
>>
>> For or against. Please register your views.
>
> It is becoming more rare these days, but still possible that the
> document encoding cannot be UTF-8 for whatever reason.
ly I prefer to use utf-8, too. However, I've had a number of
uncooperative web servers (and operators), where I had to deliver
documents in 8859-1.
Best regards
Robert
t; how to achieve this in LaTeX.
>
> I think you are right. I'll see if can find a nice way to do this in
> LaTeX, I'll share if I find something.
>
Perhaps package minitoc is what you are looking for?
I don't know if it is usable within beamer.
Cu,
Robert
rom an directory with an
old version or from an build-in version.
I thought, the configuration was so, but AFAIR there was an old path, which
was ignored by versions less recent. It was a mixed configuration in
office, so yet i can not look for this.
Cu
Robert
Bastien writes:
> No objection of course, but it feels both formal and empty to me.
>
I share Bastien's opinion. My experience with community building is
that describing and rewarding exemplary behavior is much more useful
than attempting to set strict rules of behavior. You need some basic
ru
; "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 10))
which ought to increase the number of lines I can span an emphasis (only
change is the original 1 at the end to 10). Doesn't work though, atm.
My org-version is release_8.0-pre-67-gd3361c.
Best regards
Robert
On 03/14/2013 09:56 AM, Robert Klein wrote:
> On 03/08/2013 11:58 AM, Myles English wrote:
>>
>> Hi,
>>
>> Just wondering if there is a better way to italicise across more than two
>> lines
>> for a list item, currently this is the only way that wor
omment-environment for HTML how i used for LaTeX or
- write the BMCOL-Environment manually in an LaTeX-Block?
TIA,
Robert
Hello,
> Robert Klein writes:
>
>> (require 'org)
>>
>> ;; change number of newlines for emphasized blocks
>> (setq org-emphasis-regexp-components
>> '(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r
Eric S Fraga writes:
> Robert Eckl writes:
>
>> I have to provide weekly newsletters in the format pdf and html. Up to
>> now i did this with exporting to scrartcl, known as koma-script.
>> Including images is a bit booring because i handle two formats, for example
>
Charles Berry writes:
> ucsd.edu> writes:
>
>>
>> Robert Eckl gmx.de> writes:
>>
> [snip]
>>
>
> I said
>
>> You might be able to do what you want with filter functions.
>>
>
>>
>> You can do that with this filt
n="right" width="100"
[[http://www.mypage.de][http://www.mypage/path/image.jpg]]
Some Text
more text more text
Now the ATTR_HTML line seems to be ignored, so the image is not at the
right of the text but centered in an extra row.
TIA,
Robert
John Hendy writes:
> On Tue, Mar 26, 2013 at 10:36 AM, Robert Eckl wrote:
>> Hi,
>>
>> with Org-mode version 8.0-pre (release_8.0-pre-193-gaa7b1e i got some
>> issues handling images and links:
>>
>> A Link [[http://www.mypage.de][description]] results i
ling them with skype
;;;---
;;; Copyright (C) 2013 Free Software Foundation, Inc.
;; Author: Robert P. Goldman
;; Homepage: http://orgmode.org
;; Version: 0.01
;; This file is not yet part of GNU Emacs.
(require 'org)
(org-add-link-type "phone" 'org-phon
On 3/29/13 Mar 29 -6:23 PM, Robert Goldman wrote:
> Since I keep my todo tasks in my org files, and some of them involve
> phone calls, I made a rudimentary handler for "phone:" links that I
> would like to contribute. It features a link declaration (in
> org-phone.el) a
rong function call.
Current draft:
;;;---
;;; org-phone.el
;;; Add support for "phone:" links to phone numbers.
;;; Optional support for calling them with skype
;;;---
;;; Copyright (C) 2013 Free Software Fo
.3.50 linux mint
Org-mode version 8.0-pre (release_8.0-pre-245-gde4d52
Cu
Robert
Michael Strey wrote:
> Robert,
>
> On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote:
>
> [...]
>
>> I will be happy to include this into contrib (and do the relevant
>> assignment) at any time when people think that it is sufficiently ready
>&g
Michael Strey wrote:
> Currently org-phone.el as well as my org-dial.el are incompatible with
> org-contacts. The only idea behind my proposal was to make the contributors
> of both packages aware of each other.
Can you explain what makes org-phone incompatible with org-contacts?
Maybe my naming
Michael Strey wrote:
> Robert,
>
> On Mo, Apr 08, 2013 at 09:44:12 -0500, Robert Goldman wrote:
>> Michael Strey wrote:
>>> Currently org-phone.el as well as my org-dial.el are incompatible with
>>> org-contacts. The only idea behind my proposal was to make the
I tried to make two submenus to my org-capture templates: a prefix key
"t" (for TODO) and a prefix key "T" (for today's TODO).
When I tried to use them, the "T" key did not appear and was not accepted.
Looking more deeply, it appears that it was filtered out by a mistakenly
case-folding (or at le
Bastien wrote:
> Hi Robert,
>
> Robert Goldman writes:
>
>> I tried to make two submenus to my org-capture templates: a prefix key
>> "t" (for TODO) and a prefix key "T" (for today's TODO).
>>
>> When I tried to use them, the &q
who
takes up the maintainership, at the same time I'm
very sorry you are stepping down.
Best regards
Robert
On 04/18/2013 06:53 PM, Bastien wrote:
> Dear all,
>
> I'm stepping down as the Org maintainer.
>
> Carsten accepted to step up, if the community agrees.
&g
I am finding that when I use this command (bound to "." in the org
agenda), I often do NOT go to today.
Looking at the code, it seems like org-mode may be guessing today based
on text markup:
(let ((tdpos (text-property-any (point-min) (point-max) 'org-today t)))
We jump to this position, instea
e-unicorn-logo.png";
alt="org-mode-unicorn-logo.png" />
#+end_src
...
The space between "img" and the attribute "width" is missing.
Cu,
Robert
started to
investigate -- attaching a patch that seems to help me anyway. It's not
that well tested and maybe, as I am not that familiar with everything going
on when storing a link using an external link type, it will break other
things...
yours,
/robert
PS. I will not file a formal bug report as
301 - 400 of 919 matches
Mail list logo