* Something like this might do it:
tr "\n" "\",\"" < file > newfile
sed -e "s/\",\"* /\n\",\"*/g" newfile > blah.csv
On Mon, Jan 18, 2016 at 1:44 AM, Andrew wrote:
> Example:
>
> * Micro topic 1
> ** Microbes are small
> ** You can't see them!
> *** Isn't that something?
> * Micro topic 2
> **
Example:
* Micro topic 1
** Microbes are small
** You can't see them!
*** Isn't that something?
* Micro topic 2
** I hope I like the teacher
*** She will be great!
** Micro is cool!
I'd like to convert them into a .csv file like so:
"* Micro topic 1"," "** Microbes are small", "** You can't see
When I try to use `M-x customize` and search for `org-html-doctype` or
`org-html5-fancy` I don't get any match. I still have them in my custom.el
file, generated from an older emacs version (24.3). Were they removed?
Emacs: 25.1.50.2
Org: 8.3.2
Michael Brand writes:
> Hi all
>
> With today's release_8.3.2-441-ga87dea3 on Emacs 24.5 and this org
> file
>
>
> * d
> - e
> - f
> * g
>
>
> when d is folded: After "M-< C-s f RET" the entry d is folded but I
> expect it to remain unfolded like afte
On 2016-01-15, at 11:57, Oleh Krehel wrote:
> Marcin Borkowski writes:
>
>> Why?
>
> Macro-expand the defun to get:
>
> (defalias 'print-answer
> #'(lambda nil
> (message
> "The answer is %s."
> (forty-two
>
> `lambda' is a macro that /quote
On 17.1.2016 22:42, Nicolas Goaziou wrote:
> Hello,
>
> Václav Haisman writes:
>
>> * Testing output with non-breaking space
>>
>> This is to show issue with using Unicode’s non-breaking space character
>> before formatted text. Org-mode does not parse the formatting if the
>> non-breaking space
Hello,
Václav Haisman writes:
> * Testing output with non-breaking space
>
> This is to show issue with using Unicode’s non-breaking space character
> before formatted text. Org-mode does not parse the formatting if the
> non-breaking space is there.
Org indeed doesn't give any special meaning
Hello,
Karl Voit writes:
> Unfortunately, this fix (or any other commit?) prevents my
> non-recurring tasks to be completed when I got "DEADLINE" or
> "SCHEDULED" in the body text within blocks or comments.
>
> So I guess the new scope is too generous.
>
> It's an edge-case but it should be fixe
Hi Paul
It seems that this is beyond of my knowledge and I would like to ask
you as the author of org-player for help.
On Sun, Jan 17, 2016 at 9:40 PM, Nicolas Goaziou wrote:
> Hello,
>
> Michael Brand writes:
>
>> release_8.3.3-426-g1f49e9f introduces a regression. The link
>>
>> [[file:/
Hi Paul
It seems that this is beyond of my knowledge and I would like to ask
you as the author of org-player for help.
On Sun, Jan 17, 2016 at 9:40 PM, Nicolas Goaziou wrote:
> Hello,
>
> Michael Brand writes:
>
>> release_8.3.3-426-g1f49e9f introduces a regression. The link
>>
>> [[file:/d
Hello,
mc writes:
> may I ask, how one would possibly access and set the formerly dynamically
> bound variable
>
> `org-font-lock-extra-keywords'
>
> as this is still recommended by the doc-string of
> org-font-lock-set-keywords-hook
>
> now that org.el was switched to lexical binding by com
Oh my, so easy, thank you.
Just FYI, what makes this work so nicely for me is that I can place the
TOC *after* and #+BEGIN_EXPORT HTML block which contains Hugo web site
generator YAML instructions, which must be at the top of the file.
So, I am now happily producing a HUGO website with org-mode
Hello,
Larrabee Strow writes:
> I'd like to get toc:t to produce an html table-of-contents with body-only
> true?
>
> Is that possible? From what I can tell if body-only in the export, you
> will never get a toc.
See #+TOC in the manual.
Regards,
--
Nicolas Goaziou
Hello,
Michael Brand writes:
> release_8.3.3-426-g1f49e9f introduces a regression. The link
>
> [[file:/dir/audio.mp3::0:12:34]]
>
> results in
>
> Debugger entered--Lisp error: (void-variable search)
> (org-player-play-file file search)
> [...]
> org-open-file("/dir/au
I'd like to get toc:t to produce an html table-of-contents with body-only
true?
Is that possible? From what I can tell if body-only in the export, you
will never get a toc.
Thanks.
--
L. Larrabee Strow
UMBC Physics Department
Email: st...@umbc.edu
Phone:
Just following up with my solution, in case anyone else is interested
(thanks to John Kitchin for pointing me in the right direction). First, I
should note that 'µ' exported correctly because I was using the unicode
element 'MICRO SYMBOL' instead of 'GREEK SMALL LETTER MU' (which looks the
same, bu
Hi all
release_8.3.3-426-g1f49e9f introduces a regression. The link
[[file:/dir/audio.mp3::0:12:34]]
results in
Debugger entered--Lisp error: (void-variable search)
(org-player-play-file file search)
[...]
org-open-file("/dir/audio.mp3" nil nil "0:12:34")
[...]
> What do you get?
character: o (111, #o157, #x6f)
preferred charset: ascii (ASCII (ISO646 IRV))
code point: 0x6F
syntax: w which means: word
category: .:Base, a:ASCII, l:Latin, r:Roman
buffer code: #x6F
file code: #x6F (encoded by coding syst
Hi,
first thanks it at least does something now.
Rasmus writes:
> It doesn't need a solution, but I think you need one of the "forked"
> version since some tag is missing. Maybe this one
>
> https://github.com/blaa/org-caldav
for what exactly do you think do I need such fork? for sync
Rasmus writes:
> Karl Voit writes:
>
>> Unfortunately, this fix (or any other commit?) prevents my
>> non-recurring tasks to be completed when I got "DEADLINE" or
>> "SCHEDULED" in the body text within blocks or comments.
>
> Isn't this the this feature? The Org syntax¹ specifies:
> Footnotes:
Karl Voit writes:
> So: what should I do to get reliable Org-mode in future to minimize
> the chances of losing tasks or my trust in Org?
I think Achim says the right things.
Further I think you can improve Org's reliability (and your perception
on it) by investing more energy into Org. Obviou
Karl Voit writes:
> Unfortunately, this fix (or any other commit?) prevents my
> non-recurring tasks to be completed when I got "DEADLINE" or
> "SCHEDULED" in the body text within blocks or comments.
Isn't this the this feature? The Org syntax¹ specifies:
A planning is an element with th
Hi Karl!
>> Karl Voit writes:
[...]
> Unfortunately, this fix (or any other commit?) prevents my
> non-recurring tasks to be completed when I got "DEADLINE" or
> "SCHEDULED" in the body text within blocks or comments.
> It's an edge-case but it should be fixed. When I do mark the following thr
Hello,
may I ask, how one would possibly access and set the formerly dynamically
bound variable
`org-font-lock-extra-keywords'
as this is still recommended by the doc-string of
org-font-lock-set-keywords-hook
now that org.el was switched to lexical binding by commit 1f49e9fd 01/10/2016
0
* Testing output with non-breaking space
This is to show issue with using Unicode’s non-breaking space character
before formatted text. Org-mode does not parse the formatting if the
non-breaking space is there.
I am using the non-breaking space character because I export some Org
documents using
Hi,
Stefan Huchler writes:
> hmm then each task have to get assigned to a date I guess? Despite that
> I kind of like that solution, the name of the app is tasks btw but
> there are 2 with that name in f-droid, the right one has a green
> background and is lisensed under apache2 lisense.
It doe
Karl Voit writes:
> I had several occasions where "git pull origin master" ended up in
> much work for fixing my large set of Org-mode data.
That's the development branch which can introduce new features and
remove old ones at any time, you should be on maint if you want
"stable". If you want ev
Hi!
I want to re-heat the discussion of last summer about stable
releases[1] of Org-mode:
* Scott Randby wrote:
> While I've used Org's development version in the past, I stopped doing
> that due to my failure to learn how to use git (no time) and other
> issues. Now, I only use the stable rel
Hi Marco!
* Marco Wahl wrote:
> Hi!
>
> Karl Voit writes:
>
>> I recently updated Org to d85ff34086e5398b7c83cf66694f3f7d09695ce8
>> (git).
>>
>> When I mark following recurring todos as done, all of them gets
>> marked as DONE and CLOSED.
>>
>> ,[ examples before being marked as DONE ]
>> |
29 matches
Mail list logo