GithubHelp home page GithubHelp logo

orgpaper's Issues

missing datafile

The datafile datafile1.csv and datafile2.csv are not available. Please, can you upload them?

Add in-text variables from Code via macros

Hi, this is really cool!

I just figured out a workaround (rather than solution) to add in-text variables from code not living in source blocks and outputting results into tables, which I thought you might be interested in adding in additional tips:

1.) Make your code output a 'params.org' or 'results.org' file with a concatenated string of one variable per line, in the structure of '#+MACRO: varname value', e.g.:
#+MACRO: n_subs 50
2. In Your draft file, add:
#+INCLUDE: params.org
3. Now, you can use the macro in-text in your draft file, writing:

In this study, we had {{{n_subs}}} subjects.

and it will export to pdf as:

In this study, we had 50 subjects.

How to command Emacs to read in .emacs.d/personal

I use an Emacs version based on Kieran Healy. I created a personal folder in .emacs.d and put there the two files. But of course, nothing happened when I rebooted Emacs.
What am I missing here?

Export orgpapers.org to pdf: unable to resolve link

I am trying with no success to export orgpapers.org to pdf via LaTeX. I tried C-c C-e l o but I obtain always the error message “Unable to resolve link readata-code”.
This happens because the link readapt-code is not working:

Code block [[readdata-code]] is an example of such a code block. Note
~:results value silent~ switch used in the  ~#+begin_src~ line.

#+BEGIN_SRC org
  ,#+NAME: readdata-code
  ,#+BEGIN_SRC R :results value silent

  read.data("datafile1.csv",sep=",",header=T)->mydata1

  ,#+END_SRC
#+END_SRC

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.