My current kludge is to defadvice org-mode:
(defadvice org-mode
(after fix-visibility first (&optional state) activate compile)
;;undo what org does
(org-set-local 'outline-isearch-open-invisible-function
(lambda (&rest ignore)
(alpha-org-show-canonical-
Thorsten Jolitz writes:
> Eric Schulte writes:
>
>> If you are using the starter-kit, then Org-mode is required as the first
>> step of your Emacs initialization. This is necessary so that the
>> `org-babel-load-file' function can be used to load your customization
>> from .org files. In this
Hi, Org people.
This is for current Org (7.9.3d-827-g7cd81b, says the manual). In node
node Checkboxes, near the end, we read:
(3) `C-u C-c C-c' on the _first_ item of a list with no checkbox will
add checkboxes to the rest of the list.
It seems it only works for external checklists, but
Nick Dokos wrote:
> Michael Gauland wrote:
>
> > On 15/01/13 11:11, Nick Dokos wrote:
> > > Not sure I understand. Can you explain why that would be a good fix?
> > >
> > Looking further into it, I'm not sure it *is* right. I'll see if I can
> > track down the source of those lines, and who con
Michael Gauland wrote:
> On 15/01/13 11:11, Nick Dokos wrote:
> > Not sure I understand. Can you explain why that would be a good fix?
> >
> Looking further into it, I'm not sure it *is* right. I'll see if I can
> track down the source of those lines, and who contributed them, before
> second-gue
On 15/01/13 11:11, Nick Dokos wrote:
> Not sure I understand. Can you explain why that would be a good fix?
>
Looking further into it, I'm not sure it *is* right. I'll see if I can
track down the source of those lines, and who contributed them, before
second-guessing the intent.
signature.asc
I can no longer =C-c '= to visit the file listed in #+setupfile:
I get "No special environment to edit here" in the mini-buffer.
M-x org-version: Org-mode version 7.9.3a (release_7.9.3a-803-gf8f548
Just to be sure, I loaded emacs with =emacs -q= followed by =M-x
load-file=, and used the followin
Eric Schulte writes:
> If you are using the starter-kit, then Org-mode is required as the first
> step of your Emacs initialization. This is necessary so that the
> `org-babel-load-file' function can be used to load your customization
> from .org files. In this case the best (only) way to ensur
Nicolas Goaziou writes:
> Calling C-c C-c with an argument on the first item of a list or sub-list
> will apply the change on every item in the list. It looks consistent
> with what you get.
>
> What did you expect instead ?
>
I was expecting the single checklist item to go to "[-]". On all ot
On Mon, 14 Jan 2013 08:34:58 +1030
Eric S Fraga wrote:
> I use bbdb3; never got to grips with org-contacts and I have too
> many contacts in any case.
No performance issues?
> bbdb3 provides a subtle improvement to bbdb2: better more logical key
> bindings and less surprising behaviour overa
Nicolas Richard writes:
[...]
My use case is to ease the process of filling in a "doodle". I
already wrote a few lines to import the proposed dates of a
given doodle into org-mode timestamps (see here:
https://gist.github.com/4529894). Atm I have to open (C-c C-o)
each time stamp to see if
David Engster writes:
> I just pushed a pretty big update to org-caldav.
> [...]
> The short story: org-caldav now does proper two-way syncing.
Wow, that's amazing. I'm looking forward to trying this, although I
switched to an Org-only calendar now. But it would be great with
smart phones, I
Gour writes:
On Mon, 14 Jan 2013 08:34:58 +1030 Eric S Fraga
wrote:
I use bbdb3; never got to grips with org-contacts and I have
too many contacts in any case.
No performance issues?
Not with BBDB, either version. I have 760 contacts in BBDB.
bbdb3 provides a subtle improvement
Bastien altern.org> writes:
> If you can send a patch against master for this, I'd be happy to apply
> it! Thanks again for pointing to these problems,
>
Below are patches against org.el and org-capture.el.
Are you sure it works correctly? The following setting for the variable
does causes an
Michael Gauland wrote:
> Nick Dokos hp.com> writes:
>
> > Not sure why emacs24 does not complain but org-e-publish contains this bit
> > of
> > code:
> > ,
> > | ...
> > | (org-export-async-start 'ignore
> > | `(let ((org-e-publish-use-timestamps-flag
> > | (if ',
I just pushed a pretty big update to org-caldav. Get it at
https://github.com/dengste/org-caldav
The short story: org-caldav now does proper two-way syncing. It's pretty
much a rewrite, actually. If you're already using org-caldav, you will
have to start from scratch after updating.
Please read
Nick Dokos hp.com> writes:
> Not sure why emacs24 does not complain but org-e-publish contains this bit of
> code:
> ,
> | ...
> | (org-export-async-start 'ignore
> | `(let ((org-e-publish-use-timestamps-flag
> | (if ',force nil ,org-e-publish-use-timestamps-fl
Thorsten Jolitz writes:
> Stelian Iancu writes:
>
>>> I just updated Org-mode from Git a few minutes ago, and, after having
>>> problems, deleted the repo and cloned it again, ran make and make
>>> autoloads, but still cannot load org.el (or start with my usual
>>> starter-kit customisations):
>
Michael Gauland wrote:
> J. David Boyd adboyd.com> writes:
>
> > Mine builds with no problem at all, using emacs 24.2.92.
> >
> > You sure you have the latest git source? I just did an update a moment
> > ago...
> >
>
> Thanks for the info. I've got the latest git, but I'm running emacs 23.
John Hendy writes:
> Does this make sense? If so, this is my reasoning for thinking the
> change has to be on the org side. Alternatively, an openssl decryption
> method could be integrated into mobileorg Android.
What I meant was that it would be nice if there were a single scheme to
encrypt o
J. David Boyd adboyd.com> writes:
> Mine builds with no problem at all, using emacs 24.2.92.
>
> You sure you have the latest git source? I just did an update a moment
> ago...
>
Thanks for the info. I've got the latest git, but I'm running emacs 23.2 (under
Debian).
I can evaluate all the co
Hello,
Robert Horn writes:
> There is a bug in checklist handling. The following list will show the
> problem.
>
> 1. [ ] Use Cases
> 2. [ ] Threat Model
> 3. [ ] ITI Wiki
> 4. [ ] Maynard stuff
> 5. [ ] Annual Transition
> - wiki changes
> - ftp changes
>
> Con
On Mon, Jan 14, 2013 at 10:43 AM, Greg Troxel wrote:
>
> It seems that the android version should act like the ios version and
> just use the symmetric cipher. Is that hard, or is there some advantage
> to the gpg scheme? Or perhaps the android-style encryption should be
> supported directly in
It seems that the android version should act like the ios version and
just use the symmetric cipher. Is that hard, or is there some advantage
to the gpg scheme? Or perhaps the android-style encryption should be
supported directly in org?
pgpZvBw3Y611F.pgp
Description: PGP signature
See this thread on the Android mobileorg mailing list for reference:
- https://groups.google.com/forum/#!topic/mobileorg-android/IELoLsOCvos
I was having issues with org-mobile-use-encryption, and think it ended
up being that this variable is only for the iOS version. It encrypts
with openssl (at
There is a bug in checklist handling. The following list will show the problem.
1. [ ] Use Cases
2. [ ] Threat Model
3. [ ] ITI Wiki
4. [ ] Maynard stuff
5. [ ] Annual Transition
- wiki changes
- ftp changes
Context:
Org-mode version 7.9.3a (release_7.9.3a @
/ho
It works perfectly ! Thanks a lot.
Le lun. 14 janv. 2013 13:56:50 CET, Carsten Dominik a écrit :
On 14 jan. 2013, at 11:25, Xavier Garrido wrote:
Hi orgmoders,
I am looking for a simple way to SEND all org tables in a given document to
their RECEIVER counterparts. Of course, I can go throu
Thank you all,
Xavier
Le lun. 14 janv. 2013 14:58:32 CET, Jambunathan K a écrit :
Jambunathan K writes:
Suvayu Ali writes:
On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote:
Hi orgmoders,
I am looking for a simple way to SEND all org tables in a given document to
their RECEI
Samuel Loury writes:
> But instead of creating your own protocol, have you thought about
> extending an already existing one?
Yes, of course. My goal is getting some solution, not creating my own
thing. I only tried to look at the internals of Rudel and
Etherpad-lite, and also to read some lit
Hi,
This is a minor typo correction,
Sincerely,
--
Konubinix
GPG Key: 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A
From fef944e7f28407f37c9d0d45c35489875d5463b1 Mon Sep 17 00:00:00 2001
From: Samuel Loury
Date: Mon, 14 Jan 2013 15:25:16 +0100
Subject: [PATCH] Sma
Hi there,
I mainly use org-mode for planning, and one thing I often do is (i)
insert a timestamp, and (ii) open the agenda at the given date and see
if I had anything planned already.
Would anyone have some experience to share with respect to automating
step (ii) ? Atm, I'm thinking of writing a
Jambunathan K writes:
> Suvayu Ali writes:
>
>> On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote:
>>> Hi orgmoders,
>>>
>>> I am looking for a simple way to SEND all org tables in a given document to
>>> their RECEIVER counterparts. Of course, I can go through the whole document
>
Russell Adams writes:
>> I am a confirmed gnus user. No other email system comes close to
>> doing what gnus can do. Given the large volume of email I get,
>> splitting and scoring are essential to survival! Integration with
>> bbdb is also obviously key for me.
>
> Slightly offtopic, but I'm
On Mon, Jan 14, 2013 at 06:33:48PM +0530, Jambunathan K wrote:
> Suvayu Ali writes:
>
> Not simpler than resorting to macros.
Indeed, macros are indeed more appropriate in this case.
--
Suvayu
Open source is the future. It sets us free.
> I am a confirmed gnus user. No other email system comes close to
> doing what gnus can do. Given the large volume of email I get,
> splitting and scoring are essential to survival! Integration with
> bbdb is also obviously key for me.
Slightly offtopic, but I'm a Mutt user that's eyeballed Gn
Suvayu Ali writes:
> On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote:
>> Hi orgmoders,
>>
>> I am looking for a simple way to SEND all org tables in a given document to
>> their RECEIVER counterparts. Of course, I can go through the whole document
>> and do `org-table-send` one-by
On 14 jan. 2013, at 11:25, Xavier Garrido wrote:
> Hi orgmoders,
>
> I am looking for a simple way to SEND all org tables in a given document to
> their RECEIVER counterparts. Of course, I can go through the whole document
> and do `org-table-send` one-by-one but I would like to do it without
On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote:
> Hi orgmoders,
>
> I am looking for a simple way to SEND all org tables in a given document to
> their RECEIVER counterparts. Of course, I can go through the whole document
> and do `org-table-send` one-by-one but I would like to do
On Mon, 14 Jan 2013 10:04:28 +
Myles English wrote:
> I used to use gnus but changed to mu4e. My gnus broke during the
> change to emacs24 and I couldn't find the help out there to fix it.
> Mu4e has good documentation and a very helpful developer. It was
> very easy to change to mu4e.
The
Hi,
Updated org today (release_7.9.3d-823-gd06fa4), and the times displayed in
agenda-view for events of default duration look as if the duration was chosen
to be 17 hours: I get this,
Talks: 14:30-1d 7:30sdf : lskdfjlskdjf
Talks: 17:30-18:30 sdfsdfs : sdf
(Here the second one has a timestam
Hi,
I sent the request to ass...@gnu.org 10 days ago and wait for the
documents.
By the way, I messed up with parens when I remove dangling ones so don't
bother about the last [PATCH] mail.
Bastien writes:
> Hi Samuel,
>
> Samuel Loury writes:
>
>> In attachment is a patch making tests of the
Hi,
This sounds really promising. But instead of creating your own protocol,
have you thought about extending an already existing one? I see that you
have read negative comments about tools using the obby protocol, but
have you read about the protocol itself?
For instance, even if the gobby seems
Hi orgmoders,
I am looking for a simple way to SEND all org tables in a given document
to their RECEIVER counterparts. Of course, I can go through the whole
document and do `org-table-send` one-by-one but I would like to do it
without opening the document and for all tables at the same time. I
Hi Gour,
Eric S Fraga writes:
> Gour writes:
>
>> Do you use bbdb3 and what are important things it brings over
>> bbdb2?
> Org will interpret the "anniversary" (e.g. birthdays, wedding
> anniversary, other dates) field in bbdb entries to bring in
> information into the agenda view, if de
On Mon, 14 Jan 2013 08:34:58 +1030
Eric S Fraga wrote:
> I use bbdb3; never got to grips with org-contacts and I have too
> many contacts in any case.
No performance issues?
> bbdb3 provides a subtle improvement to bbdb2: better more logical key
> bindings and less surprising behaviour ove
On Sun, 06 Jan 2013 07:45:47 +0100, Bastien spake thus:
> > Using org-store-link followed by, in another file, org-insert-link RET RET
> > fails on the following headline :
> > * [[http://www.anywho.com/][test]]
> Please try to apply the patch by Samuel and let us know if it fixes
> your issue: h
46 matches
Mail list logo