Noah Slater writes:
> Hello,
>
> I quite like C-c b (org-iswitchb) but it only works if the file is
> already open. What I really want is a command that lets me tab
> complete any agenda file at all. Does such a thing exist? I couldn't
> find it in the docs.
Check org-{switchb,iswitchb,ido-switc
Some development in the password manager.
Best,
Jorge.
* contrib/lisp/org-passwords.el (org-passwords-default-password-size,
org-passwords-default-random-words-number): New variables.
(org-passwords-copy-username, org-passwords-copy-password): Use
org-entry-get to obtain the property value.
(or
Alan Schmitt writes:
Hello Thorsten,
> I gave this a try, and here are some observations.
>
> On 2014-08-31 16:12, Thorsten Jolitz writes:
>
>> on your src-blocks before conversion, as an alternative, like this
>>
>> ,
>> | (org-dp-toggle-headers &optional 'header)
>> `
>>
>> to avoid l
Andrea Rossetti writes:
> I wrote a Babel block to generate the #+INCLUDE statements
> for all Org files of a directory.
>
> https://github.com/thesoftwarebin/the-emacs-software-bin/tree/master/include-all-org-files
Hello Org users,
just in case you try to visit the link of that script
for m
Hello,
I have quite a few habits, spread across quite a few agenda files. But
they're shown in some sort of order in the agenda view which looks
like habits I am doing worse with are at the top.
I suppose that makes sense for some people. But what I'd really like
to be able to do is chunk the hab
Kyle Meyer wrote:
[...]
> I don't know of any Org function that does this either (and, as
> suggested, I prefer projectile for this), but if you just want a single
> function, I think it could be as simple as this:
>
> #+begin_src elisp
> (defun find-org-agenda-file (file)
> (interactive (li
Thorsten Jolitz wrote:
> Noah Slater writes:
>
> Hello,
>
>> I quite like C-c b (org-iswitchb) but it only works if the file is
>> already open. What I really want is a command that lets me tab
>> complete any agenda file at all. Does such a thing exist? I couldn't
>> find it in the docs.
>
> don
Hello Thorsten,
I gave this a try, and here are some observations.
On 2014-08-31 16:12, Thorsten Jolitz writes:
> on your src-blocks before conversion, as an alternative, like this
>
> ,
> | (org-dp-toggle-headers &optional 'header)
> `
>
> to avoid losing the src-block header-args duri
Using org-mode a4a1d85 or 2df0785, I see multiple errors, including:
Using M-q to fill a paragraph, error on the line at point:
user-error: An element cannot be parsed line 7149
user-error: An element cannot be parsed line 7141
When using M-RET to insert a heading:
byte-code: Symbol's va
Noah Slater writes:
Hello,
> I quite like C-c b (org-iswitchb) but it only works if the file is
> already open. What I really want is a command that lets me tab
> complete any agenda file at all. Does such a thing exist? I couldn't
> find it in the docs.
don't know if this exists in Org, but de
Hello,
I'm getting a lot of Emacs crashes recently using Org. Is there any
way I can help to debug why this is happening?
Thanks,
--
Noah Slater
https://twitter.com/nslater
Hello,
I am again seeing the same problem with inserting a diary entry from the
default agenda view that I ran into early last month: when the entry is
inserted into a date tree, the entry ends up *before* the headline for
the actual date:
,
| * 2014
| ** 2014-09 September
| *** 2014-09-01 Mo
Hello,
I quite like C-c b (org-iswitchb) but it only works if the file is
already open. What I really want is a command that lets me tab
complete any agenda file at all. Does such a thing exist? I couldn't
find it in the docs.
Thanks!
--
Noah Slater
https://twitter.com/nslater
Felix Natter writes:
> Thorsten Jolitz writes:
>
>> Felix Natter writes:
>>
>>> hi,
>>>
>>> I am working on org-freeplane.el, a fork of org-freemind.el [1].
>>>
>>> [1] FreeMind and Freeplane are mind mapping programs and can thus
>>> be used to organize tree-structured information like org-mod
Alan Schmitt writes:
> On 2014-09-01 19:18, Thorsten Jolitz writes:
>
>> Does outshine work with that buffer (without navi-mode)?
>
> I guess not … How can I test it?
>
>> Are the headlines fontified like Org headlines?
>
> No.
>
>> Can you cycle visibility?
>
> Using TAB does nothing.
>
>> Can
On 2014-09-01 19:18, Thorsten Jolitz writes:
> Does outshine work with that buffer (without navi-mode)?
I guess not … How can I test it?
> Are the headlines fontified like Org headlines?
No.
> Can you cycle visibility?
Using TAB does nothing.
> Can you call 'M-x outorg-edit-as-org' on a sub
Hi list,
after struggling a bit with edebug (too many things to learn) I have
traced what the problem is. For the archives:
State-change logging is deferred until the command finishes and is
implemented by the function 'org-add-log-setup' adding the function
'org-add-log-note' to the hook 'po
Thorsten Jolitz writes:
> Felix Natter writes:
>
>> hi,
>>
>> I am working on org-freeplane.el, a fork of org-freemind.el [1].
>>
>> [1] FreeMind and Freeplane are mind mapping programs and can thus
>> be used to organize tree-structured information like org-mode does.
>> Freeplane is a FreeMind
Alan Schmitt writes:
>> 1. Can you try 'navi-search-and-switch' on an org-mode buffer, with ->
>> (eq major-mode 'org-mode), e.g.
>>
>> ,
>> | * ORG SCRATCH
>> | ** 2nd Level
>> | #+BEGIN_SRC emacs-lisp :cache no
>> | (+ 2 2)
>> | #+END_SRC
>> `
>>
>> *Navi* buffer should pop-up, typing
Sebastien Vauban writes:
>
> Hi Aaron,
>
> Aaron Ecay wrote:
> > 2014ko abuztuak 29an, Sebastien Vauban-ek idatzi zuen:
> >
> >> Does it have something to do with `ess-eval-visibly' not being respected
> >> (whose default is `t')?
> >
> > Indeed, babel’s R support let-binds this variable to nil
On 2014-08-31 17:44, Thorsten Jolitz writes:
> Alan Schmitt writes:
>
>> (Thorsten asked me to repost this from github.)
>>
>> When calling navi-search-and-switch interactively, I get the following
>> backtrace:
>
> But when 'navi-search-and-switch' would have a bug, one could not use
> navi-mod
On Sun, 31 Aug 2014, Aaron Ecay wrote:
Hi Chuck,
Attached is a new version of the patch, including a few more tests. I
have one question:
2014ko abuztuak 28an, Aaron Ecay-ek idatzi zuen:
but the patch here uses on.exit(file.create(...)) to ensure that that
file is created. One hiccup (not su
> I know that I could use org-babel-load-file, or outshine. What are
> other possibilities? What are the caveats (and advantages) of both
> (other?) ways?
I'm using a one .el file per mode approach, with around 4000 lines
split into 40 files.
This approach simplifies things a lot: for instance
"Loris Bennett" writes:
> In the following:
>
> | | | |
> | | | |
> |---+---+---|
> | 1 | 1 | 1 |
> #+TBLFM: @I$3=1
>
> I expected to get a '1' just in the third column. Where am I going
> wrong?
(apologies in advance for suggesting just a workaround
instead of a rational explanation
Dear All,
In the following:
| | | |
| | | |
|---+---+---|
| 1 | 1 | 1 |
#+TBLFM: @I$3=1
I expected to get a '1' just in the third column. Where am I going
wrong?
Cheers,
Loris
Org-mode version 8.2.7c (8.2.7c-44-g3fed03-elpaplus @
/home/loris/.emacs.d/elpa/org-plus-contrib-201408
Felix Natter writes:
> hi,
>
> I am working on org-freeplane.el, a fork of org-freemind.el [1].
>
> [1] FreeMind and Freeplane are mind mapping programs and can thus
> be used to organize tree-structured information like org-mode does.
> Freeplane is a FreeMind fork, org-freeplane.el was necessar
hi,
I am working on org-freeplane.el, a fork of org-freemind.el [1].
[1] FreeMind and Freeplane are mind mapping programs and can thus
be used to organize tree-structured information like org-mode does.
Freeplane is a FreeMind fork, org-freeplane.el was necessary because
users want to use the fea
Hi Aaron,
Aaron Ecay wrote:
> 2014ko abuztuak 29an, Sebastien Vauban-ek idatzi zuen:
>
>> Does it have something to do with `ess-eval-visibly' not being respected
>> (whose default is `t')?
>
> Indeed, babel’s R support let-binds this variable to nil when evaluating
> value-type results in a sessi
Dnia 2014-08-31, o godz. 21:56:19
Nicolas Goaziou napisał(a):
> >> There are also bits of documentation here and there, on the ML, in
> >> the "ox.el" reference... I'm in the process of writing a small
> >> document collecting these bits.
> >
> > Wow, that would be cool! I tried to look into the
29 matches
Mail list logo