On Monday, 26 Feb 2018 at 15:35, Robert Horn wrote:
> I have been working on converting ICal format files (.ics, .vcs, etc.)
> into org content. This is now ready to share (by adventurous users
> only).
Thanks for this. You might wish to have a look at the awk script I
wrote some years ago in ca
On this page:
https://orgmode.org/worg/org-tutorials/org-google-sync.html
the link ical2org.awk 404s for me.
Thanks,
Alex
Hello,
Allen Li writes:
> I retract my previous stance and think that we should keep the
> org-mark-ring for now. While I do not use the org-mark-ring, I do use
> xref's marker ring, and I appreciate the value of a "link ring"
> separate from mark-ring and global-mark-ring.
[...]
> My opinion
Hello,
Lately, I have seen myself end up in a scenario where the point is at | as
shown below, and I need to insert an Org heading at point.
=
* heading
- list item
|
content
=
Currently, I cannot any way to insert heading at point while *not
respecting* the content, when the point is *i
Eric S Fraga writes:
> If you use gnus, it comes with a gnus-icalendar package which will
> convert calendar attachments to org entries. You can export to org &
> accept/decline events. I use this all the time.
I use mu4e, but I may steal from gnus-icalendar.
Thanks
--
Robert Horn
rjhorn...
On Tuesday, 27 Feb 2018 at 08:57, Alex Branham wrote:
> On this page:
>
> https://orgmode.org/worg/org-tutorials/org-google-sync.html
>
> the link ical2org.awk 404s for me.
Ah, interesting. I probably should have checked that link before
recommending looking at the code...
In the meantime, I att
Hello,
Kaushal Modi writes:
> Lately, I have seen myself end up in a scenario where the point is at | as
> shown below, and I need to insert an Org heading at point.
>
> =
> * heading
> - list item
> |
> content
> =
>
> Currently, I cannot any way to insert heading at point while *not
>
Aloha all,
https://orgmode.org/worg/org-contrib/babel/languages.html 404s
here.
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
no objections, assuming tags users don't need those bindings?
no objections to anything allen said.
other things that can be useful in org mark ring imo are refile-goto
and going to outline from agenda.
===
off topic question:
- why are any mark rings rings? why are they not queues? do use
oh, oops, didn't notice the replace xref bindings part. that's up to
xref users.
On Mon, Feb 26, 2018 at 3:11 PM Nicolas Goaziou
wrote:
> Hello,
> Allen Li writes:
> > I modified the example a bit and made the undesired behavior unclear.
> >
> > * foo
> > :PROPERTIES:
> > :ID: a
> > :END:
> > * bar
> > :PROPERTIES:
> > :ID: b
> > :END:
> >
> > Folded, this looks like
> >
>
I've got this:
#+tblname: mydata
| -2 | 0 |
| -0.015 | 0 |
|| |
| 0.015 | 1 |
| 2 | 1 |
##+begin_src gnuplot :var data=mydata :exports results :file images/gap1.png
#+begin_src gnuplot :var data=mydata :results output :file images/gap1.png
reset
set terminal png size 350,262
s
Can you just put the table in a section tagged noexport, e.g.
* data
:noexport:
#+tblname: mydata
| -2 | 0 |
| -0.015 | 0 |
|| |
| 0.015 | 1 |
| 2 | 1 |
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Ca
13 matches
Mail list logo