[BUG] Folding bug using org-info.js with numbered sections [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-05-31 Thread Felix Esser
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/

[BUG] clocktable match doesn't seem to support matching items based on parent property [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-05-07 Thread Felix H. Dahlke
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

Re: Get current table row data as list

2022-10-04 Thread Felix Dorner
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

Get current table row data as list

2022-10-04 Thread Felix Dorner
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

Re: Call code block via link?

2022-10-04 Thread Felix Dorner
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.

Re: Concatenating results

2022-10-03 Thread Felix Dorner
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.

Re: Concatenating results

2022-10-03 Thread Felix Dorner
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

Concatenating results

2022-10-03 Thread Felix Dorner
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

Re: [BUG] org-paste-subtree inserts empty line above paste

2022-09-16 Thread Felix Wiemuth
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

[BUG] org-paste-subtree inserts empty line above paste

2022-09-13 Thread Felix Wiemuth
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

[BUG] org-paste-subtree inserts empty line above paste

2022-09-12 Thread Felix Wiemuth
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

Call code block via link?

2022-09-09 Thread Felix Dorner
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

Secrets in org-babel

2022-09-05 Thread Felix Dorner
over the place. Thanks for any tips. Felix -- Linux. The choice of a GNU generation.

[BUG] ob-shell: cmdline and stdin broken when used with TRAMP

2022-06-10 Thread 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

Re: babel output seems to drop anything before % (in session)

2022-06-07 Thread 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

Re: babel output seems to drop anything before % (in session)

2022-06-07 Thread 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

Re: babel output seems to drop anything before % (in session)

2022-06-07 Thread Felix Freeman
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

Re: Recursive publish bug?

2021-08-09 Thread Felix E. Klee
"Felix E. Klee" writes: > ("static" > :base-directory "." ^ This! no bug

Re: Recursive publish bug?

2021-08-06 Thread Felix E. Klee
After a recent system update, I cannot replicate the issue anymore. šŸ˜ƒ

Recursive publish bug?

2021-08-03 Thread Felix E. Klee
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

[O] Feature Request: LaTeX export table/figure notes in float environment

2016-02-18 Thread Felix Kaminsky
lar to #+CAPTION for capturing and placing notes. Thanks for your hard work. Best regards, Felix

[O] Feature Request: LaTeX export table/figure notes in float environment

2016-02-18 Thread Felix Kaminsky
lar to #+CAPTION for capturing and placing notes. Thanks for your hard work. Best regards, Felix

[O] [Bug] org-store-link produces different results if called from keyboard macro

2015-01-12 Thread Felix Fernandes
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 (

Re: [O] Need help debugging org-capture-template failure invoked by keyboard macro

2015-01-08 Thread Felix Fernandes
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

[O] Need help debugging org-capture-template failure invoked by keyboard macro

2015-01-08 Thread Felix Fernandes
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

Re: [O] Org mode installation problems

2015-01-08 Thread Felix Fernandes
> > 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

Re: [O] Org mode installation problems

2015-01-07 Thread Felix Fernandes
> 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

Re: [O] Org mode installation problems

2015-01-07 Thread Felix Fernandes
> 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

Re: [O] Org mode installation problems

2015-01-07 Thread Felix Fernandes
> ... 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

Re: [O] Org mode installation problems

2015-01-06 Thread Felix Fernandes
> 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

Re: [O] Org mode installation problems

2015-01-06 Thread Felix Fernandes
> 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

[O] Org mode installation problems

2015-01-06 Thread Felix Fernandes
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

Re: [O] Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpa /home/vadmin/.emacs.d/elpa/org-20141222/)]

2015-01-06 Thread Felix Fernandes
> 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

Re: [O] Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpa /home/vadmin/.emacs.d/elpa/org-20141222/)]

2015-01-05 Thread Felix Fernandes
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.

Re: [O] Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpa /home/vadmin/.emacs.d/elpa/org-20141222/)]

2014-12-31 Thread Felix Fernandes
> 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

[O] Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpa @ /home/vadmin/.emacs.d/elpa/org-20141222/)]

2014-12-30 Thread Felix Fernandes
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

Re: [O] ox-freemind.el / org-freemind.el

2014-09-02 Thread Felix Natter
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]. >>>> >>>

[O] ox-freemind.el / org-freemind.el (was: Re: Code to convert lists etc. to HTML for org-mode export filter?)

2014-09-01 Thread 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

[O] Code to convert lists etc. to HTML for org-mode export filter?

2014-09-01 Thread Felix Natter
nd Best Regards, -- Felix Natter

Re: [O] Capture mode fails until

2011-11-30 Thread Felix
Thanks, David. It worked. Sincerely, Felix

[O] Capture mode fails until "reload org uncompiled" is used

2011-11-29 Thread Felix
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

Re: [O] Capture aborts after selecting template

2011-11-27 Thread Felix
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

Re: [O] Capture aborts after selecting template

2011-11-26 Thread Felix
> > 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

Re: [O] Capture aborts after selecting template

2011-11-26 Thread Felix
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$\

[O] Capture aborts after selecting template

2011-11-26 Thread Felix
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

Re: [O] Python script to download Google Calendar events

2011-07-29 Thread Felix Geller
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

Re: [O] Python script to download Google Calendar events

2011-07-13 Thread Felix Geller
; ? no, not at all :) Cheers, Felix > > > Thanks! > > -- > Bastien pgpV5itQIFZyl.pgp Description: PGP signature

[O] Python script to download Google Calendar events

2011-07-12 Thread Felix Geller
et me know what you think :) Cheers, Felix Footnotes: [1] https://bitbucket.org/fgeller/gcal2org/src/8fa7d2b83ab3/gcal2org.py pgpVtFNe6jCLs.pgp Description: PGP signature

[O] Python script to download Google Calendar events

2011-07-11 Thread Felix Geller
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

[Orgmode] Preventing the export of cookies

2010-04-17 Thread Felix Geller
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

[Orgmode] Re: Customising title page

2010-04-03 Thread Felix Geller
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