Check out this earlier thread:
https://lists.gnu.org/archive/html/emacs-orgmode/2016-05/msg00240.html
You probably just need the org-table-mark-field definition from that.
On Sat, Dec 31, 2016, 8:28 AM Charles C. Berry wrote:
> On Fri, 30 Dec 2016, dmg wrote:
>
> > hi everybody,
> >
> > has any
On Fri, 30 Dec 2016, dmg wrote:
hi everybody,
has anybody written a function to select the text in a cell of a table?
If you mean like what ob-ref.el uses to support babel references, yes.
Also see org-table.el.
If you just want support for working with Babel src blocks, see
(info
hi everybody,
has anybody written a function to select the text in a cell of a table?
I needed to write a macro/command, but could not find one. Ideally it
should trim the whitespace in the ends.
Otherwise, I'll just write one.
thank you,
--daniel
--
--dmg
---
Daniel M. German
http://turing
On Fri, 30 Dec 2016, Ken Mankoff wrote:
(setq-local org-latex-title-command "")
Can be set as a buffer local variable.
True, but not relevant to the OPs query:
Is there any way to excude the empty `\title{}` command?
And if you browse thru org-latex-template, you will see that
Peter Davis writes:
> I'm preparing a proposed table of contents for a book, and I'd like the HTML
> output to appear like:
>
> Chapter 1 Blah
> 1.1 blah
> 1.2 blah blah
> 1.3 blah blah blah
>
> Chapter 2 Blah Blah
> 2.1 blah
> 2.2 blah blah
>
> etc.
>
> Is there a way to get HTML outp
(setq-local org-latex-title-command "")
Can be set as a buffer local variable.
-k.
On Fri, Dec 30, 2016 at 12:26 PM, Charles C. Berry wrote:
> On Fri, 30 Dec 2016, Fanpeng Kong wrote:
>
> I am trying to use org mode to write a paper. The latex template of the
>> journal restricts the locatio
* Thierry Banel wrote:
> Le 28/12/2016 16:42, Karl Voit a écrit :
>> Hi!
>>
>> I wonder how others are handling synchronization ignore patterns
>> between different hosts.
>>
>> ...
>>
>> Currently, I am evaluating Syncthing[0] which looks very good so
>> far. It is a game-changer to be because si
On Fri, 30 Dec 2016, Fanpeng Kong wrote:
I am trying to use org mode to write a paper. The latex template of the
journal restricts the location of `\title{}` command to be after the
`\begin{document}`. While by leaving `#+TITLE:` empty and specify
`#+OPTIONS: title:nil` in my org file, I can rem
Marco Wahl writes:
> Hi!
>
>> I'm trying to use org-habit to track my habits and sometimes I don't
>> get around to mark stuff as done on the day I do them. I've found two
>> different functions for marking stuff as done in the past, but I can't
>> get either of them to work.
>> [...]
[...]
In
Hi everyone,
@thanks to Thibault Marin.
I fixed the problem, try the following:
* TEST figure
Figure [[fig-plantuml]].
#+BEGIN_SRC plantuml :file test.png :exports results
A -> B : request
B -> A : response
#+END_SRC
#+NAME: fig-plantuml
#+CAPTION: Plantuml Test Figure
#+RESULTS:
[[file:test.p
Hello,
Prabhakaran Kasinathan writes:
> PlantUML src when exported to latex, has problems with link reference.
>
> export in latex : C-x C-e l l
> Error: Unable to resolve link: nil
> Fix: #+OPTION: broken-links:mark
>
>
> Everything works very well with org 8.2.3. How to fix this problem in ne
Prabhakaran Kasinathan writes:
> PlantUML src when exported to latex, has problems with link reference.
>
> export in latex : C-x C-e l l
> Error: Unable to resolve link: nil
>
> Fix: #+OPTION: broken-links:mark
>
> Everything works very well with org 8.2.3. How to fix this pro
PlantUML src when exported to latex, has problems with link reference.
export in latex : C-x C-e l l
Error: Unable to resolve link: nil
Fix: #+OPTION: broken-links:mark
Everything works very well with org 8.2.3. How to fix this problem in new
versions of ORG?
*Org src:*
#+OPTION: broken-links
I have a bunch of scripts, that draws me a couple of nice pictures and
stuff. They take data from agenda CSV export.
I'm wondering, is there any easy way to export some properties from
agenda view too?
--
Skorzhinskiy Mikhail
Hi!
> I'm trying to use org-habit to track my habits and sometimes I don't
> get around to mark stuff as done on the day I do them. I've found two
> different functions for marking stuff as done in the past, but I can't
> get either of them to work.
> [...]
I did not check why the other functions
I am trying to use org mode to write a paper. The latex template of the
journal restricts the location of `\title{}` command to be after the
`\begin{document}`. While by leaving `#+TITLE:` empty and specify
`#+OPTIONS: title:nil` in my org file, I can remove the `\maketitle` command in
the
latex e
16 matches
Mail list logo