Re: [O] function to select text of in a cell of a table

2016-12-30 Thread Kaushal Modi
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

Re: [O] function to select text of in a cell of a table

2016-12-30 Thread Charles C. Berry
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

[O] function to select text of in a cell of a table

2016-12-30 Thread dmg
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

Re: [O] org mode latex export excude title

2016-12-30 Thread Charles C. Berry
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

Re: [O] Getting "Chapter" before a heading number

2016-12-30 Thread Peter Davis
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

Re: [O] org mode latex export excude title

2016-12-30 Thread Ken Mankoff
(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

Re: [O] Ignore pattern when syncing Org-mode files between hosts

2016-12-30 Thread Karl Voit
* 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

Re: [O] org mode latex export excude title

2016-12-30 Thread Charles C. Berry
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

Re: [O] mark as done on a previous date?

2016-12-30 Thread Stig Brautaset
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

Re: [O] plantuml export (unable to resolve link: nil)

2016-12-30 Thread Prabhakaran Kasinathan
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:

Re: [O] plantuml export (unable to resolve link: nil)

2016-12-30 Thread Nicolas Goaziou
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.

Re: [O] plantuml export (unable to resolve link: nil)

2016-12-30 Thread Thibault Marin
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

[O] plantuml export (unable to resolve link: nil)

2016-12-30 Thread Prabhakaran Kasinathan
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:

[O] Export agenda view into CSV with properties

2016-12-30 Thread Mikhail Skorzhinskiy
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

Re: [O] mark as done on a previous date?

2016-12-30 Thread Marco Wahl
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

[O] org mode latex export excude title

2016-12-30 Thread Fanpeng Kong
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