Re: [O] expand yasnippet or abbriv text inside a capture

2015-06-05 Thread Xebar Saram
Ok so i made some progress here. i think i can just use the org capture itself to suit my needs. but as i dont know elisp i got stuck with this: (setq org-capture-templates (quote ( ("f" "food" entry (file+headline "/home/zeltak/org/files/agenda/food.org" "Inbox") "* Cook %? %^g :PRO

Re: [O] [Bug] ~Verbatim~ in headlines breaks LaTeX

2015-06-05 Thread Titus von der Malsburg
On 2015-06-05 Fri 14:27, Nicolas Goaziou wrote: > Titus von der Malsburg writes: > >> Below is a list of things that I tested. This list of test cases is >> probably not exhaustive. > > Thanks. > >> Things that don't work with \verb (produce malformed LaTeX): >> >> #+TITLE: ~test~ >> >>

Re: [O] [RFC] Org linting library

2015-06-05 Thread Nicolas Goaziou
Rainer M Krug writes: > The link > > , > | [[file:__BOX__/Aerodynamic%20resistances.docx][file:./__BOX__/Aerodynamic > resistances.docx]] > ` > > causes the following warnings: > > , > | 9094 low Link to non-existent local file > "__BOX__/Aerodynamic%20resistances.docx" Fixed.

Re: [O] [Bug] ~Verbatim~ in headlines breaks LaTeX

2015-06-05 Thread Nicolas Goaziou
Titus von der Malsburg writes: > Below is a list of things that I tested. This list of test cases is > probably not exhaustive. Thanks. > Things that don't work with \verb (produce malformed LaTeX): > > #+TITLE: ~test~ > > #+CAPTION: ~test~ > [[/tmp/img.png]] > > * ~test~ >

Re: [O] export filename to a different name than buffer's filename

2015-06-05 Thread Nicolas Goaziou
Hello, Leslie Harlley Watter writes: > Is possible to define the export filename of the entire file ? You can use `org-export-to-file'. Regards, -- Nicolas Goaziou

[O] export filename to a different name than buffer's filename

2015-06-05 Thread Leslie Harlley Watter
Hi Folks, Is possible to define the export filename of the entire file ? I know that I can use #EXPORT_FILE_NAME tag to change the filename if I export a subsection of the file, but what I want is to change the name of the file when I export the entire file. It would be usefull to export te

Re: [O] [Bug] ~Verbatim~ in headlines breaks LaTeX

2015-06-05 Thread Titus von der Malsburg
On 2015-05-31 Sun 01:40, Nicolas Goaziou wrote: > Titus von der Malsburg writes: > >> Huh, ~code~ is translated to \verb and =verbatim= is translated to >> \texttt (plus escaping of some special characters)? > > Correct. > >> If \verb is used at all, shouldn’t it be generated by =verbatim= >> ins

Re: [O] How to sort an unordered list?

2015-06-05 Thread Sharon Kimble
Subhan Michael Tindall writes: > Are you using CUA mode by any chance? If this is the case, when you > highlight and hit C-c you are copying the region. > Try C-S-c ^ (same as C-C ^) (which using the non-CUA key binding) > And should sort just find for you. > The use of shift to override CUA b

[O] expand yasnippet or abbriv text inside a capture

2015-06-05 Thread Xebar Saram
Hi all I was wondering since i have zero lisp (or coding at all) skills if anyone could show me an example on how to expand yasnippet or text as part of a org capture i think that using %(sexp) would work (im guessing here :)) i have this capture ("f" "food" entry (file+headline "/home/zeltak/o

Re: [O] How to sort an unordered list?

2015-06-05 Thread Subhan Michael Tindall
Are you using CUA mode by any chance? If this is the case, when you highlight and hit C-c you are copying the region. Try C-S-c ^ (same as C-C ^) (which using the non-CUA key binding) And should sort just find for you. The use of shift to override CUA bindings is very helpful, works for C-v & C-

Re: [O] How to sort an unordered list?

2015-06-05 Thread Nick Dokos
Sharon Kimble writes: > I've been unable to sort an unordered list as per > http://orgmode.org/manual/Plain-lists.html where it says 'C-c ^' but > everytime I try on a highlighted region it just inserts ^ at the > beginning of the first item. > If I highlight the region and press C-c ^, I get "N

Re: [O] How to sort an unordered list?

2015-06-05 Thread Sharon Kimble
John Kitchin writes: > I can't reproduce your problem. > > If I put the cursor on any one of these lines and type C-c ^, it asks me how > to sort the list. > > - 5 > - 3 > - 1 > > John Hi John, thanks for the reply. Using your sample I do 'Ctrl-c & Shift 6'. I have to do it this way as the '^'

Re: [O] How to sort an unordered list?

2015-06-05 Thread John Kitchin
I can't reproduce your problem. If I put the cursor on any one of these lines and type C-c ^, it asks me how to sort the list. - 5 - 3 - 1 John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh,

[O] How to sort an unordered list?

2015-06-05 Thread Sharon Kimble
I've been unable to sort an unordered list as per http://orgmode.org/manual/Plain-lists.html where it says 'C-c ^' but everytime I try on a highlighted region it just inserts ^ at the beginning of the first item. So how can I sort it please? Thanks Sharon. -- A taste of linux = http://www.sharon

Re: [O] calc vmode function is probably broken

2015-06-05 Thread Nick Dokos
Jude DaShiell writes: > I write that since a few minutes ago, I sorted columns 2-5 in > numerical order with m-x org-table-sort-lines then returned to the top > of file and did cu+cc+cc and checked the mode row and vmode still > returned only zeros. > There is no calc vmode function: what you se

Re: [O] Links in #+caption: lines

2015-06-05 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Try the attached patch. >> >> I have done 20 second of testing (I'm traveling) so there may be adverse >> effects. But it looked OK. > > With this patch, you remove fontification from caption contents, which > is not desirable. Caption is

Re: [O] [RFC] Org linting library

2015-06-05 Thread Rainer M Krug
One more observation: The link , | [[file:__BOX__/Aerodynamic%20resistances.docx][file:./__BOX__/Aerodynamic resistances.docx]] ` causes the following warnings: , | 9094 low Link to non-existent local file "__BOX__/Aerodynamic%20resistances.docx" | 9094 low Link to non-exi

Re: [O] Links in #+caption: lines

2015-06-05 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Try the attached patch. >> >> I have done 20 second of testing (I'm traveling) so there may be adverse >> effects. But it looked OK. > > With this patch, you remove fontification from caption contents, which > is not desirable. Caption is

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-05 Thread Bernhard Schmitz
OK, small update: - Milestones are implemented. All headlines with tags that are in :milestone-tag (org-gantt-default-milestone-tag, resp.; :milestone: by default) are marked as Milestones. - tag highlighting is working correctly. The alists :tags-bar-style and :tags-group-style ("tag" . "styl

Re: [O] searching for csv utilities

2015-06-05 Thread Eric S Fraga
On Thursday, 4 Jun 2015 at 23:24, Thierry Banel wrote: > You may want to consider a slightly different approach. It may (or > maynot) be relevant depending on your context. [...] > Then using a package named "org-aggregate" (on Melpa) you can derivean > aggregated table: Thanks for reminding me

Re: [O] (1) global cycling for numbered lists? (2) adaptive links to list item numbers?

2015-06-05 Thread Eric S Fraga
On Thursday, 4 Jun 2015 at 16:06, Ulva wrote: [...] > (2) Taking a cue from Insert>Cross-Reference in LibreOffice, suppose I would > like to refer in section (say) 4.1.1 to section 2.1. Something like "As > mentioned in 2.1, frogs are often green". But I would like this "2.1" > reference to upda

Re: [O] (1) global cycling for numbered lists? (2) adaptive links to list item numbers?

2015-06-05 Thread Nicolas Goaziou
Hello, Ulva writes: > (1) S-Tab is very handy to collapse list sublevels globally, but it only > seems to work if the first level of the list is 'bulleted' (*), not if it > consists of numbers. Is this correct, and is there a way around it? Note that "bulleted" lists are called headlines, and a

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2015-06-05 Thread Nicolas Goaziou
Hello, Kaushal writes: > I would suggest that that fci-mode specific code be removed from the > master. Done in 9540ff8d7a7a480b18dd1af94e7eb062f020b9ff. Thank you. Regards, -- Nicolas Goaziou