I am using GNU Emacs 23.1.1 with org-mode version 7.7. I want to use C-c c t to
capture a task and send it to ~/todo.org as defined in the org-capture-template
below. On pressing C-c c, the Org Select buffer opens but when I hit t, I get
the error message "Capture abort: (void-function nil)" and n
Thanks, Bernt. The values are as shown below. Please suggest any changes.
Sincerely,
Felix
text-mode-hook's value is
(nil text-mode-hook-identify)
outline-mode-hook's value is nil
org-mode-hook is a variable defined in `org.el'.
Its value is
(#[nil "\300\301\302\303\304$\
>
> I think the problem is your 'nil' entries.
>
> My text-mode-hook looks like this:
>
> --8<---cut here---start->8---
> text-mode-hook's value is
> (text-mode-hook-identify)
> --8<---cut here---end--->8---
>
> I would re
Bernt Hansen norang.ca> writes:
>
> If you want to set adaptive-fill-mode to nil you need something like
> this instead:
>
> (add-hook 'text-mode-hook '(lambda () (setq adaptive-fill-mode nil)))
>
>
Thanks for the detailed explanation. I added
(add-hook 'text-mode-hook '(lambda () (setq a
When I fire up emacs and use C-c c t to enter a task (see .emacs below), I get
the message "Capture template `t': org-called-interactively-p" and nothing
happens. However, if I use the menu option "Org->Refresh/Reload->Reload Org
Uncompiled", then C-c c t works correctly every time. I have provided
Thanks, David. It worked.
Sincerely,
Felix
simple trick: Use LaTeX for the title page. Create a separate file and
then include it your org file via
#+LaTeX: \input{title.tex}
Cheers,
Felix
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-org
Hi all,
first, thanks for this great tool. :)
Is there a way to prevent cookies ([/] and [%]) to be exported to LaTeX?
Thanks for your help in advance!
Sincerely,
Felix
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies t
et me know what you think :)
Cheers,
Felix
P.S.: Please excuse double posting if the first version does show up.
Footnotes:
[1] https://bitbucket.org/fgeller/gcal2org/src/8fa7d2b83ab3/gcal2org.py
pgpgVIacIagKU.pgp
Description: PGP signature
et me know what you think :)
Cheers,
Felix
Footnotes:
[1] https://bitbucket.org/fgeller/gcal2org/src/8fa7d2b83ab3/gcal2org.py
pgpVtFNe6jCLs.pgp
Description: PGP signature
; ?
no, not at all :)
Cheers,
Felix
>
>
> Thanks!
>
> --
> Bastien
pgpV5itQIFZyl.pgp
Description: PGP signature
pdated the documentation to include
examples. Take a look if you're interested: http://goo.gl/rZU78
Cheers,
Felix
On Fri, 22 Jul 2011 14:59:34 +0200, Rasmus wrote:
>
> Hi Felix,
>
> Felix Geller writes:
>
> > I wrote a Python script that [1] uses the GData API to download eve
nd Best Regards,
--
Felix Natter
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 informa
Thorsten Jolitz writes:
> Felix Natter writes:
>
>> Thorsten Jolitz writes:
>>
>>> Felix Natter writes:
>>>
>>>> hi,
>>>>
>>>> I am working on org-freeplane.el, a fork of org-freemind.el [1].
>>>>
>>>
ise. Thank you.
Sincerely,
Felix Fernandes
Emacs : GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)
of 2014-02-22 on chindi10, modified by Debian
Package: Org-mode version 8.2.10 (8.2.10-29-g89a0ac-elpa @
/home/vadmin/.emacs.d/elpa/org-20141222/)
current state:
==
(setq
> You probably need to make sure that you install org correctly, so that
> the previous bits are shadowed completely. Read the "Using Emacs
> packaging system" subsection of the "Installation" section of the Org
> manual for important information:
>
>(info "(org) Installation")
I checked the
Thanks for your help, Nick. I found that C-c C-e c f replaces
org-export-icalendar-this-file. It would be nice if M-x
org-export-icalendar-this-file is undefined or pops up an error message
stating that it has been replaced by C-c C-e c f.
> org-export-icalendar-this-file *is* undefined in versions of org >= 8.0.
> When I try M-x org-export-icalendar-this-file on a modern org, I get "No
> match". The fact that you get something else is indicative of
> installation problems as I alluded to before.
The org-export-icalendar-this-file
I have placed
package-initialize at the beginning of my .emacs but that doesn't help.
Is there an easy way to delete all previous installations of org mode? I had
several org* directories in my ~/.emacs.d/elpa/ directory and the above
problem was fixed when I
> Any suggestions on how to fix the installation problems? I have placed
> package-initialize at the beginning of my .emacs but that doesn't help.
I re-installed org-mode from elpa after deleting all org-related entries
from my .emacs (I don't have init.el) and ensuring that no org buffers were
op
> Try loading a minimal init file (e.g. check
>
>http://thread.gmane.org/gmane.emacs.orgmode/80179/focus=80213
>
> for an example) and start emacs with
>
>emacs -q -l /path/to/minimal/.emacs
>
> If org-export-icalendar-this-file is undefined (as it should be), then
> the problem is some
> ... and where did that load-path get initialized?
According to
https://www.gnu.org/software/emacs/manual/html_node/elisp/Library-Search.html,
the load-path got initialized to default sources when emacs was compiled.
Then after I did the elpa org-mode update, the elpa directories got placed
at th
> It does not bother me as much as the following keyboard macro
>
> (fset 'jk
> [?\M-x ?o ?r ?g ?- ?c ?a ?p ?t ?u ?r ?e return ?t return ?\C-e ? ?j ?k
> ?\C-c ?\C-c])
>
> that should invoke the following template:
> (setq org-capture-templates '(("t" "Todo" entry (file "~/org/j.org"
>
If
> The backtrace is not very useful as is because of the byte code. You
> might try to reproduce with uncompiled code and see if it is any
> clearer.
How to do that? I had used
C-u M-x org-reload RET
before, as described in the org-mode documentation to get a backtrace from
uncompiled code. App
> > The backtrace is not very useful as is because of the byte code. You
> > might try to reproduce with uncompiled code and see if it is any
> > clearer.
>
> How to do that? I had used
> C-u M-x org-reload RET
> before, as described in the org-mode documentation to get a backtrace from
> unco
lease help me debug and fix this problem. Thanks.
Sincerely,
Felix
Debugger entered--Lisp error: (error "Capture abort: (wrong-type-argument
stringp (file:~/org/todo.org::*Tasks Tasks))")
signal(error ("Capture abort: (wrong-type-argument stringp
(file:~/org/todo.org::*Tasks Task
I'm no lisp expert, but I have attempted to indent the backtrace below for
easier reading.
Debugger entered--Lisp error:
(error "Capture abort: (wrong-type-argument stringp
(file:~/org/todo.org::*Tasks Tasks))")
signal(error ("Capture abort: (wrong-type-argument stringp
(file:~/org/todo.org::*T
In the following post,
http://stackoverflow.com/questions/27872038/emacs-keyboard-macro-fails-to-invoke-org-mode-capture-template,
artscan showed that org capture templates don't work in org v.8.2.10 when
invoked from within a keyboard macro. I reproduce his results here.
The following function
(
lar
to #+CAPTION for capturing and placing notes.
Thanks for your hard work.
Best regards,
Felix
lar
to #+CAPTION for capturing and placing notes.
Thanks for your hard work.
Best regards,
Felix
Today I stumbed upon the same bug.
Sadly I have no idea how to fix it, but thought it would be nice to post
about it here so the bug doesn't get lost in the sands of time.
Felix Freeman
e and read the thing afterwards, or - if this changes
things too much - at least set $PS1 to a very unique and distinctive
value in order to avoid these kind of bugs.
Felix Freeman
-[[:digit:]]\\.[[:digit:]]\\|/ssh:[^:]+:[^$]+\\)$ ")
Notice it requires the patch to org-babel-sh-strip-weird-long-prompt
posted earlier.
I hope I got it right this time ^_^'
Felix Freeman
t-state.el
Emacs : GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33,
cairo version 1.17.6)
of 2022-04-27
Package: Org mode version 9.5.4 (release_9.5.4-521-g1105da.dirty @
/home/me/src/org-mode/lisp/)
Felix Freeman
#+name: input
tramp
* Works
#+begin_src sh :stdin input
over the place.
Thanks for any tips.
Felix
--
Linux. The choice of a GNU generation.
I have a silenced codeblock, that I postprocess to push the result (a
password) onto the kill-ring, and then returns "Password copied" (showing
in the status line). This works very nicely. I'm now looking for the cherry
on the cake: I'd like to render the #+CALL as a link, e.g. something like,
[Cop
Emacs 28.1
Orgmode 9.5.2 (but discovered already 2020-01-20)
When pasting a subtree (of whichever level) with org-paste-subtree at
any position (can be an empty line or a line with a header prefix, e.g.
"*** "), always an empty line is inserted above the inserted subtree.
I would expect no ne
Emacs 28.1
Orgmode 9.5.2 (but discovered already 2020-01-20)
When pasting a subtree (of whichever level) with org-paste-subtree at
any position (can be an empty line or a line with a header prefix, e.g.
"*** "), always an empty line is inserted above the inserted subtree.
I would expect no ne
On 13.09.22 04:39, Ihor Radchenko wrote:
Felix Wiemuth writes:
Emacs 28.1
Orgmode 9.5.2 (but discovered already 2020-01-20)
When pasting a subtree (of whichever level) with org-paste-subtree at
any position (can be an empty line or a line with a header prefix, e.g.
"*** "), alway
I have a list of N source blocks, of which each produces a table, and all
these tables have the same column count. What is the easiest way to now
make a single table which is the result of calling all these blocks and
concatenating the result?
Essentially, would be also the same as N CALL together
On Mon, Oct 3, 2022 at 10:44 AM Ihor Radchenko wrote:
> #+name: block1
> #+begin_src emacs-lisp :results table
> '((1 2) (3 4))
> #+end_src
>
> #+name: block2
> #+begin_src emacs-lisp :results table
> '((5 6) (7 8))
> #+end_src
>
>
> #+begin_src emacs-lisp
> (append
> '<>
> '<>)
> #+end_src
>
I
On Mon, Oct 3, 2022 at 11:28 AM Ihor Radchenko wrote:
>
> #+begin_src emacs-lisp :noweb yes
>
> Thank you Ihor.
Felix
--
Linux. The choice of a GNU generation.
Eric,
>
> [[elisp:(some elisp sexp)][Click here to do X]]
>
> Neat! When I open the link I always get a message each time, "Execute ...
as elisp?" Is there a way to get rid of that message?
--
Linux. The choice of a GNU generation.
6816 :value nil :post-blank 2 :post-affiliated 4562 :name
secrets :parent nil
Is there a helper or another way so that I can get the elements of that row
as a list or do I have to extract the fields manually by walking over text?
Thanks,
Felix
Okay I found org-table-get (line column), which is already very helpful.
On Wed, Oct 5, 2022 at 6:17 AM Felix Dorner wrote:
> When point is in a table, I can run (org-element-at-point) and get a
> table-row:
>
> table-row (:type standard :begin 4932 :end 5151 :contents-begin 4933
used, the section variable will be nil
and the id attribute is set as if the sections are unnumbered. Consequently,
the org-info.js folding behavior works as expected.
This is a proposed solution since I do not know whether this conflicts with
some other settings. After all, why is the id attribute different when numbered
sections are used?
All the best,
/Felix Esser/
I want to create a clocktable report for all items under a specific
heading, using the match keyword and the ITEM property. It appears
that matching items this way won't include any subheadings, therefore
not showing their times in the clocktable.
My guess would be that agenda and clocktable shar
Iām using version 9.4.6. See below what happens when I `org-publish`
to a remote server. The subdirectory structure is not properly
mapped. Is this a bug?
On my system:
project
.dir-locals.el
index.org
images
a.jpg
subdir
index.org
images
After a recent system update, I cannot replicate the issue anymore. š
"Felix E. Klee" writes:
> ("static"
> :base-directory "."
^
This!
no bug
51 matches
Mail list logo