On 2019-06-10 22:20, Thomas Plass writes:
As per its docstring it's one file per invocation. But the
docstring
also lists:
$ cat in.ical | ical2orgpy - - > out.org
I haven't tried, but something like this might work (on
Unixoids):
$ echo -n > out.org
$ for i in *.ical; do cat $i | ical2o
On Mon, 10 Jun 2019, 10:22 Nicolas Goaziou, wrote:
> Hello,
>
> Neil Jerram writes:
>
> > Yes, it does make the default time noon. But AFAICS the time of day
> > doesn't actually matter in any of the Org source code where the result of
> > org-get-cursor-date is used. Have I missed a case wher
Hi,
The manual describes the function
org-mark-entry-for-agenda-action. It should
"Mark the current entry for agenda action. After you have marked
the entry like this, you can open the agenda or the calendar to
find an appropriate date. With point on the selected date, press
k s or k d to sch
Hi
I have the following problem
This is my original table
The row starting with smith is calculated differently from the other two
* Orginal
#+begin_src
| name | C1 | C2 | Res |
|+++-|
| Adams | 5 | 5 | 10 |
| Miller | 6 | 2 | 8 |
| Smith | 9 | 1 | 1.7 |
,#+TB
Hi all,
I released Org 9.2.4, a bugfix release.
Enjoy!
--
Bastien
"Victor A. Stoichita" writes:
> The manual describes the function
> org-mark-entry-for-agenda-action. It should
>> "Mark the current entry for agenda action. After you have marked
>> the entry like this, you can open the agenda or the calendar to
>> find an appropriate date. With point on the
Le 11 Jun 2019, Kyle Meyer a écrit :
"Victor A. Stoichita" writes:
The manual describes the function
org-mark-entry-for-agenda-action. It should
"Mark the current entry for agenda action. After you have
marked
the entry like this, you can open the agenda or the calendar
to
find an appr
"Victor A. Stoichita" writes:
[...]
> Is there now another way to the same effect: schedule an existing
> entry by browsing the agenda for an appropriate date?
Sorry, I'm not aware of a way to do that, but hopefully others will
chime to say I'm overlooking something.
--
Kyle