Re: [O] Trouble with logbook drawers

2016-11-21 Thread Michael Welle
Hello, hm, yesterday I updated from git and restarted Emacs. This morning I opened and closed a handful of recurring tasks, then I discovered that all of them showed the issue. I removed today's logbook entries, saved the org file, reloaded the agenda and opened and closed the tasks (from the agen

[O] Fix a regression in C-u TAB behavior with point in org table cell

2016-11-21 Thread Kaushal Modi
Hello, I was going through the orgcard.tex and reviewing it for changes in the default bindings since org 8.2. The current orgcard says that it was created for org 8.2. While going through it, I found a useful nugget that if the point is in a table and if the cell is truncated (because of somethi

[O] Bug: Error in org-babel due to adding comments at the end in js codeblock

2016-11-21 Thread Compro Prasad
#+BEGIN_SRC js var school = { schoolName: "MIT" } console.log(school.hasOwnProperty("schoolName")) // true #+END_SRC The execution of the above codeblock produces error because of the comment at the end. I realised it when I opened the temporary file org-babel was using to execute the code. The te

Re: [O] DEADLINE: position in entry

2016-11-21 Thread Sebastien Vauban
Yasushi SHOJI writes: > Alan Tyree wrote: >> >> Is this the way it should be? The first DEADLINE: shows up both as a >> warning and on the due date in the agenda, but the second one does >> not. It only works for me if the DEADLINE: is the first line after the >> heading. Version 9, emacs 24 >> >>

[O] Math equations in html export

2016-11-21 Thread Orm Finnendahl
Hi, I can't seem to get Math equations exported correctly to html from an org file. Can someone provide me with a full example? I set #+OPTIONS: tex:t on top of the org file and tried these things, but they all render literally: $X^2$ $$X^2$$ \(x^2\) \[x^2\] I know the former two are

Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-21 Thread Peter Davis
This suggests the following, but I don't know how to do any of this: The full sequence of steps that worked for me: >From the command line: - Run emacs without loading the init file: emacs -q In emacs: - run C-u M-x org-reload - Use package-list-packages to uninstall org: select it then d x

Re: [O] html export fails on new setup

2016-11-21 Thread Peter Davis
Ok, I've followed the steps given here: http://emacs.stackexchange.com/questions/14763/exporting-org-file-breaks-when-upgrading-to-orgmode-8-3/16616#16616 but still no joy. Any other ideas? Thanks! -pd On Sun, Nov 20, 2016, at 10:06 AM, Peter Davis wrote: > I'm trying to set up a new MacBook

[O] inline code block within export block

2016-11-21 Thread Charles Millar
Hi, What is the syntax so that the inline source code will evaluate (SUMMARY is a table elsewhere in the buffer)? #+begin_export latex some test here src_latex[:var printthis=SUMMARY[-1,-1]]{\numprint{printthis}} #+end_export The above src_latex block evaluates if it is not within an expo

Re: [O] inline code block within export block

2016-11-21 Thread Nicolas Goaziou
Hello, Charles Millar writes: > What is the syntax so that the inline source code will evaluate (SUMMARY > is a table elsewhere in the buffer)? > > #+begin_export latex > > some test here src_latex[:var > printthis=SUMMARY[-1,-1]]{\numprint{printthis}} > > #+end_export > > The above src_latex

Re: [O] Bug: Error in org-babel due to adding comments at the end in js codeblock

2016-11-21 Thread Nicolas Goaziou
Hello, Compro Prasad writes: > #+BEGIN_SRC js > var school = { schoolName: "MIT" } > console.log(school.hasOwnProperty("schoolName")) // true > #+END_SRC > > The execution of the above codeblock produces error because of the > comment at the end. > > I realised it when I opened the temporary fil

Re: [O] Math equations in html export

2016-11-21 Thread Nicolas Goaziou
Hello, Orm Finnendahl writes: > I can't seem to get Math equations exported correctly to html from an > org file. Can someone provide me with a full example? > > I set > > #+OPTIONS: tex:t > > on top of the org file and tried these things, but they all render > literally: > > $X^2$ > > $$X^

Re: [O] translating event sexps to org for org-caldav

2016-11-21 Thread Nicolas Goaziou
Hello, Myles English writes: > From the org-caldav github page[fn:2] : > > """However, sexp-entries are insanely flexible, and there are limits as > to what the icalendar exporter will handle. For example, this here > > ** Regular event ><%%(memq (calendar-day-of-week date) '(1 3 5))> > > wi

[O] org-lint how to include ob-rec parameters

2016-11-21 Thread Charles Millar
Hi, The following is not a critical issue. I use ob-rec to generate tables from my recfiles. org-lint issues a warning for ob-recs parameters, such as data, type, fields, sort, etc. Is there some code that I could include in my .emacs to avoid the warnings? For that matter is this an issue