Hello,
Bastien writes:
> Nicolas Goaziou writes:
>
>> Anyway, this bug is due to a cheesy workaround in order to get original
>> file name or buffer name if no title is provided. It should work in
>> maint now, but I suggest to get rid of that behaviour in master, as
>> suggested in a recent th
Daimrod writes:
> My guess is that the lockup happens in `org-element--cache-key-less-p',
> called by `org-element--cache-process-request'.
Probably, but it doesn't mean that this particular function is buggy.
The lockup happens there because the cache gets corrupted at some point.
After invest
Dear all,
I was wondering if there was a way to link the status of two tasks in an
agenda file (or even across multiple agenda files). Sometimes, a single
task (in my case, updating my CV) might be a useful step in two different
projects. If the tasks is marked DONE in one project (in one subtree)
Hello,
Sebastien Vauban
writes:
> #+Beamer_BEGIN:
> \bold{BeamerFoo}
> #+Beamer_END:
I don't know this syntax
> #+LaTeX_BEGIN:
> \bold{LaTeXBaz}
> #+LaTeX_END:
nor this one.
> outputs this:
>
> \bold{BeamerFoo} \bold{LaTeXBaz} \bold{LaTeXFooBar}
I cannot reproduce it.
Regards,
--
Hi Sébastien,
Sebastien Vauban
writes:
> - the construct #+Beamer_BEGIN/END exists, but not #+Beamer?
Your subconscious wants something that does not exists :)
This file works fine for me:
#+TITLE: Beamer blocks
#+BEGI
Fletcher Charest writes:
> Dear all,
>
> I was wondering if there was a way to link the status of two tasks in
> an agenda file (or even across multiple agenda files). Sometimes, a
> single task (in my case, updating my CV) might be a useful step in
> two different projects. If the tasks is marke
Hi,
I would like to capture outgoing e-mail in my org file.
I use the gcc mechanism in gnus with a nnml backend.
I think I have read on the org mailing list that someone has implemented
that feature. I did a search but could not find the article.
I tried implementing it myself. I had a look at
Hi Ivan,
this is what I use :
;; Hack to store Org links upon sending Gnus messages
(defun bzg-message-send-and-org-gnus-store-link (&optional arg)
"Send message with `message-send-and-exit' and store org link to message
Ivan Kanis writes:
> Hi,
>
> I would like to capture outgoing e-mail in my org file.
>
> I use the gcc mechanism in gnus with a nnml backend.
>
> I think I have read on the org mailing list that someone has implemented
> that feature. I did a search but could not find the article.
>
> I tried imp
On June 14, 2014 at 2:47:26 AM, Bastien (b...@gnu.org(mailto:b...@gnu.org))
wrote:
> Hi Mike,
>
> Mike McLean writes:
>
> > This patch adds support for DEVONthink Pro Office
> >
> > to Org Mac Links. This likely works for all versions of DEVONthink, but
> > that is not tested.
>
> thanks
Hello,
regcl writes:
> Thank you for your earlier comments. In order to adjust the scaling of
> a graphic generated by a R source block I am doing this ...
>
> ** adjusting scaling of a figure generated from source
> #+begin_src R :results graphics silent :file foo2.pdf :exports results
> pl
Hello,
Eric Schulte writes:
> Why TODO types rather than a tag? IMO using a TODO type would conflate
> task management and document structuring. What do you think about the
> attached patch which should add this functionality to the core.
Thank you. Unfortunately, in many cases this code will
Hi Mike,
Mike-Personal writes:
> I have attached the patch to this email.
Applied, thanks. I updated the changelog:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=c57ecf26
--
Bastien
Hi everybody,
recently I wanted to add a weather forecast to my org-agenda. I found
org-google-weather, but this package is obsolete since 2012, because the
API is not available any more. So I wrote my own version which is backed
by the openweathermap.org API.
I implemented the minimal usecase w
Hi,
Nothing particular to say except that it is nice, and working well!
Thank you for this!
FC
On Sat, Jun 14, 2014 at 3:11 PM, Chris Raschl wrote:
>
> Hi everybody,
>
> recently I wanted to add a weather forecast to my org-agenda. I found
> org-google-weather, but this package is obsolete s
Chris Raschl writes:
> Hi everybody,
>
> recently I wanted to add a weather forecast to my org-agenda. I found
> org-google-weather, but this package is obsolete since 2012, because the
> API is not available any more. So I wrote my own version which is backed
> by the openweathermap.org API.
>
>
I love it
Thanks
Cheers,
M
Sent from my iPhone
** May contain typos**
Allow changing task state in agenda without moving point. I
use this when reviewing projects weekly and I need to change the
state of some of the tasks. I found jumping to the top of the
agenda after each state change especially annoying when it causes
the agenda to scroll.
---
lisp/org-agenda.e
Hi Bastien,
Attached are two patches I use on top of master. I have been using these
for 6-12 months so I consider them to be well tested.
Please consider including these in the code base.
Thanks,
Bernt
Allows find task by id to locate a task outside a current
restriction. I restrict to subtrees regularly and when I want to
jump to another task outside the current restriction but in the
same file this patch is required to locate the appropriate
heading. Without this patch point ends up at the to
Hello,
Bernt Hansen writes:
> Allows find task by id to locate a task outside a current
> restriction. I restrict to subtrees regularly and when I want to
> jump to another task outside the current restriction but in the
> same file this patch is required to locate the appropriate
> heading. W
Nicolas Goaziou writes:
> Thank you. Could you provide a changelog with that?
>
>> + (save-restriction
>> + (widen)
>> + (save-excursion
>
> `save-restriction' + `widen' + `save-excursion' = `org-with-wide-buffer'
Sure thing!
I will update and resend both later today.
(and fix
Hi Bernt,
Bernt Hansen writes:
> Allow changing task state in agenda without moving point. I
> use this when reviewing projects weekly and I need to change the
> state of some of the tasks. I found jumping to the top of the
> agenda after each state change especially annoying when it causes
>
Hi, all! The commit named in the subject line is causing me
grief. Specifically, the commit made three changes to the
`org-cmp-ts' function:
1. Change the function signature to require the `type' argument.
Doesn't
cause me any issues.
2 & 3. Make two changes from (get-text-property 1 '
Nicolas Goaziou nicolasgoaziou.fr> writes:
> Actually, the problem is deeper than that. This :inline: tag is just
> a convoluted way to ask for a positive answer to another FAQ: « Can
> I close an outline section without starting a new section? »
> (http://orgmode.org/worg/org-faq.html#closing-ou
Will check. Thanks.
Bernt
> On Jun 14, 2014, at 11:51 AM, Bastien wrote:
>
> Hi Bernt,
>
> Bernt Hansen writes:
>
>> Allow changing task state in agenda without moving point. I
>> use this when reviewing projects weekly and I need to change the
>> state of some of the tasks. I found jumpi
Hello @ll,
I noticed that multi line caption works as expected, but there is no
way to fill it (at least to my knowledge).
I added a test case that should speak by itself.
I do not know a lot of elisp, but if you have some pointer I could try
to implement it by myself.
Maybe this could be exte
Yes you are correct. This patch is no longer required.
Please disregard this patch.
Thanks,
Bernt
> On Jun 14, 2014, at 1:01 PM, Bernt Hansen wrote:
>
> Will check. Thanks.
>
> Bernt
>
>> On Jun 14, 2014, at 11:51 AM, Bastien wrote:
>>
>> Hi Bernt,
>>
>> Bernt Hansen writes:
>>
>>> All
Hello,
Daniele Pizzolli writes:
> I noticed that multi line caption works as expected, but there is no
> way to fill it (at least to my knowledge).
>
> I added a test case that should speak by itself.
>
> I do not know a lot of elisp, but if you have some pointer I could try
> to implement it by
Hi Nicolas,
Thanks for your thoughts.
2014ko ekainak 14an, Nicolas Goaziou-ek idatzi zuen:
> OTOH, the situation could be improved wrt :export: and :noexport: tags.
> We could allow nesting :export: tags within :noexport: tags with the
> following rule: the :export: headline with the lowest level
Hello,
Mark Edgington writes:
> If I understand your example correctly, it seems like you are assuming that
> the :inline: tag should promote a section's contents to the level *above*
> the level of the section having the :inline: tag.
I'm always assuming the worst.
> To me this behavior doesn
Hi Mark,
2014ko ekainak 14an, Mark Edgington-ek idatzi zuen:
[...]
> It is true that this could sometimes be confusing. For example:
>
> * A
> text1
> ** B
> text2
> * C :inline:
> text3
> ** D
> text 4
>
> would get treated like:
>
> * A
> text1
> ** B
> text2
>
Hello,
Aaron Ecay writes:
> I’m confused. In the text, you say “promoted to the root level of the
> tree”, which I expect to mean promotion to a top-level headline. In the
> example, though, H4 is promoted to second-level. Do you mean “promoted
> to the level of the highest dominating :noexpo
I'm trying to find a way to dynamically create navigation links on my notes
published as HTML pages. I've seen the TOC on the official org manual,
which is something I'd also be fine with, but I'm not sure how to create
such project-wide TOC. At the moment, I'm looking for a way to add
navigation l
Hi Nicolas and Bastien,
Bastien wrote:
> Sebastien Vauban writes:
>
>> - the construct #+Beamer_BEGIN/END exists, but not #+Beamer?
>
> Your subconscious wants something that does not exists :)
Though I still don't understand the results I got with my ECM, here is
a right ECM...
--8<
Start with emacs -q, then load today's org-mode.
Execute the source block in this file:
=== start of file
#+NAME: AAA
#+BEGIN_SRC x
#+END_SRC
#+BEGIN_SRC emacs-lisp :results raw output
(let ((i ?a))
(while (< i ?z)
(princ (format "* %s\n\n\n#+NAME: %s\n\n"
* contrib/lisp/org-mtags.el: Delete file.
* lisp/org.el (org-structure-template-alist): Remove -style tags.
(org-complete-expand-structure-template): Don't handle -style tags.
---
contrib/lisp/org-mtags.el | 255 --
lisp/org.el | 43 --
Hi Daniele,
2014ko ekainak 14an, Daniele Pizzolli-ek idatzi zuen:
>
> Hello @ll,
>
> I noticed that multi line caption works as expected, but there is no
> way to fill it (at least to my knowledge).
>
> I added a test case that should speak by itself.
>
> I do not know a lot of elisp, but if y
Hi Nicolas,
2014ko ekainak 14an, Nicolas Goaziou-ek idatzi zuen:
>
> Hello,
>
> Aaron Ecay writes:
>
>> I’m confused. In the text, you say “promoted to the root level of the
>> tree”, which I expect to mean promotion to a top-level headline. In the
>> example, though, H4 is promoted to secon
Nicolas Goaziou writes:
> Daimrod writes:
>
>> My guess is that the lockup happens in `org-element--cache-key-less-p',
>> called by `org-element--cache-process-request'.
>
> Probably, but it doesn't mean that this particular function is buggy.
> The lockup happens there because the cache gets co
Hi Mike,
Thank you for extending org-mac-link. Much appreciated!
And thank you Bastien for taking care of applying the patch.
Have a good weekend,
-Anthony
On Sat, Jun 14, 2014 at 8:48 AM, Bastien wrote:
> Hi Mike,
>
> Mike-Personal writes:
>
> > I have attached the patch to this email.
>
* org-macs.el: Remove restriction when locating markers
Allows org-with-point-at to locate point outside the current
restriction.
---
lisp/org-macs.el |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index ddd6e2e..96265ec 100644
--
42 matches
Mail list logo