Hi,
My name is Henning and I am the co-maintainer of MobileOrg Android.
The reason I stopped working on the project is partially the lack of time,
but also because I didn't believe in the design of org-mobile-push/pull and
edit nodes. Almost half of the bugs on our issue tracker are with re
I currently use orgstruct-mode tu structure scripts for statistical
analysis in R. So I copy + paste some orgstruct-code into every R-file,
where I would like to enjoy folding.
||/Is there any way to put the following lines of code into my .emacs-file, so
the orgstruct-properties becaume default
if anyone is interested in this, a simple defadvice appears to be a good
option, I put
(defadvice org-babel-execute-maybe (around org-babel-stop-on-collision)
"stop execution of result file defined more than once"
(let ((info (org-babel-get-src-block-info)))
(setq result-file (cdr (assoc :
Is it possible to add a function to org-ctrl-c-ctrl-c-hook without patching
ob-core.el? If I just add something like
(add-hook 'org-ctrl-c-ctrl-c-hook 'org-babel-stop-if-file-collision)
in my .emacs I notice that my addition gets overwritten later via the
autoloads (I think) that are defined in o
I thought about temp files, but that makes the file names cryptic which is
inconvenient for communication without people outside org.. also, I tend
recompile figures many times which would cause a lot of cluttering files
that are hard to delete since you don't know which file is the one
currently l
could try to write a patch but thought I'd ask
first.
or if there is an even better approach to avoid overwriting output from
different source blocks..
//Henning
s.org/>) first. In case of homebrew you can run:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew update
brew install gawk
regards,
Henning
<2013-05-07 Tue 9:00-11:00 +1w>
>
> in a recurring event, and I would really like this to be solved.
>
You are correct, repeating timestamps do not work yet. You can find the
associated issue here<https://github.com/matburt/mobileorg-android/issues/381>.
This is one of the next major things we'll be working on.
Henning
with
> :rem15: I want to be reminded 15 minutes before its first time-stamp
> (example above: at 2013-05-07 8:45). *This* would be very cool!
>
Again, we have an open issue for this. Both issues are part of the next
major milestone.
Henning
Hi Bastien,
sorry for the late reply.
On Sun, Dec 30, 2012 at 9:55 AM, Bastien wrote:
> Hi Henning,
>
> Henning Weiss writes:
>
> > I was wondering why this patch was reversed in master.
>
> I think the line didn't change since 4a49e40d but I might be wrong.
&g
Hi,
I was wondering why this patch was reversed in master. An updated version
of the patch is attached, and a discussion of what it does is below.
Henning
On Wed, Jan 25, 2012 at 10:21 PM, Henning Weiss wrote:
> Hi everyone,
>
> I have been working on a patch for
> mobileorg-a
Hi,
Checking "show done" in the preferences should make all entries appear. A
fixed version will be available soon.
Henning
On Mon, Dec 3, 2012 at 1:08 AM, Brian van den Broek <
brian.van.den.br...@gmail.com> wrote:
> Hi all,
>
> mobileorg for android 0.9.5 came out a
Hi,
On Thu, Sep 27, 2012 at 1:46 AM, Robert Eckl wrote:
>
> Hi,
>
> Henning Weiss wrote:
>
> > On Wed, Sep 19, 2012 at 12:53 AM, wrote:
> > Henning Weiss wrote:
> >
> >>> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote:
> >
> >&g
Hi,
On Wed, Sep 19, 2012 at 12:53 AM, wrote:
> Henning Weiss wrote:
>
> >> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote:
>
> >> If i Push the org-files under Windows with MobileOrg the different
> >> org-files are not synced, but with MobileOrgNG th
s sounds like a known bug with org-mode on Windows, as it does not
generate a complete checksum file. See the discussion
here<https://github.com/matburt/mobileorg-android/issues/201>.
It seems that changing from sha1sum.exe to md5sum.exe for the generation of
the checksum file fixes that issue.
Henning
Hi Bastien,
both Aaron and me have used this patch for a while now without problems.
What would it take to get it merged in?
Henning
On Tue, May 22, 2012 at 7:54 PM, Bastien wrote:
> Hi Henning,
>
> Henning Weiss writes:
>
> > I have refined the edit nodes patch. Aaron Peromsik has helped me
> > with developing and testing it. He hasn't reported any problems with
> > it and I have been
Hi,
On Tue, Apr 24, 2012 at 1:08 AM, Bastien wrote:
> Henning Weiss writes:
>
> > it turns out that there are a couple of problems with that particular
> > patch. Some issues have already been fixed with the help of someone
> > else from the mobileorg community, but m
Hi Bastien,
it turns out that there are a couple of problems with that particular
patch. Some issues have already been fixed with the help of someone else
from the mobileorg community, but more work is required. As soon as it is
functional (and hopefully stable) I will post a new patch.
Henning
Hi Bastien,
On Mon, Apr 9, 2012 at 12:50 PM, Bastien wrote:
> Hi Henning,
>
> Henning Weiss writes:
>
> > I have attached a patch for org-mobile.el which adds four additional
> > edit nodes. They seem to work and adding and deleting has already
> > been imp
ah, this was easy, thanks!
2012/4/12 Eric Schulte :
> Henning Redestig writes:
>
>> Hi,
>>
>> I write many source blocks that take a fairly long time to execute
>> (several minutes). Sometimes I find myself wanting to do cosmetic
>> changes to the code, that
r the sole purpose of updating the
cache.
What do you think?
--
/Henning
o the current, as to prevent conflicts.
Henning Weiss
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 3bd9a7c..60d0659 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -1062,6 +1062,57 @@ be returned that indicates what went wrong."
(org-set-tags nil 'align
gt;
>> The second arg should probably be just (match-end 0).
>
> That's correct. I first thought (min (point-max) (1+ (match-end 0)))
> would have been safer, but I really don't see why the 1+.
>
> Please confirm this is fixed.
>
> Thanks,
>
> --
> Bastien
--
/Henning
ssage* buffer. I don't know how
>>> it happened.
>>
>> Is this with emacs -Q?
>>
>> I am unable to reproduce this with emacs-23.3.1 and emacs-24.0.50.1.
>
> It is in my normal running emacs session. I haven't found a reproduction
> recipe. But I have been using the same org-mode setup for years.
>
> Leo
>
--
/Henning
could give me a little feedback. I still need to write a function that
compares two nodes (with their subtrees) against each other. This will
ensure that the edit nodes are applied to the correct nodes.
Any feedback would be appreciated.
Henning
d somehow be
possible to create an agenda that "collapses" multiple days into one, I
could filter it by habit to give me a habit list. I could see myself using
this collapsed agenda for other things as well.
Henning
On Wed, Mar 21, 2012 at 10:49 AM, Bastien wrote:
> Hi Henning,
>
as so far resisted my attempts at inserting consistency graphs into those
search views.
How could this be accomplished?
best regards,
Henning Weiss
ot;.
best regards,
Henning Weiss
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 1816a07..7ba3d72 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -105,7 +105,7 @@ lncreate a hard link. Note that this is not
supported
:type '(choice
(const :tag "D
-apply is run. Having "delete nodes" would also be
great. Having those would make capturing much more convenient.
Everything to support this feature is added to mobileorg-android, it
simply needs to be extended to generate the appropriate "add edit
nodes".
Thanks in advance f
On Sat, Jan 28, 2012 at 3:41 PM, Bastien wrote:
> Hi Henning,
>
> Henning Weiss writes:
>
> > I have been working on a patch for mobileorg-android that improves
> > the displaying of the generated agendas.org file. The problem I'm
> > having is that TITLE:
ially break
other org-mobile clients and might not be the best way to solve this.
What would it take to include this in orgmode?
best regards,
Henning Weiss
diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el
index 541ccc8..82320c7 100644
--- a/lisp/org-mobile.el
+++ b/lisp/org-mobile.el
@@ -59
n the mobile
agendas?
Henning Weiss
e file name in '+calls' like this to get different plots for
different arguments.
Using:
GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) of
2009-09-27 on crested, modified by Debian
Org-mode version 7.01trans
Best regards,
--
/Henning Redestig
Metabolome Info
34 matches
Mail list logo