Hi,
I noticed that org-agenda-filter-by-tag-refine started to exclude selected tags
by default recently because the 'refine in the call to org-agenda-filter-by-tag
is interpreted as an exclude flag. The attached patch fixes this.
However, it seems that the function is superfluous because
org-a
Hi Richard,
Thanks a lot! I think I had a wrong approach to scheduling tasks in
agenda. The solution you proposed works just fine.
Best wishes,
Tomasz
Richard Lawrence writes:
> Hi Tomasz,
>
> Tomasz Piotrowski writes:
>
>> I usually plan my activities for a single day without specifying tim
Erik Hetzner writes:
> I couldn’t figure out how to add a comment to my patch, so here is a little
> more
> commentary.
Extra text can be placed after the three dashes and before the diff.
--
Kyle
Thanks for the patch.
Erik Hetzner writes:
> +(defun org-attach-use-annex ()
> + "Return true if we should use git annex for attachments."
s/true/non-nil/
> + (let* ((dir (expand-file-name org-attach-directory))
> + (git-dir (vc-git-root dir)))
I'd prefer
(let ((git-dir (vc-git-ro
On Mon, 04 Jan 2016 21:09:55 -0800,
Erik Hetzner wrote:
>
> * org-attach.el (org-attach-use-annex): New function to check if git
> annex should be used.
> (org-annex-open): Automatically fetch attached files from git annex when
> opening if appropriate.
[…]
Hi all,
I couldn’t figure out h
Erik Hetzner writes:
> * org-attach.el (org-attach-use-annex): New function to check if git
> annex should be used.
> (org-annex-open): Automatically fetch attached files from git annex when
> opening if appropriate.
WANT!
* org-attach.el (org-attach-use-annex): New function to check if git
annex should be used.
(org-annex-open): Automatically fetch attached files from git annex when
opening if appropriate.
---
lisp/org-attach.el | 41 +
1 file changed, 25 insertions(+),
Until recently given the following capture template
"* APPOINTMENT %?%^{BeginTimeDuration}T %^{Location} %^{Reason}"
When prompted for the BeginTimeDuration and entered 2/29 09:00+1:00, etc
would result in
* APPOINTMENT <2016-02-29 Mon 09:00-10:00> Location Reason
it now results in
** APPOI
Hello,
How can I use disqus with orgmode? Some experience?
Thanks!
What did you want to have happen in what context?
Sincerely,
Grant Rettke
On Mon, Jan 4, 2016 at 9:10 AM, David Arroyo Menéndez
wrote:
>
> Hi all,
>
> Some tutorial about disqus using orgmode?
>
> Regards!
>
>
Hi Daniele,
Daniele Pizzolli writes:
> thanks for you comment. I try to explain my point of view better. Now
> the export to letter silently discard the headings text in the exported
> tex. This is quite bad, even if documented. As a user I want to change
> quite easily the export backend (t
Adam Aviv writes:
> Hi all,
>
> I've been using org-mode for some time to manage a course website, and I
> developed a hack for source
> blocking where if I use the +NAME tag for source doe like so:
>
> #+NAME: helloworld.cpp
> #+BEGIN_SRC c++ -r
> #include (ref:include)
>
> using namespace std
Hi all,
I've been using org-mode for some time to manage a course website, and I
developed a hack for source blocking where if I use the +NAME tag for
source doe like so:
#+NAME: helloworld.cpp
#+BEGIN_SRC c++ -r
#include (ref:include)
using namespace std; (ref:namespace)
// Hello World in C++
linux-gnu, GTK+ Version 3.18.5) of
> > 2015-12-24
> >
> > Org mode version:
> > Org-mode version 8.3.2 (8.3.2-59-g3d4c46-elpaplus @
> > /home/tws/.emacs.d/elpa/org-plus-contrib-20160104/)
>
> Did you happen to update org-mode recently? There was a change arou
Hi Tomasz,
Tomasz Piotrowski writes:
> I usually plan my activities for a single day without specifying time of
> day it should be accomplished, e.g.,
>
> * <2016-01-04 Mon>
> ** Item 1
> ** Item 2
>
> In agenda, children nodes of
>
> * <2016-01-04 Mon>
>
> are not shown, i.e., only * <2016-01-0
"Charles C. Berry" writes:
> If so, you can get it with
>
> * Test list
> #+NAME: my-list
> #+BEGIN_SRC org :exports none :results value org
> - [ ] foo
> - [ ] bar
> #+END_SRC
>
> #+BEGIN_SRC org :noweb yes :results replace :wrap org :exports results
><>
> #+END_SRC
Thanks, that w
With the shift to lexical-binding in org-clock.el (commit
35bc1c8853c5cfe37930e3540a944a328af5198b), the function org-load-clock
fails to load the stored data in org-clock-persist-file.
These are the relevant setting in my .emacs:
(setq org-clock-persist t)
(setq org-clock-persist-file "~/data/or
Nicolas Goaziou writes:
>> Once again I fail when I try to do something very _simple_ with Org.
>
> You're building programmatically your document. I don't believe it
> belongs to "very simple" tasks.
Coming from a LaTeX background, Org is a real miracle tool, but it is
difficult to figure out h
Hi all,
Some tutorial about disqus using orgmode?
Regards!
sion 8.3.2 (8.3.2-59-g3d4c46-elpaplus @
> /home/tws/.emacs.d/elpa/org-plus-contrib-20160104/)
Did you happen to update org-mode recently? There was a change around
the 8.3 timeframe about where you could put properties. See
http://orgmode.org/Changes.html
-Dave
rings up a message
that habits have been turned off, but no other change. Pressing 'K'
repeatedly turns habits on and off, but the agenda itself doesn't
change.
How did I break this?
Emacs version:
GNU Emacs 25.0.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.5) of
2015-12-24
Org mode version:
Org-mode version 8.3.2 (8.3.2-59-g3d4c46-elpaplus @
/home/tws/.emacs.d/elpa/org-plus-contrib-20160104/)
Best,
Tyler
--
plantarum.ca
On 2016-01-01 07:33, Ken Mankoff writes:
> On 2016-01-01 at 05:02, Alan Schmitt wrote:
>> Hello Ken,
>>>
>>> On my system this is a git repository and a cron (or actually
>>> LaunchAgent since I'm on OS X) does a =git commit -a
>>> = every night.
>>
>> I'm very interested about this. Could you p
Hi,
I usually plan my activities for a single day without specifying time of
day it should be accomplished, e.g.,
* <2016-01-04 Mon>
** Item 1
** Item 2
In agenda, children nodes of
* <2016-01-04 Mon>
are not shown, i.e., only * <2016-01-04 Mon> is displayed and is empty.
Can I tweak agenda t
On Sun, Jan 03 2016, Nicolas Goaziou wrote:
> Hello,
>
> Daniele Pizzolli writes:
>
>> Fix a typo.
>
> Applied. Thank you.
Hello Nicolas,
Thanks to you for this and for all your effort in improving org-mode!
> BTW, have you signed the FSF papers? I thought you already had provided
> some patch
On Sat, Jan 02 2016, Rasmus wrote:
> Hi Daniele,
>
> First, thanks for your patch.
>
> Daniele Pizzolli writes:
>
>> I was really surprised that headlines, that are so common in org-mode
>> are discarded by default in ox-koma-letter.
>
> Why? They are not supported by scrlttr2.cls, except if yo
Hello,
some of my nodes have a deadline but a TODO. Therefore they can't be
DONE. Yet, in the org-agenda they are displayed indefinitly until I set
a DONE for them, which I do not want (because they weren't a TODO in
the first place).
Can I make org-mode auto expire items that have a deadline but
Hi,
I don't get an Emacs error in my Emacs, just "Process `org-export-process'
exited abnormally"; the error is in the child Emacs process. How do I get a
backtrace from that? (I checked the Org Manual, but it doesn't seem to
cover this case.)
On 3 January 2016 at 19:53, Nicolas Goaziou wrote:
27 matches
Mail list logo