Hi experts,
the attached file fetches background tiles from openstreetmap.org for
me, and produces SVG images of tracks I ran. Unfortunately, I cannot
find a good way to use that code in an automated way.
What I'd like to do, is to have the coords in my training diary, and
produce the images on
Hi Michael,
Michael Hoffman <9qobl2...@sneakemail.com> writes:
> and then using search/replace to add "TODO "
How did you searched and replaced?
> but that unfortunately eliminates any previous hierarchy in the
> checkboxes. Is there a better way?
I guess we can keep the hierarchy with an appr
Markus Heller writes:
> 1. Hit C-c a
> 2. In the dispatcher, hit `X'
> 3. I get prompted which Property I want to search for, and I enter `Sample'
> 4. I get prompted which value I want that property to have, and I enter
>`S0002'
> 5. I get a list of all hits
>
> Now, I know that I can achiev
Hi Eric,
"Eric Schulte" writes:
> I agree it would be great to have web-based editing of Org-mode files on
> Worg. Unfortunately the Gollum wiki at github uses org-ruby [1] which
> is a very minimal clone of Org-mode's exported written in ruby. This
> means that org-mode pages exported by Goll
Hi all,
I am trying to iterate over a list with `org-next-item'. I just tried:
(ignore-errors (while (equal nil (org-next-item
and it worked.
Is there a better way to do this? I'm not very versed in Elisp, and
`org-next-item' returning `nil' on success, and throwing an error at the end
of t
On Thu, Sep 2, 2010 at 7:18 PM, Matt Price wrote:
>
> I have this notion I saw a generic exporter that someone wrote for odt, in
>> which you feed the exporter a template document which ocntains all the
>> relevant style definitions. but I can't find it anymore, and as I recall it
>> didn't real
Ivan Kanis writes:
> I would like to list stuck projects with the following definition:
>
> - projects that do not have check boxes
> - projects that have all their check boxes set
>
> Is it possible?
For now it's not possible. It would require `org-stuck-projects' to
allow user-defined funct
Hi Michael,
Michael Brand writes:
> Now I did a rewrite for some improvements, mainly to support dive in
> and out of headings also in a variant that leaves the visibility of
> siblings. The code is at the end.
It tested the code, works nicely - thanks!
I just noticed two oddities: (1) it has
Jambunathan K writes:
> I wonder whether this - "create entry at the target file at the current
> cursor location" - is a common workflow for others.
I don't know about others, but I don't have this need and I think
implementing this might lead to a lot of manual mistakes - what if your
cursor i
Jambunathan K writes:
> That said there should be a way to express this as well - the entry goes
> where the point is and the way it is specified. (ie dwim)
Org is very good at helping us UWWRN vs DWIM.
;)
PS: "understand what we really need"
--
Bastien
Hi all.
Is it possible to make the following trick in emacs/lisp/orgmode: lets say I
copy a picture into a copy paste buffer and than use certain shortcut witch
save the picture and a preset directory and input a link to the picture.
For me is sounds possible (not easy) but I have no clue how to ma
Piter_ wrote:
> Is it possible to make the following trick in emacs/lisp/orgmode: lets say I
> copy a picture into a copy paste buffer and than use certain shortcut witch
> save the picture and a preset directory and input a link to the picture.
> For me is sounds possible (not easy) but I have n
Zachary Young wrote:
> I am trying to iterate over a list with `org-next-item'. I just tried:
>
> (ignore-errors (while (equal nil (org-next-item
>
> and it worked.
>
> Is there a better way to do this? I'm not very versed in Elisp, and
> `org-next-item' returning `nil' on success, and th
Hi guys
My .org document contains the following sentence.
In R, procedures in the =survey= library were
used\footnote{Available at: http://faculty.washington.edu/tlumley/survey/}.
This is exported to:
In R, procedures in the \texttt{survey} library were
used\footnote{Available at: [[http://facu
Sebastian Rose wrote:
> the attached file fetches background tiles from openstreetmap.org for
> me, and produces SVG images of tracks I ran. Unfortunately, I cannot
> find a good way to use that code in an automated way.
>
> What I'd like to do, is to have the coords in my training diary, and
Jan Böcker writes:
> Since I read the announcement this morning, I have been playing with
> MathJax. I found that when an HTML file on the local hard disk uses
> MathJax from the web, MathJax reverts to image fonts in Firefox (this is
> caused by a security feature of Firefox and mentioned in the M
It makes now in 22. Thanks.
On 2010-08-29, David Maus wrote:
> Samuel Wales wrote:
>>doc-view does not exist in emacs 22
>
> I've just checked in a fix for this. Could you check if this fixes
> the problem for you?
>
> Best,
> -- David
> --
> OpenPGP... 0x99ADB83B5A4478E6
> Jabber dmj...@
One possibility for difficult cases such as these might be extensible
syntax (which is designed for parsing risk). The idea would be to
allow, for footnotes, an alternate syntax using extensible syntax.
Then it could handle anything. Also, it would not be necessary to
hack on the footnote code qu
Hi Carsten,
Thanks for org-capture. It is superb.
I think I have only been able to find one suggestion for it.
Currently, cancelling leaves a blank line. Maybe there is a way to
fix that? Do I need to provide details?
It is also tempting to make (kill-buffer nil) ask you if you want to
cancel
Paul Sexton wrote:
> Hi guys
>
> My .org document contains the following sentence.
>
> In R, procedures in the =survey= library were
> used\footnote{Available at: http://faculty.washington.edu/tlumley/survey/}.
>
> This is exported to:
>
> In R, procedures in the \texttt{survey} library were
On Sep 3, 2010, at 1:04 AM, Bastien wrote:
Chevalier Julien writes:
How can i build a sparse tree of all my unscheduled todo items ?
,
| (setq org-agenda-custom-commands
| '(("u" todo "TODO"
| ((org-agenda-todo-ignore-with-date t)
| (org-agenda-tags-todo-honor-
On Sep 2, 2010, at 8:52 PM, Matt Lundin wrote:
Hi Carsten,
Carsten Dominik writes:
On Sep 2, 2010, at 1:18 AM, Richard Riley wrote:
If I select a region in, in this case, an erc (emacs irc client)
buffer
in the read only section and then use my global keys to create a new
item using the f
Hello
Once upon a time there was a project to write a generic exporter. Did
anything useful come out of it? If not which exported is the best model
for writing a new one with?
- Taru Karttunen
___
Emacs-orgmode mailing list
Please use `Reply All' to se
On Sep 3, 2010, at 5:48 AM, Samuel Wales wrote:
Hi Carsten,
Thanks for org-capture. It is superb.
I think I have only been able to find one suggestion for it.
Currently, cancelling leaves a blank line. Maybe there is a way to
fix that? Do I need to provide details?
Hi Samuel,
this is n
Bastien writes:
> Łukasz Stelmach writes:
>
>> Is there a way to get a countdown timer visible like the one you start
>> with `C-c C-x .'?
>
> `org-timer-set-timer' now displays a timer in the modeline.
Thanks a lot.
> Also thanks to Frédéric Couchet who asked me to have this feature for
> aaa
Hi C,
Thanks for your reply.
On 2010-09-02, Carsten Dominik wrote:
> Then, at kill time, when I am cleaning up, it is hard to tell if there
> was an empty line originally
In my case, there is never one, FWIW. I.e. the following never
happens deliberately.
* target
** new entry
Nor t
101 - 126 of 126 matches
Mail list logo