> elisp:customize
>
> should also work as a link, even without the brackets.
> [...] so the question
> is why it does not work for you.
It does work, I was wrong.
That is, `elisp:customize` does in fact work for me.
Not sure if I should start a new thread for the following.
Myles English writes:
> Hello,
>
> This should be an easy question for someone. Given the org file
> content below, how would you get the result or the source block to be
> "here are the contents"?
>
> Thanks,
> Myles
>
> * heading
> here are the contents
>
> #+begin_src elisp :results output
>
Hello,
This should be an easy question for someone. Given the org file
content below, how would you get the result or the source block to be
"here are the contents"?
Thanks,
Myles
* heading
here are the contents
#+begin_src elisp :results output
(dolist
(job (org-element-map (org-element
Hi Thiery,
On Mon, Dec 09, 2013 at 10:48:22PM +, Thierry Banel wrote:
> Ivan Andrus gmail.com> writes:
> > On Dec 9, 2013, at 5:19 AM, Suvayu Ali gmail.com>
> wrote:
> > > Technically speaking, it is not exported as a table since you put it as
> > > part of example block. However a quick te
Ivan Andrus gmail.com> writes:
>
> On Dec 9, 2013, at 5:19 AM, Suvayu Ali gmail.com>
wrote:
> > Technically speaking, it is not exported as a table since you put it as
> > part of example block. However a quick test tells me, html export will
> > work fine (screenshot attached). However LaTeX
Brady Trainor writes:
> However, I am curious why I get away with
> file:~/.emacs,
> but not
> elisp:(customize)
>
> That is, I can get away with not using square brackets for the file, but we
> need
>
> [[elisp:(customize)]]
>
> Not a priority, just a mild curiosity.
Actually, I took
Nick Dokos gmail.com> writes:
>
> Brady Trainor uw.edu> writes:
>
> >
> > So, my naïve attempt is to use
> >
> >
> >
> > elisp:customize
> >
> >
>
> so to call it from an elisp link, you say
>
> [[elisp:(customize)]]
Thank you for the speedy reply and solution!
Sorry if this has been discussed but I wasn’t able to find info on it.
I have lots of source blocks in my org files (tcl, verilog, shell-script, etc).
I want to be able to highlight (e.g. *bold*) text in the code but this doesn’t
work since it’s using the specified language mode instead of org m
Brady Trainor writes:
> As I climb the org-mode (and Emacs) learning curve, I like to have things
> like hyperlinks to frequently visited places available.
>
>
>
> I can link to info, but not sure how to link to the customize, er, mode?
> buffer?
>
>
>
> I assume I should consider it an exter
As I climb the org-mode (and Emacs) learning curve, I like to have things
like hyperlinks to frequently visited places available.
I can link to info, but not sure how to link to the customize, er, mode?
buffer?
I assume I should consider it an external link, or anyways assume I should
On Mon, Dec 9, 2013 at 2:12 PM, Christopher W. Ryan
wrote:
> Thanks, but I'm still having trouble.
[ snip ]
> \title{Review of our system for assessing students' clinical performance}
> \author{Christopher w. Ryan, MD MS}
> \date{\today}
> \hypersetup{
> pdfkeywords={},
> pdfsubject={},
>
Thanks, but I'm still having trouble.
If the beginning of my org subtree looks like this:
** Review of assessment system for preceptors
:PROPERTIES:
:EXPORT_FILE_NAME: ReviewOfAssessmentSystemForPreceptors-12-02-2013
:EXPORT_TITLE: Review of our system for assessing students' clinical
performance
Hello,
Catonano writes:
> I tried to both include the directive in the "group" in the project
> definition AND using
>
> #+HTML_HTML5_FANCY: t
>
> in level-0.org
There is no such keyword. Use:
#+OPTIONS: html5-fancy:t
or set `org-html-html5-fancy' to a non-nil value.
Regards,
--
Nicolas
Hello,
Brett Viren writes:
> Eric Schulte writes:
>
>> You can use `org-element-parse-buffer' to convert an Emacs Buffer to a
>> structured Emacs Lisp object. At that point you can use existing tools
>> for converting lisp to JSON or YAML. I've used cl-json for Common Lisp,
>> I would imagine
Catonano writes:
> I' m trying to follow the examples at this page
>
> http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes
>
> to transform
>
> #+BEGIN_ASIDE
> Lorem ipsum
> #+END_ASIDE
>
> in
>
>
> Lorem ipsum
>
>
> but it doesn't work, I still get
>
>
>
now I see that html5 is mentioned in the exporting section but not in the
publishing section.
I mistakenly identified the 2.
Does org-mode publish to html5 ?
2013/12/9 Catonano
> I forgot: my org-mode version is 8.2.4
>
>
> 2013/12/9 Catonano
>
>> I' m trying to follow the examples at this p
Rasmus writes:
> Since I use multiple computers I'd like to cdlatex in GNU ELPA. An
> outdated version is currently on Marmelade, but I think that version
> doesn't work with current Org (v4.0 vs. v4.6). Also, cdlatex deserves
> to be in GNU ELPA IMO.
Don't you think that emacs-devel would be a
I forgot: my org-mode version is 8.2.4
2013/12/9 Catonano
> I' m trying to follow the examples at this page
>
> http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes
>
> to transform
>
> #+BEGIN_ASIDE
> Lorem ipsum
> #+END_ASIDE
>
>
> in
>
>
>
>Lorem ipsum
>
I' m trying to follow the examples at this page
http://orgmode.org/manual/HTML-doctypes.html#HTML-doctypes
to transform
#+BEGIN_ASIDE
Lorem ipsum
#+END_ASIDE
in
Lorem ipsum
but it doesn't work, I still get
Lorem ipsum
I tried to both include the dire
Eric Schulte writes:
> You can use `org-element-parse-buffer' to convert an Emacs Buffer to a
> structured Emacs Lisp object. At that point you can use existing tools
> for converting lisp to JSON or YAML. I've used cl-json for Common Lisp,
> I would imagine something similar exists for Emacs L
Rasmus writes:
> Perhaps AUCTeX is a too heavy dependency which might 'talk' in favor
> of distributing textmathp.el separately. However, I'm not sure if
> package.el supports some kind of either (i) an "or" statement in
> 'Package-Requires' or (ii) a 'Package-Provides' for people who have
> AU
Hi,
Since I use multiple computers I'd like to cdlatex in GNU ELPA. An
outdated version is currently on Marmelade, but I think that version
doesn't work with current Org (v4.0 vs. v4.6). Also, cdlatex deserves
to be in GNU ELPA IMO.
There's this snip in cdlatex.el:
;; CDLaTeX requires texmathp
On Dec 9, 2013, at 5:19 AM, Suvayu Ali wrote:
> Hi Thierry,
>
> On Sun, Dec 08, 2013 at 11:10:47PM +, Thierry Banel wrote:
>> Carsten Dominik gmail.com> writes:
>>>
>>> This is not a lot of code - I would not mind simply integrating this into
>> org-table.el The only hickup might be
>>> t
Am 02.09.2012 10:46, schrieb Bastien:
> Hi Rainer,
>
> Rainer Stengele writes:
>
>> I cannot find a property which shows the start and ending time of an
>> entry, so changing the total time is useless for me as I do not see
>> where the task started or ended.
>> I still consider the ability to e
Hi Thierry,
On Sun, Dec 08, 2013 at 11:10:47PM +, Thierry Banel wrote:
> Carsten Dominik gmail.com> writes:
> >
> > This is not a lot of code - I would not mind simply integrating this into
> org-table.el The only hickup might be
> > that this could be trouble for the exporters - or have yo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat Dec 7 06:54:53 2013, Feng Shu wrote:
> Rainer M Krug writes:
>
>> On Fri Dec 6 15:07:56 2013, Bastien wrote:
>>> Hi Feng,
>>>
>>> Feng Shu writes:
>>>
I have to draw a flowchart with many many nodes (about 500) and less
construct
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks a lot everybody - the key bindings in emaaqcs are (a little b
it) clearer now.
Cheers
Rainer
On 12/07/13, 07:35 , Matthew Fidler wrote:
> See
>
> http://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html
>
> On D
27 matches
Mail list logo