Hello everyone,
My list of files in the agenda got to a considerable size. It still
searchable, but some types of search, such as PROPERTY, usually lock down
emacs and I'm forced to kill the process. Is there any way to speed it up?
Perhaps by compiling the elisp files to bytecode?
I'm on OSX Lio
That'd be a nice feature, indeed.
On Thu, Oct 18, 2012 at 6:37 PM, Esben Stien wrote:
> Is there some way to go directly to a node?
>
> F.ex, I have:
>
> * foo
> ** bar..
> ** baz..
> ** hukarz..
>
> I do C-c a s to search for baz, which brings up a buffer with baz
> somewhere in there and I hav
Peter Salazar wrote:
> Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I
> launched Aquamacs, I got
> this message:
>
> Wrong type argument: integer-or-marker-p, nil
>
> I couldn't save or do anything, so I went back to the old version.
>
> Anyone know the solution to
Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I
launched Aquamacs, I got this message:
Wrong type argument: integer-or-marker-p, nil
I couldn't save or do anything, so I went back to the old version.
Anyone know the solution to the Wrong type argument: integer-or-marker
Peter Salazar wrote:
> Oops. Here's the full backtrace. Anyone have any thoughts? Help!
>
> org-maybe-renumber-ordered-list()
> org-insert-item()
> org-insert-heading(nil)
> call-interactively(org-insert-heading)
Well, org-maybe-renumber-ordered-list was removed by this commit:
,
Oops. Here's the full backtrace. Anyone have any thoughts? Help!
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
byte-code("\203
\306\202
\307\310!\210m\203\311\312\306\"\210\313\314!\203!\311\315\306\"\210\316\306w\210i\211\nV\2032\311\315\317\"\210
\nW\203=\3
One could use capture if always filing to the same basic tree. I
believe the default puts it at the end of the list, hence the
=:prepend= option.
-- http://orgmode.org/manual/Template-elements.html#Template-elements
I'm curious in this as well, as capture wouldn't work so well if
filing all over t
"Sebastien Vauban" writes:
> Hi Esben,
>
> Esben Stien wrote:
>> I add a TODO item with M-S-RET, but is there any way to insert the new
>> TODO item at the bottom of the current node or is there any way to
>> navigate quickly to the last TODO item of the current node?.
>
> An ECM (Minimal Complet
Org-mode version 7.9.2 (release_7.9.2-52-g921998)
C-x b test RET
insert "* dub"
M-: (org-export-region-as-latex (point-min) (point-max) nil 'string) RET
org-export-region-as-latex returns
"\\section{dub}\n\\label{sec-1}\n\n\\end{document}\n"
This does not look right to me. Where is the hea
Hi Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban"
>> Within a LaTeX block (#+begin_latex) or within a Babel block for LaTeX
>> language (#+begin_src latex)? Do you make a difference?
>
> There's a big difference.
>
> #+begin_latex means "paste this code unmodified in the latex back-end,
> a
Hi Chris,
> Is there any way to calculate total number of projects in real-time such that,
If you don't mind marking your projects as TODO then you can use statistics
cookies like this:
* Projects [%] [/]
** TODO project 1
+ foo
** DONE project 2
+ bar
** TODO project 3
+ baz
** TODO p
Hi Nicolas,
Nicolas Goaziou writes:
> Yes, I confirm the bug.
>
> Would you mind testing the following patch and tell me if it fixes the
> problem without adding unwanted side-effects?
I've been testing the patch for a couple of days now.
No unwanted side-effects as far as I can tell. The error
Hi Chris,
Chris Henderson wrote:
> I have my projects like,
>
> * Projects
> ** project 1
> ** project 2
>
> Is there any way to calculate total number of projects in real-time such that,
>
> * Projects (2)
> ** project 1
> ** project 2
>
> This would be really beneficial to see how many running p
On Fri, Oct 19, 2012 at 2:39 PM, Supriya Sawant
wrote:
>
>
>
> hello,
>
> I am new to emacs.I went through org-mode manual, but I am not getting how
> to insert footnotes.
>
> eg: [1] should link to http://orgmode.org
>
> can anyone please help me out...
>
Try:
M-x org-footnote-action
or
C-h f
Hi Esben,
Esben Stien wrote:
> I add a TODO item with M-S-RET, but is there any way to insert the new
> TODO item at the bottom of the current node or is there any way to
> navigate quickly to the last TODO item of the current node?.
An ECM (Minimal Complete Example) could eventually help here, t
15 matches
Mail list logo