Hi there,
I store all my appointments in different files I work as psychologist
and have one file per familiy I work with. So there are all
appointments where I make the documentation later too.
Normally I collect the appointments in an "Inbox" in my gtd.org file
where later I refile them to the
Hi there,
I do:
C-c a a RET
k a
Insert my entry later with C-c C-c or C-c C-w [refiling options]
but then the agenda is not updated.
I can update it by pressing 'r'. But this reloads everything. After
the capture the agenda could know the one entry I just created and just
insert that entr
On Wednesday, 7 Oct 2015 at 10:56, Martin Kaffanke wrote:
> Hi there,
>
> I store all my appointments in different files I work as psychologist
> and have one file per familiy I work with. So there are all
> appointments where I make the documentation later too.
>
> Normally I collect the appoint
Eric,
Am I correct to assume that you're speaking about MobileOrg on an Android
phone?
I can't see how my iPhone's MobileOrg would allow me to sync with Google,
or am I completely missing out on such an important functionality?
Guido
On 5 October 2015 at 17:09, Eric S Fraga wrote:
> On Monday
On Wednesday, 7 Oct 2015 at 13:46, Guido Van Hoecke wrote:
> Eric,
>
> Am I correct to assume that you're speaking about MobileOrg on an Android
> phone?
yes, sorry, I should have been more clear. Android version of
MobileOrg. I know nothing about the iOS version.
--
: Eric S Fraga (0xFFFCF67D
On 7 October 2015 at 13:56, Eric S Fraga wrote:
> On Wednesday, 7 Oct 2015 at 13:46, Guido Van Hoecke wrote:
> > Eric,
> >
> > Am I correct to assume that you're speaking about MobileOrg on an Android
> > phone?
>
> yes, sorry, I should have been more clear.
> Android version of
>
>
To the org-mode maintainers (all praise and thanks to them, incidentally):
Is there any chance that this can be made into a per-file configuration
#+OPTION? No doubt the publishing approach suggested by Rainer (thanks
also to him for suggesting it) would work, but it would take some effort to
get
"D. C. Toedt" writes:
> To the org-mode maintainers (all praise and thanks to them, incidentally):
> Is there any chance that this can be made into a per-file configuration
> #+OPTION? No doubt the publishing approach suggested by Rainer (thanks
> also to him for suggesting it) would work, but
Sometime I will run source block (such as python) which take a long time before
I get the final result.
Then I thought about whether or not the source block can be executed
asynchronously, and the answer is ‘YES’.
But it seems to be difficult for me to hack the code, so I just talk about the
pr
Hi,
I wanted to prefix the results of a tags-todo agenda command with
scheduling information. But I can't seem to figure out the correct way
to do this. This is what I tried:
(setq org-agenda-custom-commands
'(("J" "Type1/Type2"
((tags-todo "CATEGORY=\"foo\"+type1"
On Wed, Oct 07, 2015 at 05:24:50PM +0200, Suvayu Ali wrote:
>
> With the attached Org file, the agenda buffer looks like this:
Forgot to attach the file :-p.
--
Suvayu
Open source is the future. It sets us free.
#+OPTIONS: toc:nil
#+STARTUP: content
* Foo
:PROPERTIES:
:CATEGORY: foo
:E
Eric S Fraga writes:
> If org is your main route for working with the information, as opposed
> to just displaying that information in a calendar view, then maybe a
> one-way synchronisation may be sufficient and then exporting each org
> file to ICS separately would be sufficient for your needs.
Suvayu Ali writes:
> Hi,
>
> I wanted to prefix the results of a tags-todo agenda command with
> scheduling information. But I can't seem to figure out the correct way
> to do this. This is what I tried:
>
> (setq org-agenda-custom-commands
> '(("J" "Type1/Type2"
> ((tags-todo "C
On Wednesday, 7 Oct 2015 at 20:25, Martin Kaffanke wrote:
> Eric S Fraga writes:
>
>> If org is your main route for working with the information, as opposed
>> to just displaying that information in a calendar view, then maybe a
>> one-way synchronisation may be sufficient and then exporting each
Jan Seeger writes:
> That might be because I copy-pasted the patch into an email. Sorry for the
> delay!
>
> I attached the patch.
Thank you. However, you forgot the commit message. Could you send it
again using git format-patch?
Regards,
Hello,
Nick Dokos writes:
> IIUC, this issue has not been sorted out yet. Should I wait for that to
> happen,
> or change the patch to use (apply #'nconc ...) and possibly revisit it in the
> future?
I think the latter is fine. There are plenty of places to revisit in the
future anyway. Than
Hello,
"Charles C. Berry" writes:
> Attached is a patch.
Thank you.
> I think it is an improvement, but `org-src-preserve-indentation'
> behaves differently according to context, which makes it hard to
> document succinctly.
There's something suspicious here.
This variable is supposed to onl
Hello,
Rasmus writes:
> Can this just be a variable set by BIND or publish?
It could. If we keep throwing errors on unknown macros, I think we can
even have an OPTIONS item.
> The interest of such functionality seems to be limited to people who
> maintain broken-but-soon-to-be-fixed documents.
Hello,
Aaron Ecay writes:
> This is a very good point. OTOH, if backwards compatibility is going to
> be broken, wouldn’t it be better to move to a keyword argument system?
I'd like to avoid defun* as much as possible, because it may be harder
to read. This is also the reason why it wasn't inc
On Wed, 7 Oct 2015, Nicolas Goaziou wrote:
Hello,
"Charles C. Berry" writes:
Attached is a patch.
Thank you.
I think it is an improvement, but `org-src-preserve-indentation'
behaves differently according to context, which makes it hard to
document succinctly.
There's something suspicio
On Wed, Oct 07, 2015 at 02:52:24PM -0400, Nick Dokos wrote:
> Suvayu Ali writes:
>
> > Hi,
> >
> > I wanted to prefix the results of a tags-todo agenda command with
> > scheduling information. But I can't seem to figure out the correct way
> > to do this. This is what I tried:
> >
> > (setq org
I've got a fraction done this way in an org file:
\[
\frac{1}{(2^3)(5)}
\]
and I'd like to strike though or cancel the (5) part. The Latex method I've
found says do it this way:
...
\usepackage[makeroom]{cancel}
...
\[
\frac{1}{(2^3)\cancel{(5)}}
\]
But it's ignored and comes back verbatim
22 matches
Mail list logo