Yepp, that is how I do it, too. I just thought there were something more
convenient.
Thank you anyway :-)
Gesendet mit Blue
Am 27. Juni 2019, 00:53, um 00:53, Kyle Meyer schrieb:
>Raimund Kohl-Füchsle writes:
>
>> I do have a recurring task Mo-Fri, but not at weekends.
>>
>> I searched the
The ':scheduled*' value for org-agenda-entry-types uses
org-scheduled-time-hour-regexp to match related entries. The current
regexp doesn't match entries with split repeats like those used by
habits- for example: 'SCHEDULED: <2019-06-25 Tue 20:30 .+1d/2d>'.
Because those entries show up i
Raimund Kohl-Füchsle writes:
> I do have a recurring task Mo-Fri, but not at weekends.
>
> I searched the manual and it offers a time range - like
>
> ** Test Time range
>
> <2004-08-23 Mon>--<2004-08-26 Thu>
>
> But, of course, this doesn't mark a recurring task.
>
> If instead I wo
Dmitrii,
I use a different approach, where I tangle the source into files in modules
and then I import those modules from other blocks.
This allows me to organize my document with different sections for the code
and its tests, which then get exported into their corresponding files.
* Square Func
Marcin Borkowski writes:
> On 2019-06-26, at 21:04, Russell Adams wrote:
>
>> On Tue, Jun 25, 2019 at 06:41:15PM +0200, gmx wrote:
>>> Hello,
>>>
>>> How to insert the current time? I have a table in which I want to
>>> indicate the beginning of an oral exam (firt column), the end (second
>>>
On 2019-06-26, at 21:04, Russell Adams wrote:
> On Tue, Jun 25, 2019 at 06:41:15PM +0200, gmx wrote:
>> Hello,
>>
>> How to insert the current time? I have a table in which I want to
>> indicate the beginning of an oral exam (firt column), the end (second
>> column), and (third column) make the
On 25/06/2019 22:54, Spenser Truex wrote:
> "Fraga, Eric" writes:
>
>> On Tuesday, 25 Jun 2019 at 18:41, gmx wrote:
>>> How to insert the current time?
>>
>> Easiest immediate way is to insert an inactive time stamp by C-u C-c !
>> RET.
>
> Robert Pluim writes:
>
>> C-u M-x org-time-stamp
>>
I do have a recurring task Mo-Fri, but not at weekends.
I searched the manual and it offers a time range - like
** Test Time range
<2004-08-23 Mon>--<2004-08-26 Thu>
But, of course, this doesn't mark a recurring task.
If instead I would use
** TODO Test Time range
<200
Aloha all,
The noweb strip-export setting leaves empty lines in the export.
I have this ecm:
#+name: foo
#+begin_src elisp
(+ 1 1)
#+end_src
#+name: bar
#+header: :noweb strip-export
#+begin_src elisp
<>
(+ 2 2)
#+end_src
LaTeX export renders this:
\begin{minted}[fontsize=\footnot
On Tue, Jun 25, 2019 at 06:41:15PM +0200, gmx wrote:
> Hello,
>
> How to insert the current time? I have a table in which I want to
> indicate the beginning of an oral exam (firt column), the end (second
> column), and (third column) make the difference between the two (I can
> do that).
I use thi
"Fraga, Eric" writes:
> On Tuesday, 25 Jun 2019 at 18:41, gmx wrote:
>> How to insert the current time?
>
> Easiest immediate way is to insert an inactive time stamp by C-u C-c !
> RET.
Robert Pluim writes:
> C-u M-x org-time-stamp
>
> will prompt for a date and insert it along with the curre
Hello all,
I need to share a document I have been writing in org which I would
normally export to PDF (via LaTeX, and which works very well). To
share, I am exporting to ODT. In general, the export is good enough for
my collaborator to make changes to the text (with track changes enabled
in what
12 matches
Mail list logo