Hello,
recently (I think it could be after the emacs 24 update) I have a
behavior of org-mode that it adds some PROPERTIES drawer when cyling
the state TODO/DONE/ I was not really able to reproduce that. I'm
not using todo inter-dependencies or alike so I see no reason why that
should be neede
Hello,
first question: Are bug/feature request bounties are ok here?
I have a FR that I really want to have resolved. Described here:
http://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01186.html
http://orgmode.org/worg/org-hacks.html#sec-1-7-1 does not do the job (tried
the "slightly
Julien Cubizolles wrote:
> Can org-archive-subtree be made to archive the whole parent structure
> along with the subtree selected ?
>
> I'm using an the same org file every year and I'd like to archive some
> of its contents at the end of the year. Something like:
>
>
[...]
You mean that:
ht
Hello,
two questions regarding agenda views. The agenda for the current week looks
like that:
Week-agenda (W03):
Monday 12 January 2015 W03
capture:TODO Stellwände für kommenden Montag besorgen
Tuesday13 January 2015
Wednesday 14 January 2015
uni:75 d. ago: Abstract
u
Hello,
some of my nodes have a deadline but a TODO. Therefore they can't be
DONE. Yet, in the org-agenda they are displayed indefinitly until I set
a DONE for them, which I do not want (because they weren't a TODO in
the first place).
Can I make org-mode auto expire items that have a deadline but
Hello,
I'm working on my first presentation using org mode together with latex
beamer (until now, I produce the slide using beamer only).
The top of my org file looks like that:
#+startup: beamer
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: Boadilla
#+LATEX_HEADER:
On Mon, 30 May 2016 11:19:52 +0200
Rasmus wrote:
> Hi,
>
> Florian Lindner writes:
>
> > I'm working on my first presentation using org mode together with
> > latex beamer (until now, I produce the slide using beamer only).
> >
> > The top of my or
On Mon, 30 May 2016 13:53:52 +0200
Rasmus wrote:
> Hi,
>
> Florian Lindner writes:
>
> >> #+options: title:nil
> >
> > Sorry, can't make it work.
> >> #+subtitle:
> >
> > Neither that works for me
>
> Are you sure you
On Wed, 01 Jun 2016 12:26:07 +0200
Rasmus wrote:
> Florian Lindner writes:
>
> > On Mon, 30 May 2016 13:53:52 +0200
> > Rasmus wrote:
> >
> >> Hi,
> >>
> >> Florian Lindner writes:
> >>
> >> >> #+options: ti
Hello,
I try to put some source code, using the listings package in my slides:
** Source Code
#+BEGIN_LATEX
\begin{lstlisting}
for (int i = 1; i != 10; ++i)
std::cout << i << ": hello, world!"
<< std::endl;
\end{lstlisting}
#+END_LATEX
Problem is, this, in contrast to
#+BEGIN
Am 06.07.2016 um 22:49 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> How can I add a fragile option to the frame
>
> You can set :BEAMER_OPT property accordingly.
Great, works:
:PROPERTIES:
:BEAMER_OPT: fragile
:END:
Just one more questio
Hello,
I have
*** MATLAB vs. PETSc:B_quote:
:PROPERTIES:
:BEAMER_env: quote
:END:
some lengthy quote
from the manual
Now I want to put the "from the manual" below the quote environment, not
inside, like that:
\begin{frame}
\begin{quote} %% MATLA
Hello,
I just noticed, that if I use a capture template like
("p" "foo" entry (file+olp "" "foo") "* %?\n%t\n%i")
It complains about:
Template key:
org-find-olp: Wrong type argument: stringp, nil
It works when using
("p" "foo" entry (file+olp org-default-notes-file "foo") "* %?\n%t\n%i")
H
Hello,
Emacs 24.3.1 on Arch.
emacs -Q
M-x electric-indent-mode
C-x C-f some/nonexistent/file.org
Now entering
* abc
+ a
+ b
+ c
Each list entry is idented furthermore. I doesn't happen if I use M-Ret to
enter a list item.
Or is this behavior intended?
Thanks!
Florian
Hello,
is it possible to org-archive-subtree a subtree and keep the entire
parent structure? e.g.
* A
** AA
** AB
** AC
AB will be archived to:
* A
** AB
Another question, just out of interest: Why is there
org-archive-subtree-default at all? According to documentation and
source it jus
Am 18.04.2014 13:36, schrieb Bastien:
Hi Florian,
Florian Lindner writes:
is it possible to org-archive-subtree a subtree and keep the entire
parent structure? e.g.
* A
** AA
** AB
** AC
AB will be archived to:
* A
** AB
No, but each subtree can contain an :ARCHIVE: property that will
This is not a bug report but a wishlist item.
org-archive-subtree archives a subtree.
* A
** AA
*** AAA
** AB
*** ABA
Archiving AA will remove the subtree from the original file and create
it like that in archive target:
* AA
** AAA
What I want (wish for) is to create it like that in the arc
org-archive-subtree archives a subtree.
* A
** AA
*** AAA
** AB
*** ABA
Archiving AA will remove the subtree from the original file and create
it like that in archive target:
* AA
** AAA
What I want (wish for) is to create it like that in the archive target:
* A
** AA
*** AAA
If I also archi
Hello,
can I make org-iswitchb consider not only already opened files but all
agenda files, just like org-agenda?
I tried one and two prefix arguments, but org-iswitchb always considers
only files that are already opened.
Thanks!
Florian
Hello,
I try to achieve a table layout using vertical lines between each colum
\begin{tabular}{|l|l|l|}
but I'm unable to get it using org-mode tables
Using a first table row like that:
| / | <| <|
Is the best I was able to achieve, it produces {l|l|l}.
How can I produce the desire
Hello,
I learn to use org-ref and try to export a simple document:
* Section
label:Testlabel Some citations cite:Bungartz2015 and cite:Torres2009 and a
reference to a label ref:Testlabel
bibliographystyle:unsrt
[[bibliography:/home/florian/Mendeley/library.bib]]
This exports to:
\section{Sect
Hello,
I have this code block:
#+BEGIN_SRC python :exports results :results file
import matplotlib.pyplot as plt, numpy as np
x = np.linspace(-2, 2, 1000)
plt.plot(x, np.exp(-np.power(4*x, 2)), label="shape-parameter=4")
for i in range(-4, 5): plt.axvline(1/6 * i, ymax = 0.1, ls = "-.", c
Am 30.08.2016 um 12:11 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> I have this code block:
>>
[...]
>> When exporting to latex it nicely compiles into
>> \includegraphics[width=.9\linewidth]{rbf-gaussian-4.pdf}.
>>
>> Now
Gaussian Basis functions with vertex distances marked at $n \cdot
\frac{1}{6}$.
#+RESULTS:
[[file:rbf-gaussian-4.pdf]]
Using NAME instead of caption results in the same latex output.
Thanks,
Florian
>
> Good luck!
> Georgiy
>
> On 30 Aug, Florian Lindner wrote:
>> Hello,
Am 30.08.2016 um 13:54 schrieb Florian Lindner:
> Am 30.08.2016 um 13:04 schrieb Georgiy Tugai:
>> I don't know if it'll work for Python, but here's an example of what
>> works for me with Ditaa:
>>
>>> #+BEGIN_SRC
Am 30.08.2016 um 10:22 schrieb Florian Lindner:
> In https://github.com/jkitchin/org-ref/issues/279 the author says it probably
> not related to org-ref, however I was
> unable to reproduce it without it.
An example without org-ref that produces this error:
#+BEGIN_SRC python :export
org-version is
Org-mode version 8.3.5 (8.3.5-4-g2dfdaf-elpa @
/home/florian/.emacs.d/elpa/org-20160829/)
Am 30.08.2016 um 10:22 schrieb Florian Lindner:
> Hello,
>
> I learn to use org-ref and try to export a simple document:
>
> * Section
> label:Testlabel Some citations
Am 01.09.2016 um 08:02 schrieb Nick Dokos:
> Try this:
>
> --8<---cut here---start->8---
> An example without org-ref that produces this error:
>
> #+NAME: fig:org_fig
> #+BEGIN_SRC python :exports results :results file
> import matplotlib.pyplot as plt, num
Am 02.09.2016 um 15:12 schrieb Eric S Fraga:
> Can you post an actual org test file as an attachment? And also the
> resulting LaTeX file on export?
Hey,
sorry for the late reply. I tried to reproduce the problem firstly using emacs
-Q but it worked like that.
After some bisect debugging I fou
Hello,
I have this org mode document:
#+BEGIN_SRC python :exports results :results file
import matplotlib.pyplot as plt, numpy as np
x = np.linspace(-2, 2, 1000)
plt.plot(x, np.exp(-np.power(4*x, 2)), label="shape-parameter=4")
plt.plot(x, np.exp(-np.power(2*x, 2)), label="shape-parameter
Am 06.09.2016 um 10:59 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> I have this org mode document:
>>
>> #+BEGIN_SRC python :exports results :results file
>> import matplotlib.pyplot as plt, numpy as np
>> x = np.linspace(-2,
Hello,
I have an org file:
* Overview of available basis functions
#+BEGIN_SRC python :session generateBFpics :exports results :results file
import matplotlib.pyplot as plt
import numpy as np
def set_plotoptions():
plt.xlabel("x")
plt.ylabel("$\phi(x)$")
plt.grid()
np
Hello,
the Org Attach dispatcher offers a key "f" to open the attachment directory not
in Emacs.
(defun org-attach-reveal (&optional if-exists)
"Show the attachment directory of the current task.
This will attempt to use an external program to show the directory."
(interactive "P")
(let ((
Am 07.01.2017 um 11:39 schrieb Marco Wahl:
> Hi,
>
> Florian Lindner writes:
>
>> Hello,
>>
>> the Org Attach dispatcher offers a key "f" to open the attachment directory
>> not in Emacs.
>>
>> (defun org-attach-reveal (&optional
Hello,
is there any reason why the output buffer of org mode exporting to LaTeX is not
read-only? Read-only is probably not the
right expression, what I mean is that e.g. q calls quit-window and closes the
window. This way it's done by Auctex.
Thanks,
Florian
Am 15.02.2017 um 15:22 schrieb Eric S Fraga:
> On Wednesday, 15 Feb 2017 at 14:02, Florian Lindner wrote:
>> Hello,
>>
>> is there any reason why the output buffer of org mode exporting to
>> LaTeX is not read-only? Read-only is probably not the
>> right expre
Am 15.02.2017 um 17:37 schrieb Eric S Fraga:
> On Wednesday, 15 Feb 2017 at 16:07, Florian Lindner wrote:
>> The exported PDF opens in okular (xdg-open) and I'm perfectly happy with it.
>> I think we're talking about different
>> things. I mean the buffer that c
Am 16.02.2017 um 14:47 schrieb Eric S Fraga:
> On Thursday, 16 Feb 2017 at 08:33, Florian Lindner wrote:
>> It would be much easier to close it quickly this way and it would be
>> consistent with other buffers that serve the same
>> purpose, like the beforementioned Auctex o
Am 17.02.2017 um 13:35 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> Am 16.02.2017 um 14:47 schrieb Eric S Fraga:
>>> On Thursday, 16 Feb 2017 at 08:33, Florian Lindner wrote:
>>>> It would be much easier to close it quickly this w
Hello,
the usual emacs calendar (M-x calendar) can be controlled using these key
bindings:
https://www.gnu.org/software/emacs/manual/html_node/emacs/Calendar-Unit-Motion.html
But how can the calendar be controlled when invoked by org-mode, e.g. by C-c
C-s to set a scheduled date on an entry?
Th
Hello,
is it possible to set the number of days that are shown in the agenda, i.e.
org-agenda-span on a per file basis?
I want to show two weeks of deadlines in my own org file, and just 4 days of
appointments in the org file synced from
the department's calendar.
Thanks,
Florian
Am 31.05.2017 um 07:22 schrieb Loris Bennett:
> Hi,
>
> Florian Lindner writes:
>
>> Hello,
>>
>> is it possible to set the number of days that are shown in the agenda,
>> i.e. org-agenda-span on a per file basis?
>>
>> I want to show two w
Hello,
two questions about moving attachments to org files:
C-c C-a a attaches a file and stores it under ./data/ID/...
Using C-c C-a s I can set another directory a attachment directory. Can I make
org-mode move the content of the previous
directory to the new directory?
Can I "reset" the att
Am 01.06.2017 um 06:39 schrieb Eric Abrahamsen:
> Florian Lindner writes:
>
>> Hello,
>>
>> two questions about moving attachments to org files:
>>
>> C-c C-a a attaches a file and stores it under ./data/ID/...
>>
>> Using C-c C-a s I can set an
Am 05.06.2017 um 01:25 schrieb Eric Abrahamsen:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Eric Abrahamsen writes:
>>
>>> What I meant was, first ask the user for a directory, then cycle through
>>> the files and ask whether to move each file to that directory. The user
>>> wouldn't specify the
Am 02.06.2017 um 11:19 schrieb Eric Abrahamsen:> Florian Lindner
writes:
>
>> Am 01.06.2017 um 06:39 schrieb Eric Abrahamsen:
>>> Florian Lindner writes:
>>>
>>>> Hello,
>>>>
>>>> two questions about moving attachments to org fil
Am 10.06.2017 um 09:36 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> Ok, my new version is here. It should be able to replace
>> org-attach-set-directory
>
> Thank you. Comments follow.
>
>> Some questions about the code
>>
Am 10.06.2017 um 09:36 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> Ok, my new version is here. It should be able to replace
>> org-attach-set-directory
>
> Thank you. Comments follow.
>
>> Some questions about the code
>>
Am 13.06.2017 um 23:41 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> What is the use of (and org-attach-allow-inheritance t)? Doesn't it always
>> returns org-attach-allow-inheritance?
>
> It return nil if `org-attach-allow-i
Hello,
since recently, one of my capture templates stopped working. Message is:
Template key:
org-capture: Capture template ‘j’: nil
and:
- %?
is added to journal.org. I have also tried some other template text like "foo"
(without any keys), but the message is the same.
value of org-capture-
Am 25.06.2017 um 21:09 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>
>> since recently, one of my capture templates stopped working. Message is:
>>
>> Template key:
>> org-capture: Capture template ‘j’: nil
>>
>> and:
&g
Am 24.06.2017 um 10:53 schrieb Nicolas Goaziou:> Hello,
>
> Florian Lindner writes:
>
>> Ok, so it's basically a conversion to bool.
>
> Correct.
>
>> That I'm not so sure of. I try to get myself aquainted to ert, but my elisp
>> knowledge, you
Hey Nicolas, hey Bastien,
might you give a hint why
("j" "Journal" item
(file+datetree "journal.org")
"%?\n%i" :kill-buffer t)
which still gives the same error: org-capture: Capture template ‘j’: nil
Thanks a lot,
Florian
Am 25.06.2017 um 21:23 sch
Hello,
the agenda only shows the title of nodes, like:
capture:TODO Task 1
Often, I have a structure like
* Project A
** Task 1
* Project B
** Task 1
then, I get no idea, from what project the task actually is.
Is there a way to also show the title of the parent in agenda buffer or even
Hello,
the two links:
[[http://localhost/A-+-B][AAA]] [[http://localhost/A-+-B][BBB]]
are displayed in org mode as
AAA BBB>/a>
meaning the first AAA + whitespaces are strike-through and normal face,
and the BBB is correctly displayed as link. However, both work as links.
I noticed the problem
Hello,
I am collecting my cooking recipes in an org-mode file. While that
certainly works for, I would like to have a nice LaTeX export for
non-nerd mortals to look at. All recipes are in one file and each one
looks like:
* Pancakes
** Ingredients
+ 6 Eggs
+ 3 Apples
** Directions
Just do it!
**
Hello,
doing C-a s on an entry with an existing attachement produces
make-directory: Die Datei existiert bereits: /home/florian/test/data/
(translation: File already exists)
Actually, I implemented this functionality with the help of Nicolas Goaziou,
but it seems an org mode or emacs upgrade
Hello,
after the upgrade to 9.5 (9.5-g0a86ad @ /home/florian/.emacs.d/elpa/org-9.5/)
on 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version
1.16.0) of 2020-09-19 my agenda stopped working
(org-agenda) -> any keyword (a, t or n) gives:
Debugger entered--Lisp error: (invalid-
Hello,
I have an org-todo-keywords like "DONE(d!)" which logs a time stamp
everytime that todo is reached.
I also use org-after-todo-state-change-hook to copy that node somewhere
else, as soon as it is finished.
My problem now is that the logging seems to happen after hook, which
made me e
Hello,
Given a simple org file:
* TODO dated item
SCHEDULED: <2024-07-04 Do 14:00>
* TODO undated item
which is in org-agenda-files. Using "org-agenda t" and executing "C-x
C-x =" (what-cursor-position) yields "dotime t" for both entries.
I have found no documentation on the "dotime" propert
Am 14.07.24 um 11:46 schrieb Ihor Radchenko:
Florian Lindner writes:
* TODO dated item
SCHEDULED: <2024-07-04 Do 14:00>
* TODO undated item
which is in org-agenda-files. Using "org-agenda t" and executing "C-x
C-x =" (what-cursor-position) yields "dotime t"
Hello,
I try to configure my org mode (Org mode version ( @
/lhome/lindnfl/.emacs.d/elpa/org-9.4.4/)) to ask for a note and also for a
specific property when moving a state to WAIT. For that I use
(setq
org-todo-keywords '((sequence "NEXT" "TODO" "WAIT(w@)" "|" "DONE(d!)"
"NODO(n@)"))
org
Hello,
is this possible with org-mode? Given a tree:
* Name
:PROPERTIES:
:ARCHIVE: ???
:END:
** Archive:ARCHIVE:
** Some node
Upon archiving "Some node" (or any direct or indirect sub-node of
Projectname) I want to end it up under "** Archive". The archive
location should always be relat
Am 25.02.21 um 21:22 schrieb Florian Lindner:
is this possible with org-mode? Given a tree:
* Name
:PROPERTIES:
:ARCHIVE: ???
:END:
** Archive :ARCHIVE:
** Some node
Upon archiving "Some node" (or any direct or indirect sub-node of
Projectname) I want to end it up under "*
Am 26.02.21 um 20:30 schrieb TRS-80:
On 2021-02-25 15:49, Florian Lindner wrote:
Am 25.02.21 um 21:22 schrieb Florian Lindner:
is this possible with org-mode? Given a tree:
* Name
:PROPERTIES:
:ARCHIVE: ???
:END:
** Archive :ARCHIVE:
** Some node
Upon archiving "Some node" (or
Hello,
I, an Emacs Lisp newbie, want to get a list of all top-level headings of the
current buffer. My approach so far is:
(defun test-org-map()
(interactive)
(setq headings '())
(org-map-entries (lambda ()
(setq current-header-item (org-element-property :title
(org-
Hello,
frequently, when taking notes at a meeting with org-timer active, I happened to
forget to start the timer at the beginning of the meeting:
* Meeting
Start: <2021-07-30 Fri 15:37>
- 0:00:05 :: started the timer to late
- 0:00:18 :: want to set zero to the time above 15:37
- 0:00:34 :: how
Hello,
I want to use consult-org-agenda (https://u25936915.ct.sendgrid.net/ls/click?upn=u001.ewFfsNduyXnOVhqZsN5-2FzNQ8PbG5abGQvKkTbryVbsXp1Itnhzwz-2Bk1ThxP49J3Shc-X_RyICcd3CLz4BurEyQIHp87iiHWX8iY5GdbX-2BaT-2FEa-2FdEvi6bNkh5U1-2BUCZ-2ByGT0-2F39VtZSlSWgXj8aoy92d6mdA4UwBLim0mAcveRUO-2Bn2-2BGtdI1yE3
My apologies for the click tracker, I wasn't aware that it does that. It
is disabled now.
Am 11.03.25 um 20:53 schrieb Florian Lindner:
Hello,
I want to use consult-org-agenda (https://github.com/minad/consult)
which uses an MATCH argument like org-map-entries.
For that, how can I
69 matches
Mail list logo