Hi Alan,
Try this function. You can test if the table was found before manipulating
it. Table functions typically work only inside tables, but the #+NAME line
is part of it although it is before the table itself (as defined by
function org-table-begin).
(defun my/org-table-find-by-name (str)
Hello,
"Tamulis, Andrius" writes:
> There is a problem even if I want to "fix" these drawers by hand.
> There are many, many drawers, and the fix is long and tedious:
It isn't. ORG-NEWS file provide a function to do the fixing for you.
> I think that you should possible go back to the way it w
Hello,
William Henney writes:
> I think Jean Louis is right: it _is_ an org issue. The problem is that
> the default value of org-latex-default-figure-position is "htb", which is a
> very bad idea. The string always needs to contain a "p" in it somewhere,
> otherwise latex will never be able
Hi I would like to have the following header when exporting from org to
latex.
\usepackage[numbered,framed]{matlab-prettifier}
\let\ph\mlplaceholder
\lstset{
style = Matlab-editor,
basicstyle = \mlttfamily,
escapechar = ",
mlshowsectionrules = true,
mathescape=true,
Hello,
Uwe Brauer writes:
> Hi I would like to have the following header when exporting from org to
> latex.
>
> \usepackage[numbered,framed]{matlab-prettifier}
> \let\ph\mlplaceholder
> \lstset{
> style = Matlab-editor,
> basicstyle = \mlttfamily,
> escapechar = ",
On Wed, Sep 28 2016, Tamulis, Andrius wrote:
- Snip -
>
> But the better idea is to forget "fixing" these drawers. Is it truly that
> important to have the
> SCHEDULED and DEADLINE in the line below the heading, and the PROPERTIES
> drawer directly
> beneath? I see no program
Hello,
Jorge writes:
> Paste the following in an Org buffer:
>
> * Cookie_a [0/0] * TODO Dummy_a * Cookie_b [0/1] ** TODO Dummy_b
>
> Within that buffer:
>1. Move point to the line of Dummy_a.
>2.
> I wished the cookie to be updated to [0/1] but it is not.
>
> Then:
>1. Move point t
Ignore this, I misunderstood some things and it works ok now.
On Thu, Sep 29, 2016 at 11:47:13PM +0200, drymer wrote:
Hi,
I'm not sure if it's a bug or if it's something I have missconfigured, but
there it goes.
I'm using maint Org-mode version 8.3.6, release_8.3.6-4-g4835be.dirty. The init
you are absolutely right: I did not know about system-wide header
args. the following system-wide setting in the devel version is
equivalent to my old setting:
(setq org-export-babel-evaluate t)
(add-to-list 'org-babel-default-header-args '(:eval . "never-export"))
thanks again for your help and
Any word on _http://news.gmane.org/gmane.emacs.orgmode_? I'm getting a
"Page Not Found" error and http://news.gmane.org returns the same.
Going to _gmane.org_ and searching for "orgmode" or "org-mode", just
gets me a notice about Gmane not being fully back.
Perhaps OrgMode's page (http://orgmode
Hi Eeli,
I started thinking along the same lines after reading the article and
thought to use it as a task to learn org table manipulation commands.
Unfortunately, I also found that my emacs has a problem that messes up
basic table cell copy or cut commands. See my post 'Cask-initialize messes
up
On 1 October 2016 at 19:36, Nicolas Goaziou wrote:
> In this case, both "parent" and "grandparent" are confusing terms.
> I made a change to M-RET docstring, hopefully eschewing the confusion.
> Please let me know if there is still something wrong there.
It is good now, but I still have some quest
Peter Davis writes:
> To follow up ...
>
> On Thu, Sep 29, 2016, at 06:17 PM, Peter Davis wrote:
>> On Thu, Sep 29, 2016, at 03:23 PM, Joost Kremers wrote:
>> >
>> > Pandoc can convert to Docbook, so that might be an option. Note that
>> > Pandoc also converts *from* Org, (although it cannot han
On Sun, Oct 02 2016, Peter Davis wrote:
> When I try to export to docbook via pandoc (C-c C-e p d), I get
>
> Running pandoc with args: (-f org -t docbook5 -o
> /Users/peterdavis/Dropbox/HMH/my_file.dbk --parse-raw --mathjax --standalone
> /Users/peterdavis/Dropbox/HMH/my_file.tmp3362h9T.org)
>
Joost Kremers writes:
> On Sun, Oct 02 2016, Peter Davis wrote:
>> When I try to export to docbook via pandoc (C-c C-e p d), I get
>>
>> Running pandoc with args: (-f org -t docbook5 -o
>> /Users/peterdavis/Dropbox/HMH/my_file.dbk --parse-raw --mathjax --standalone
>> /Users/peterdavis/Dropbox/
On Sun, Oct 02 2016, Peter Davis wrote:
> Interesting. I just installed Pandoc on my Mac today with Homebrew, but
> it claims to be 1.13.1. I'll try to find an update. Thanks.
Check the "Installing" page on pandoc.org: there's a link to an OS X
package on Pandoc's Github page:
https://github.com
Hello All,
I'm creating some styling for class '.outline-2' and when I view my file
w/o Javascript, it styles just as expected. But w/org-info.js, my
styling is lost.
Anyone know how to style these classes (outline-N) without having
"org-info.js" clobber it?
For now, I'm just trying to indent:
Joost Kremers writes:
> On Sun, Oct 02 2016, Peter Davis wrote:
>> Interesting. I just installed Pandoc on my Mac today with Homebrew, but
>> it claims to be 1.13.1. I'll try to find an update. Thanks.
>
> Check the "Installing" page on pandoc.org: there's a link to an OS X
> package on Pandoc's
This looks like a user configurable option, e.g.
(setq org-latex-default-figure-position "htbp")
William Henney writes:
> I think Jean Louis is right: it _is_ an org issue. The problem is that
> the default value of org-latex-default-figure-position is "htb", which is a
> very bad idea. The
Bit more info...
outline-2 and 3 get clobbered. Beginning with "outline-text-3" I seem
to be able to view my formatting just fine.
So, to view "slides" it seems Org-Info.js utilizes "outline-2,3". I've
browsed the source code but am not a JS expert and didn't find anything
obvious.
If anyone h
Joost Kremers writes:
> There's also a `docbook' writer,
> which has been part of Pandoc much longer and which outputs to (I
> assume) DocBook v4. So I suspect you either need to upgrade your Pandoc
> or make sure ox-pandoc sets the output format to `docbook'.
Depending on what your down-stream p
On 2016-10-02, at 23:23, Peter Davis wrote:
> I'm trying this again, on a Mac instead of Windows. I managed to get
> ox-pandoc working. (It now displays an org export menu too big to fit on
> my screen, and I can't figure out how to scroll it.)
Space/backspace?
Best,
--
Marcin Borkowski
I hope this gets to the mailing list. I'm not sure how the mailing list
works.
As for the below,
1) I've just spent a lot of time trying various searches at the
emacs-orgmode Archives, and reading through many pages of results, but I
can't find the mailing list discussion mentioned below b
23 matches
Mail list logo